Commit a8a1f456 by 高宇强

gyq

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