Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
1e8bd6d9
Commit
1e8bd6d9
authored
Sep 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收取方选填
parent
ec7159e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
agent_detail.html
application/app/view/index/agent_detail.html
+1
-1
footer_tpl.html
application/index/view/global/footer_tpl.html
+1
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+4
-4
getCollectionShop.js
public/resource/js/getCollectionShop.js
+4
-4
No files found.
application/app/view/index/agent_detail.html
View file @
1e8bd6d9
...
...
@@ -157,6 +157,6 @@
<script
src=
"/app/js/jquery-1122-min.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/common.js"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js?new
1
"
charset=
"UTF-8"
></script>
<script
src=
"/app/js/agent_detail.js?new
2
"
charset=
"UTF-8"
></script>
</body>
</html>
application/index/view/global/footer_tpl.html
View file @
1e8bd6d9
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=2019080711216611
5
'
charset=
'utf-8'
></script>
<script
src=
'/resource/lib/js/require.min.js'
data-main=
'/resource/js/main?version=2019080711216611
6
'
charset=
'utf-8'
></script>
public/resource/js/financial_manager_daily_list.js
View file @
1e8bd6d9
...
...
@@ -1975,8 +1975,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
if
(
$
(
'#charge_side_detail'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side_detail'
).
val
();
//收款详情 中介费 新增收取方
}
else
{
alert
(
'收取方必填'
);
return
;
//
alert('收取方必填');
//
return;
}
};
//判断是否是 案场费 中介费
...
...
@@ -2119,8 +2119,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
if
(
$
(
'#charge_side'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
}
else
{
alert
(
'收取方必填'
);
return
;
//
alert('收取方必填');
//
return;
}
}
...
...
public/resource/js/getCollectionShop.js
View file @
1e8bd6d9
...
...
@@ -1271,8 +1271,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
if
(
$
(
'#charge_side'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side'
).
val
();
}
else
{
alert
(
'收取方必填'
);
return
;
//
alert('收取方必填');
//
return;
}
...
...
@@ -1439,8 +1439,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
if
(
$
(
'#charge_side_detail'
).
val
()){
params
.
be_charged_party
=
$
(
'#charge_side_detail'
).
val
();
//收款详情 中介费 新增收取方
}
else
{
alert
(
'收取方必填'
);
return
;
//
alert('收取方必填');
//
return;
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment