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
38d77c55
Commit
38d77c55
authored
Sep 09, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用报销审核
parent
216c685c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
publicCostDetails.js
public/resource/js/publicCostDetails.js
+3
-2
No files found.
public/resource/js/publicCostDetails.js
View file @
38d77c55
...
...
@@ -10,6 +10,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
office_id
:
''
,
store_id
:
''
,
main_index
:
''
,
agent_id
:
''
,
//编辑费用的经纪人id
init
:
function
()
{
//初始化dot
$
(
document
.
body
).
append
(
template
);
...
...
@@ -219,7 +220,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
cost
.
site_id
=
data
.
data
.
site_id
;
//站点
cost
.
store_id
=
data
.
data
.
store_id
;
//门店id
cost
.
office_id
=
data
.
data
.
office_id
;
//办公室id
cost
.
agent_id
=
data
.
data
.
agent_id
;
//提交人id
$
(
'#fee_store'
).
html
(
data
.
data
.
office_name
);
//费用承担办公室
$
(
'#cost_id'
).
html
(
data
.
data
.
id
);
$
(
'#tijiaoren'
).
html
(
data
.
data
.
agent_name
);
//提交人
...
...
@@ -540,7 +541,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
params
.
card_no
=
$
(
'#card_no'
).
val
();
params
.
purpose
=
$
(
'#yongtu'
).
val
();
params
.
id
=
cost
.
id
;
params
.
agent_id
=
user_info_obj
.
id
;
params
.
agent_id
=
cost
.
agent_
id
;
params
.
store_id
=
cost
.
store_id
;
// params.office_id = cost.office_id;
...
...
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