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
2f358c68
Commit
2f358c68
authored
Sep 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5c68cc57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
reportListShop.js
public/resource/js/reportListShop.js
+1
-1
No files found.
public/resource/js/reportListShop.js
View file @
2f358c68
...
@@ -2668,7 +2668,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
...
@@ -2668,7 +2668,7 @@ define(['doT', 'text!temp/reportList_shop_template_tpl.html', 'css!style/home.cs
doc
.
find
(
"#status"
).
text
(
"被调整"
);
doc
.
find
(
"#status"
).
text
(
"被调整"
);
}
}
//收取方
//收取方
doc
.
find
(
"#beChargedParty"
).
text
((
data
.
be_charged_party
*
1
==
2
)?
'
房东'
:
'客户
'
);
doc
.
find
(
"#beChargedParty"
).
text
((
data
.
be_charged_party
*
1
==
2
)?
'
客户'
:
'房东
'
);
// doc.find("#status").text(data.source_id);
// doc.find("#status").text(data.source_id);
doc
.
find
(
"#lastTime"
).
val
(
data
.
last_transfer_time
);
doc
.
find
(
"#lastTime"
).
val
(
data
.
last_transfer_time
);
doc
.
find
(
"#shoutiao"
).
val
(
data
.
receipt_number
);
doc
.
find
(
"#shoutiao"
).
val
(
data
.
receipt_number
);
...
...
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