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
eea99ac0
Commit
eea99ac0
authored
Aug 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cb7728cb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
2 deletions
+20
-2
submit_report_pc.js
public/app/js/submit_report_pc.js
+2
-1
methodOfAnalysis.js
public/resource/js/methodOfAnalysis.js
+6
-0
qualityAssessment.js
public/resource/js/qualityAssessment.js
+6
-0
valueAssessment.js
public/resource/js/valueAssessment.js
+6
-1
No files found.
public/app/js/submit_report_pc.js
View file @
eea99ac0
...
...
@@ -277,7 +277,7 @@ require(['vue', 'css!style/submit_report_pc.css', 'jquery0325', 'common'], funct
_isBreak
=
true
;
return
false
;
};
_totalScale
+=
_scale
;
_totalScale
+=
_scale
*
1
;
_dataArr
.
push
({
'role'
:
_role
,
'agent_id'
:
_agent_id
,
...
...
@@ -295,6 +295,7 @@ require(['vue', 'css!style/submit_report_pc.css', 'jquery0325', 'common'], funct
}
else
{
urlOffice
=
"/broker/bargain"
;
}
console
.
log
(
_totalScale
);
if
(
_totalScale
!=
100
){
alert
(
'分佣比例总和须为100%,方能提交成功'
);
return
;
...
...
public/resource/js/methodOfAnalysis.js
View file @
eea99ac0
...
...
@@ -119,6 +119,12 @@
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
if
(
$
(
"#district_id2_city"
).
val
()){
if
(
!
$
(
"#district_id"
).
val
()){
alert
(
'请选择部门进行搜索'
);
return
}
}
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/methodOfAnalysis'
,
...
...
public/resource/js/qualityAssessment.js
View file @
eea99ac0
...
...
@@ -118,6 +118,12 @@
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
if
(
$
(
"#district_id2_city"
).
val
()){
if
(
!
$
(
"#district_id"
).
val
()){
alert
(
'请选择部门进行搜索'
);
return
}
}
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/qualityAssessment'
,
...
...
public/resource/js/valueAssessment.js
View file @
eea99ac0
...
...
@@ -119,7 +119,12 @@
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
if
(
$
(
"#district_id2_city"
).
val
()){
if
(
!
$
(
"#district_id"
).
val
()){
alert
(
'请选择部门进行搜索'
);
return
}
}
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/valueAssessment'
,
//日报
...
...
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