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
bdb204af
Commit
bdb204af
authored
Oct 16, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改校验
parent
69fcf2ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
+16
-14
No files found.
center-order/app/base/service/impl/dbcorder/orderinfoSve.js
View file @
bdb204af
...
@@ -338,20 +338,22 @@ class OrderInfoService extends ServiceBase {
...
@@ -338,20 +338,22 @@ class OrderInfoService extends ServiceBase {
if
(
!
deliveryData
.
tm
.
picUrl
)
{
if
(
!
deliveryData
.
tm
.
picUrl
)
{
return
system
.
getResult
(
null
,
"商标图样不能为空,20210"
);
return
system
.
getResult
(
null
,
"商标图样不能为空,20210"
);
}
}
if
(
!
deliveryData
.
apply
)
{
if
(
pobj
.
appInfo
.
uapp_id
!=
22
){
return
system
.
getResult
(
null
,
"申请信息不能为空,20230"
);
if
(
!
deliveryData
.
apply
)
{
}
return
system
.
getResult
(
null
,
"申请信息不能为空,20230"
);
if
(
!
deliveryData
.
apply
.
code
)
{
}
return
system
.
getResult
(
null
,
"申请统一社会信用代码不能为空,20250"
);
if
(
!
deliveryData
.
apply
.
code
)
{
}
return
system
.
getResult
(
null
,
"申请统一社会信用代码不能为空,20250"
);
if
(
!
deliveryData
.
apply
.
zipCode
)
{
}
return
system
.
getResult
(
null
,
"申请邮编不能为空,20280"
);
if
(
!
deliveryData
.
apply
.
zipCode
)
{
}
return
system
.
getResult
(
null
,
"申请邮编不能为空,20280"
);
if
(
!
deliveryData
.
apply
.
customerType
)
{
}
return
system
.
getResult
(
null
,
"申请人类型不能为空,20310"
);
if
(
!
deliveryData
.
apply
.
customerType
)
{
}
return
system
.
getResult
(
null
,
"申请人类型不能为空,20310"
);
if
(
deliveryData
.
apply
.
customerType
!=
"ent"
&&
deliveryData
.
apply
.
customerType
!=
"person"
)
{
}
return
system
.
getResult
(
null
,
"申请人类型错误,20330"
);
if
(
deliveryData
.
apply
.
customerType
!=
"ent"
&&
deliveryData
.
apply
.
customerType
!=
"person"
)
{
return
system
.
getResult
(
null
,
"申请人类型错误,20330"
);
}
}
}
var
deliveryStatus
=
"dsccl"
;
var
deliveryStatus
=
"dsccl"
;
var
deliveryStatusName
=
"待上传材料"
;
var
deliveryStatusName
=
"待上传材料"
;
...
...
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