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
6aad6346
Commit
6aad6346
authored
Dec 20, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改中介费下隐藏的模块
parent
1fd8d1ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
getCollection.html
application/index/view/finance/getCollection.html
+2
-2
getCollection.js
public/resource/js/getCollection.js
+8
-3
No files found.
application/index/view/finance/getCollection.html
View file @
6aad6346
...
...
@@ -697,7 +697,7 @@
</div>
</div>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6
zjcon
"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
应收金额:
</span></strong>
<!--<div class="col-xs-6"><input class="form-control" type="text" value="" id="getPrice" /></div>-->
...
...
@@ -705,7 +705,7 @@
<!--<strong><span class="col-xs-2 ld-Marheight">元</span></strong>-->
</div>
</div>
<div
class=
"col-xs-6"
>
<div
class=
"col-xs-6
zjcon
"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-3 ld-Marheight"
>
多收金额:
</span></strong>
<!--<div class="col-xs-6"><input class="form-control" type="text" value="" id="morePrice" /></div>-->
...
...
public/resource/js/getCollection.js
View file @
6aad6346
...
...
@@ -647,19 +647,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
'.choose_topic_2'
).
show
();
$
(
'.rep'
).
hide
();
$
(
"#into_id_change"
).
removeAttr
(
"readOnly"
)
$
(
"#order_title"
).
text
(
"调整商铺ID"
)
//
$("#order_title").text("调整商铺ID")
}
else
if
(
val
==
'保管金'
)
{
$
(
'.choose_topic_1'
).
hide
();
$
(
'.choose_topic_2'
).
show
();
$
(
'.rep'
).
hide
();
$
(
"#into_id_change"
).
removeAttr
(
"readOnly"
)
$
(
"#order_title"
).
text
(
"调整商铺ID"
)
//
$("#order_title").text("调整商铺ID")
}
else
{
$
(
'.choose_topic_2'
).
hide
();
$
(
'.choose_topic_1'
).
show
();
$
(
'.rep'
).
show
();
$
(
'#into_id_change'
).
attr
(
"readonly"
,
"readonly"
);
$
(
"#order_title"
).
text
(
"调整后带看ID"
);
//
$("#order_title").text("调整后带看ID");
}
},
...
...
@@ -1043,6 +1043,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
getValueFunction
:
function
(
data
){
$
(
'.zhzd'
).
show
();
$
(
'.zjcon'
).
hide
();
var
doc
=
$
(
'#modal-addPic'
);
doc
.
find
(
"#ruzhangId"
).
text
(
data
.
id
);
doc
.
find
(
"#dingdanId"
).
text
(
data
.
order_id
);
...
...
@@ -1117,6 +1118,10 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
$
(
'.ky'
).
show
();
$
(
'.shout'
).
hide
();
}
if
(
data
.
type
==
91
){
$
(
'.zjcon'
).
show
();
}
},
/**
* 调整
...
...
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