Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
ec63f6a8
Commit
ec63f6a8
authored
May 27, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
37dd1291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
xgg-deliver/app/base/controller/impl/order/orderCtl.js
+3
-6
No files found.
xgg-deliver/app/base/controller/impl/order/orderCtl.js
View file @
ec63f6a8
...
@@ -546,13 +546,10 @@ class OrderCtl extends CtlBase {
...
@@ -546,13 +546,10 @@ class OrderCtl extends CtlBase {
if
(
!
pobj
.
saas_id
){
if
(
!
pobj
.
saas_id
){
return
system
.
getResult
(
null
,
`参数错误 saasId不能为空`
)
return
system
.
getResult
(
null
,
`参数错误 saasId不能为空`
)
}
}
if
(
!
pobj
.
chooseItems
){
//ps:由于业务系统和服务系统字段不同需要转换 如果没有工商注册则必须见到列表中
pobj
.
chooseItems
=
[
"10020200"
,
"10020300"
,
"10020400"
,
"10020500"
,
"10020600"
,
"10020700"
];
if
(
!
pobj
.
service_items
.
includes
(
"10020200"
)){
pobj
.
service_items
.
push
(
"10020200"
);
}
}
if
(
!
pobj
.
chooseItems
.
includes
(
"10020200"
)){
pobj
.
chooseItems
.
push
(
"10020200"
);
}
pobj
.
service_items
=
pobj
.
chooseItems
;
pobj
.
source_id
=
pobj
.
source_id
||
'1002'
;
pobj
.
source_id
=
pobj
.
source_id
||
'1002'
;
pobj
.
notes
=
pobj
.
desc
||
"工商注册,刻章,银行卡户,税务报到,建账"
;
pobj
.
notes
=
pobj
.
desc
||
"工商注册,刻章,银行卡户,税务报到,建账"
;
if
(
!
pobj
.
deliver_id
){
if
(
!
pobj
.
deliver_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