Commit 2326624a by linboxuan

utilsNeedSve add needBatchUpload

parent 644bb87b
......@@ -85,6 +85,9 @@ class Need extends APIBase {
case "confirmIcpIntention":// 2020 0827 lin 新增 4.3 用户需求确认
opResult = await this.utilsNeedSve.confirmIcpIntention(pobj, pobj.actionBody);
break;
case "needBatchUpload":// 2020 0827 lin 新增 4.3 用户需求确认
opResult = await this.utilsNeedSve.needBatchUpload(pobj, pobj.actionBody);
break;
case "testsymq":
opResult = await this.utilsNeedSve.testsymq(pobj);
break;
......
......@@ -600,6 +600,13 @@ class UtilsNeedService extends AppServiceBase {
}
}
}
// 2020 0914 lin 新增 刷单一条龙功能
async needBatchUpload(pobj,actionBody) {
for(var i = 0;i < actionBody.demands;i++) {
}
}
async testsymq(pobj) {
var a = null;
try {
......
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