Commit b1486efc by 王昆

gsb

parent 65ca9435
......@@ -76,6 +76,10 @@ class ActionAPI extends APIBase {
opResult = await this.oorderSve.addSourceOrder(action_body);
break;
case "resetOrderProcess": // 创建来源订单
opResult = await this.oorderSve.resetOrderProcess(action_body);
break;
case "productDics": // 查询产品字典
opResult = await this.oproductSve.productDics(action_body);
......
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