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
d592b70a
Commit
d592b70a
authored
Oct 25, 2018
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of
https://gitee.com/zwyjjc/tl_estate
into test
parents
5f0ac52d
c32ce3cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
reportList.js
public/resource/js/reportList.js
+12
-2
No files found.
public/resource/js/reportList.js
View file @
d592b70a
...
...
@@ -971,14 +971,24 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
},
//新增时,点确定按钮
newAddMaidOk
:
function
(){
var
_fenyongfang
=
$
(
'#addmaid_input_servant'
).
val
();
if
(
_fenyongfang
==
''
){
alert
(
'请选择分佣方'
);
return
false
;
};
var
_ywyId
=
$
(
'#addmaid_input_ywy'
).
attr
(
'data-id'
);
if
(
!
_ywyId
){
alert
(
'请填写业务员'
);
return
false
;
};
$
.
ajax
({
type
:
'POST'
,
url
:
'/index/addBargain'
,
data
:
{
'id'
:
bargain
.
bargain_id
,
'agent_id'
:
$
(
'#addmaid_input_ywy'
).
attr
(
'data-id'
)
,
'agent_id'
:
_ywyId
,
'scale_fee'
:
$
(
'#addmaid_input_cash'
).
val
(),
'role'
:
$
(
'#addmaid_input_servant'
).
val
()
,
'role'
:
_fenyongfang
,
'scale'
:
$
(
'#addmaid_input_ratio'
).
val
(),
'step'
:
bargain
.
mainTabIndex
,
'source'
:
1
...
...
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