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
9886c3c8
Commit
9886c3c8
authored
Aug 20, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整 收款
parent
0565b489
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
getCollectionShop.html
application/index/view/officeBuilding/getCollectionShop.html
+1
-1
adjustmentShop.js
public/resource/js/adjustmentShop.js
+1
-1
getCollectionShop.js
public/resource/js/getCollectionShop.js
+1
-1
No files found.
application/index/view/officeBuilding/getCollectionShop.html
View file @
9886c3c8
...
...
@@ -713,7 +713,7 @@
</div>
</div>
<div
class=
"col-xs-3"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
style=
"margin-top: 3px;"
>
<strong><span>
成交报告ID:
</span></strong>
<span
id=
"chengjiaobaogaoId"
>
45122
</span>
<a
class=
"btn btn-info btn-small modifyReport"
href=
"#modifyReport_modal"
data-toggle=
"modal"
>
修改
</a>
...
...
public/resource/js/adjustmentShop.js
View file @
9886c3c8
...
...
@@ -228,7 +228,7 @@ define(['doT', 'text!temp/adjustment_shop_template_tpl.html', 'css!style/home.cs
$
(
'#after_into_date'
).
text
(
data
.
adjustment
[
0
].
income_time
);
$
(
'#after_into_type'
).
text
(
data
.
adjustment
[
0
].
type
);
$
(
'#after_into_price'
).
text
(
data
.
money
);
$
(
'#store_name'
).
text
(
data
.
store_name
);
//所属门店
$
(
'#store_name'
).
text
(
data
.
reckon_in_
store_name
);
//所属门店
},
...
...
public/resource/js/getCollectionShop.js
View file @
9886c3c8
...
...
@@ -1680,7 +1680,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#address"
).
text
(
data
.
address
);
doc
.
find
(
"#comit_time"
).
text
(
data
.
create_time
);
doc
.
find
(
"#open_time"
).
text
(
data
.
open_time
);
//开业确定时间
doc
.
find
(
"#store_name"
).
text
(
data
.
store_name
);
//所属门店
doc
.
find
(
"#store_name"
).
text
(
data
.
reckon_in_
store_name
);
//所属门店
//判断收款详情的类型
if
(
data
.
type
==
91
){
...
...
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