Commit 28f2f6f2 by 宋毅

tj

parent 52cc82c6
......@@ -111,6 +111,7 @@ class TmOrderAPI extends APIBase {
}
}
pobj.actionBody["deliveryOrderNo"] = opResult.data.deliveryOrderNo;
pobj.actionBody["itemCode"] = opResult.data.channelItemCode;
// await this.pushData(opResult, req, pobj);
var url = this.pushFqbossDataUrl + "api/channelaccessApi/createChannelOrder"
await this.pushData2(opResult, req, pobj, url);
......@@ -130,6 +131,7 @@ class TmOrderAPI extends APIBase {
}
}
pobj.actionBody["deliveryOrderNo"] = opResult.data.deliveryOrderNo;
pobj.actionBody["itemCode"] = opResult.data.channelItemCode;
// await this.pushData(opResult, req, pobj);
var url = this.pushFqbossDataUrl + "api/channelaccessApi/createChannelOrder"
await this.pushData2(opResult, req, pobj, url);
......
......@@ -151,6 +151,7 @@ class OrderTmProductService extends ServiceBase {
return system.getResultSuccess({
deliveryOrderNo: orderProductObj.deliveryOrderNo,
channelServiceNo: channelOrder.channelServiceNo,
channelItemCode: productItem.channelItemCode,
channelParams: params.channelParams,
tm: returnTm
});
......@@ -284,6 +285,7 @@ class OrderTmProductService extends ServiceBase {
deliveryOrderNo: orderProductObj.deliveryOrderNo,
orderNo: ordercode,
channelParams: params.channelParams,
channelItemCode: productItem.channelItemCode,
tm: returnTm
});
})
......
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