Commit 568fdef4 by 王昆

gsb

parent df7701e1
......@@ -126,7 +126,8 @@ class UserCtl extends CtlBase {
}]
},
{
"name": "个体户管理",
// TODO yanshizhuanyong
"name": "公司管理",
"team": [{
"name": "用户信息",
"path": "/trading/userInformation"
......
......@@ -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,`参数错误 注册资本不能为空`);
......
......@@ -106,40 +106,16 @@ class InvoiceService extends ServiceBase {
};
this.invoiceConfig = {
498767: {
498781: {
uploadPeriod: "201910",
companyId: "102",
customerId: "498767",
customerId: "498781",
userId: 43,
},
498758: {
498782: {
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,
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment