Commit a8a1f456 by 高宇强

gyq

parent b1d6da83
...@@ -128,6 +128,7 @@ class BizOptCtl extends CtlBase { ...@@ -128,6 +128,7 @@ class BizOptCtl extends CtlBase {
async insertInfo(pobj,qobj,req){ async insertInfo(pobj,qobj,req){
if (pobj.businessMode && pobj.businessMode != 'undefined' && pobj.businessType && pobj.businessType != 'undefined'){ if (pobj.businessMode && pobj.businessMode != 'undefined' && pobj.businessType && pobj.businessType != 'undefined'){
try{ try{
pobj.currentStatus = "beforeSubmission";//加上当前状态
await this.service.insertInfo(pobj); await this.service.insertInfo(pobj);
return system.getResult("插入成功!"); return system.getResult("插入成功!");
......
...@@ -187,18 +187,18 @@ module.exports = { ...@@ -187,18 +187,18 @@ module.exports = {
}, },
"ddyDict":{//和庄冰的交付单对应关系 "ddyDict":{//和庄冰的交付单对应关系
"paid":1, "paid":1,
"received":2, "received":20,
"inservice":3, "inservice":30,
"collecting":10, "collecting":100,
"uploading":11, "uploading":110,
"checking":12, "checking":120,
"auditing":13, "auditing":130,
"engraving":14, "engraving":140,
"posting":15, "posting":150,
"signed":16, "signed":160,
"completed":17, "completed":170,
"expired":18, "expired":180,
"closed":19 "closed":190
} }
} }
} }
......
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