Procházet zdrojové kódy

新加费用类型区分

Qukatie před 2 dny
rodič
revize
071ab75f59

+ 1 - 0
src/views/storehouse/inStockManage/inStockPlan/detailsPage.vue

@@ -1049,6 +1049,7 @@ export default {
       this.form.centerShipCostList.push({
         parentId: this.form.id,
         billType: 1,
+        costType:0,
         goodsNum: this.form.goodsTotalNum,
         $cellEdit: true
       });

+ 2 - 0
src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

@@ -1155,6 +1155,7 @@ export default {
       this.form.centerShipCostList.push({
         parentId: this.form.id,
         billType: 2,
+        costType:0,
         $cellEdit: true
       });
     },
@@ -1165,6 +1166,7 @@ export default {
       this.form.centerShipPaymentCostList.push({
         parentId: this.form.id,
         billType: 2,
+        costType:1,
         $cellEdit: true
       });
     },