Commit 4feda5f9 by 孙亚楠

d

parent e6a928ed
......@@ -78,7 +78,7 @@ class ActionAPI extends APIBase {
opResult = await this.oorderSve.addSourceOrder(action_body);
break;
case "resetOrderProcess": // 创建来源订单
case "resetOrderProcess": // 重置订单流程
opResult = await this.oorderSve.resetOrderProcess(action_body);
break;
case "aliOrderPageAll": // 阿里全部订单
......@@ -87,7 +87,7 @@ class ActionAPI extends APIBase {
case "aliOrderPage": // 阿里我的业务订单
opResult = await this.oorderSve.aliOrderPage(action_body);
break;
case "productDics": // 查询产品字典
case "productDics": // 阿里查询产品字典
opResult = await this.oproductSve.productDics(action_body);
break;
......@@ -125,7 +125,6 @@ class ActionAPI extends APIBase {
case "businessmenMapByCreditCodes":
opResult = await this.obusinessmenSve.mapByCreditCodes(action_body);
break;
// 统计数据(平台)
case "statTransData": //数据简报 (本月交易数据)
opResult = await this.oorderSve.statTransData(action_body);
......@@ -146,6 +145,7 @@ class ActionAPI extends APIBase {
break;
//*****************************个体宝saas*************************************** */
case "saasOrderMicroAdd": // 小程序下单
opResult = await this.saasorderSve.microAdd(action_body);
break;
......@@ -203,133 +203,6 @@ class ActionAPI extends APIBase {
case "cancelInvoiceByDataIds": // 订单信息
opResult = await this.saasorderSve.cancelInvoiceByDataIds(action_body);
break;
//******************************************************************** */
// // 订单
// case "createOrder": //创建订单
// opResult = await this.iborderbaseSve.apiCreateOrder(action_body);
// break;
// case "completedOrder": //完善信息接口
// opResult = await this.iborderbaseSve.apiCompletedOrder(action_body);
// break;
// case "handling": //订单办理接口
// opResult = await this.iborderbaseSve.apiHandling(action_body);
// break;
// // case "orders": //订单列表
// // opResult = await this.iborderbaseSve.apiOrders(action_body);
// // break;
// case "addOrder":
// opResult = await this.iborderSve.apiAdd(action_body);
// break;
// case "updOrder":
// opResult = await this.iborderSve.apiUpd(action_body);
// break;
//
// // -------------------
// case "allOrderList":
// opResult = await this.iborderSve.apiAllList(action_body);
// break;
// // case "orderInfo":
// // opResult = await this.iborderSve.apiInfo(action_body);
// // break;
// // case "orderInfoAll":
// // opResult = await this.iborderSve.apiAllInfo(action_body);
// // break;
// case "byChannelOrderId":
// opResult = await this.iborderSve.apiByChannelOrderId(action_body);
// break;
//
//
// case "orderEdit":
// opResult = await this.iborderSve.apiEdit(action_body);
// break;
// case "orderAssign":
// opResult = await this.iborderSve.apiAssign(action_body);
// break;
// case "myOrderPage":
// opResult = await this.iborderSve.apiMyPage(action_body);
// break;
// case "orderPay":
// opResult = await this.iborderSve.apiOrderPay(action_body);
// break;
// case "orderClose":
// opResult = await this.iborderSve.apiOrderClose(action_body);
// break;
// case "closeOrderById":
// opResult = await this.iborderSve.apiCloseById(action_body);
// break;
// case "orderComplete":
// opResult = await this.iborderSve.apiComplete(action_body);
// break;
// case "orderByDeliverId":
// opResult = await this.iborderSve.apiByDeliverId(action_body);
// break;
//
//
// // 订单办理
// case "orderDeliverList":
// opResult = await this.iborderdeliverSve.apiPage(action_body);
// break;
// case "orderDeliverHandle":
// opResult = await this.iborderdeliverSve.apiHandle(action_body);
// break;
// case "orderDeliverInfo":
// opResult = await this.iborderdeliverSve.apiInfo(action_body);
// break;
// case "orderDeliverEdit":
// opResult = await this.iborderdeliverSve.apiEdit(action_body);
// break;
//
// case "orderDeliverAudit":
// opResult = await this.iborderdeliverSve.apiAudit(action_body);
// break;
//
// case "orderDeliverClose":
// opResult = await this.iborderdeliverSve.apiClose(action_body);
// break;
//
// // 个体户管理
// case "businessmenByOrderId":
// opResult = await this.businessmenSve.apiByOrderId(action_body);
// break;
// case "businessmenByChannelOrderNo":
// opResult = await this.businessmenSve.apiByChannelOrderNo(action_body);
// break;
// case "businessmenNameList":
// opResult = await this.businessmenSve.apiNameList(action_body);
// break;
// case "businessmenPage":
// opResult = await this.businessmenSve.apiPage(action_body);
// break;
// case "businessmenInfo":
// opResult = await this.businessmenSve.apiInfo(action_body);
// break;
// case "businessmenSign":
// opResult = await this.businessmenSve.apiSign(action_body);
// break;
// case "businessmenSignPage":
// opResult = await this.businessmenSve.apiSignPage(action_body);
// break;
// case "businessmenInfoPage":
// opResult = await this.businessmenSve.apiInfoPage(action_body);
// break;
// case "businessmenUserPage":
// opResult = await this.businessmenSve.apiUserPage(action_body);
// break;
// case "businessmenDeliverPage":
// opResult = await this.businessmenSve.apiDeliverPage(action_body);
// break;
// case "addBusinessmenContract":
// opResult = await this.businessmenSve.apiAddContract(action_body);
// break;
//
// case "businessmenCompleteMapByCreditCodes":
// opResult = await this.businessmenSve.apiCompleteMapByCreditCodes(action_body);
// break;
//
default:
opResult = system.getResult(null, "action_type参数错误");
break;
......
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