Commit 054c362c by 宋毅

tj

parent 3172bbd6
......@@ -522,11 +522,7 @@ class OrderInfoService extends ServiceBase {
if (actionBody.notes) {
actionBody.isGetContact = 0;
var itemResult = await this.getOrderDeliveryInfo(pobj, actionBody);
if (itemResult.status == 0) { //重新计算尼斯官费
for (let g = 0; g < tempNclList.length; g++) {
const nclThree = tempNclList[g].nclThree;
tempNclList[g].nclPublicExpense = Number(tempNclList[g].nclPublicExpense) + (nclThree.length - 10) * Number(price_additions_item.public_expense);
}
if (itemResult.status == 0) {
if (actionBody.notes != itemResult.data.notes) {
itemResult.data.notes = actionBody.notes;
this.putOrderDelivery(itemResult.data, actionBody.orderNo);
......
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