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
6475777f
Commit
6475777f
authored
May 13, 2020
by
王昆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xgg-deliver-ali' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-deliver-ali
parents
2952d4fd
c1a449ef
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
xgg-deliver/app/base/controller/impl/order/orderCtl.js
+1
-1
xgg-deliver/app/base/controller/impl/uc/userCtl.js
+1
-1
xgg-deliver/app/base/system.js
+1
-1
No files found.
xgg-deliver/app/base/controller/impl/order/orderCtl.js
View file @
6475777f
...
@@ -534,7 +534,7 @@ class OrderCtl extends CtlBase {
...
@@ -534,7 +534,7 @@ class OrderCtl extends CtlBase {
*/
*/
async
addSourceOrder
(
pobj
,
pobj2
,
req
)
{
async
addSourceOrder
(
pobj
,
pobj2
,
req
)
{
if
(
!
pobj
.
product_id
)
{
if
(
!
pobj
.
product_id
)
{
return
system
.
getResult
(
null
,
`参数错误
订单
ID不能为空`
);
return
system
.
getResult
(
null
,
`参数错误
产品
ID不能为空`
);
}
}
if
(
!
pobj
.
contact_mobile
)
{
if
(
!
pobj
.
contact_mobile
)
{
return
system
.
getResult
(
null
,
`参数错误 联系电话不能为空`
);
return
system
.
getResult
(
null
,
`参数错误 联系电话不能为空`
);
...
...
xgg-deliver/app/base/controller/impl/uc/userCtl.js
View file @
6475777f
...
@@ -168,12 +168,12 @@ class UserCtl extends CtlBase {
...
@@ -168,12 +168,12 @@ class UserCtl extends CtlBase {
"name"
:
"订单中心"
,
"name"
:
"订单中心"
,
"icon"
:
"iconfont icon-gth-gsdingdanzhongxin"
,
"icon"
:
"iconfont icon-gth-gsdingdanzhongxin"
,
"team"
:
[
"team"
:
[
{
"name"
:
"我的业务订单"
,
"path"
:
"/trading/glyorderInformation"
},
{
"name"
:
"工商注册"
,
"path"
:
"/trading/glyRegister"
},
{
"name"
:
"工商注册"
,
"path"
:
"/trading/glyRegister"
},
{
"name"
:
"刻章办理"
,
"path"
:
"/trading/glyHandle"
},
{
"name"
:
"刻章办理"
,
"path"
:
"/trading/glyHandle"
},
{
"name"
:
"银行开户"
,
"path"
:
"/trading/glyBank"
},
{
"name"
:
"银行开户"
,
"path"
:
"/trading/glyBank"
},
{
"name"
:
"税务报道"
,
"path"
:
"/trading/glyReport"
},
{
"name"
:
"税务报道"
,
"path"
:
"/trading/glyReport"
},
{
"name"
:
"代理记账"
,
"path"
:
"/trading/glyAccount"
},
{
"name"
:
"代理记账"
,
"path"
:
"/trading/glyAccount"
},
{
"name"
:
"我的业务订单"
,
"path"
:
"/trading/glyorderInformation"
},
]
]
},
},
...
...
xgg-deliver/app/base/system.js
View file @
6475777f
...
@@ -197,7 +197,7 @@ class System {
...
@@ -197,7 +197,7 @@ class System {
order
:
domain2
+
":3103"
+
path
,
order
:
domain2
+
":3103"
+
path
,
// 发票服务
// 发票服务
invoice
:
domain
+
":3105"
+
path
,
invoice
:
domain
2
+
":3105"
+
path
,
// 发票服务
// 发票服务
uc
:
domain2
+
":3106"
+
path
,
uc
:
domain2
+
":3106"
+
path
,
...
...
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