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
568fdef4
Commit
568fdef4
authored
Mar 04, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
df7701e1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
30 deletions
+8
-30
xgg-admin/app/base/controller/impl/auth/userCtl.js
+2
-1
xgg-admin/app/base/controller/impl/order/orderCtl.js
+2
-1
xgg-admin/app/base/service/impl/invoice/invoiceSve.js
+4
-28
No files found.
xgg-admin/app/base/controller/impl/auth/userCtl.js
View file @
568fdef4
...
...
@@ -126,7 +126,8 @@ class UserCtl extends CtlBase {
}]
},
{
"name"
:
"个体户管理"
,
// TODO yanshizhuanyong
"name"
:
"公司管理"
,
"team"
:
[{
"name"
:
"用户信息"
,
"path"
:
"/trading/userInformation"
...
...
xgg-admin/app/base/controller/impl/order/orderCtl.js
View file @
568fdef4
...
...
@@ -161,7 +161,8 @@ class OrderCtl extends CtlBase {
return
system
.
getResult
(
null
,
`参数错误 法人电话不能为空`
);
}
if
(
!
params
.
names
){
return
system
.
getResult
(
null
,
`参数错误 个体户名称不能为空`
);
// TODO yanshizhuanyong
return
system
.
getResult
(
null
,
`参数错误 公司名称不能为空`
);
}
if
(
!
params
.
capital
){
return
system
.
getResult
(
null
,
`参数错误 注册资本不能为空`
);
...
...
xgg-admin/app/base/service/impl/invoice/invoiceSve.js
View file @
568fdef4
...
...
@@ -106,40 +106,16 @@ class InvoiceService extends ServiceBase {
};
this
.
invoiceConfig
=
{
4987
67
:
{
4987
81
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"4987
67
"
,
customerId
:
"4987
81
"
,
userId
:
43
,
},
4987
58
:
{
4987
82
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"498758"
,
userId
:
43
,
},
498759
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"498759"
,
userId
:
43
,
},
498760
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"498760"
,
userId
:
43
,
},
498765
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"498765"
,
userId
:
43
,
},
498763
:
{
uploadPeriod
:
"201910"
,
companyId
:
"102"
,
customerId
:
"498763"
,
customerId
:
"498782"
,
userId
:
43
,
},
}
...
...
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