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
cba0e00d
Commit
cba0e00d
authored
Mar 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收意向金 置空
parent
098278c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
4 deletions
+29
-4
reportList.html
application/index/view/report/reportList.html
+11
-1
inspectionRecordAll.js
public/resource/js/inspectionRecordAll.js
+18
-3
No files found.
application/index/view/report/reportList.html
View file @
cba0e00d
...
...
@@ -108,6 +108,16 @@
height
:
35px
;
width
:
80px
;
}
.result-du
{
text-align
:
center
;
width
:
150px
;
float
:
left
;
margin-right
:
10px
;
}
.result-du
img
{
width
:
150px
;
height
:
150px
;
}
/*上传图片相关*/
</style>
...
...
@@ -251,7 +261,7 @@
</h4>
</div>
<div
class=
"modal-body"
>
<table
width=
"100%"
>
<table
width=
"100%"
>
<tr>
<td>
<span
class=
"span-width-90"
>
入账金额:
</span>
...
...
public/resource/js/inspectionRecordAll.js
View file @
cba0e00d
...
...
@@ -172,12 +172,11 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
_doc
.
on
(
'click'
,
'.tab-intention'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
document
.
getElementById
(
"form_search"
).
reset
(
);
record
.
orderID
=
$
(
this
).
attr
(
'data-id'
);
record
.
orderNO
=
$
(
this
).
attr
(
'data-orderNo'
);
record
.
reportID
=
$
(
this
).
attr
(
'data-reportID'
);
record
.
getNum
();
record
.
resetInput
();
});
//保存意向金 保管金
_doc
.
on
(
'click'
,
'#save_intention'
,
function
(
e
){
...
...
@@ -413,6 +412,22 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
}
});
},
resetInput
:
function
(
fn
)
{
$
(
".booked-type"
).
val
(
''
);
$
(
'.intention-pay-type'
).
val
(
''
);
$
(
".intention-money"
).
val
(
''
);
$
(
"input[name=area_demand]"
).
val
(
''
);
$
(
".shop-num"
).
val
(
''
);
//商铺号
$
(
".yetai"
).
val
(
''
);
//业态
$
(
".beizhu"
).
val
(
''
);
$
(
".intention-name"
).
val
(
''
);
$
(
".intention-num"
).
val
(
''
);
$
(
'#booked-date'
).
val
(
''
);
$
(
'#zhuanding'
).
val
(
''
);
$
(
'#container_body_img_area_du'
).
html
(
''
);
record
.
getNum
();
},
//调用部门 和 门店的接口
getDistrict
:
function
(
fn
)
{
$
.
ajax
({
...
...
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