|
@@ -1554,7 +1554,7 @@ export default {
|
|
|
},
|
|
|
// 添加行
|
|
|
addRow2(tableData, event) {
|
|
|
- tableData.push({cntrId:this.schedulingList[0].cntrId,pId:this.schedulingList[0].id});
|
|
|
+ tableData.push({cntrId:this.schedulingList[0].cntrId,pid:this.schedulingList[0].id});
|
|
|
this.showSure(this.schedulingList);
|
|
|
},
|
|
|
//删除行
|
|
@@ -1749,6 +1749,9 @@ export default {
|
|
|
"carQty",
|
|
|
response.data.plan.carQty
|
|
|
);
|
|
|
+ this.$set(row, "orderStatus",response.data.cars.orderStatus);
|
|
|
+ this.$set(row, "orgId",response.data.cars.orgId);
|
|
|
+ this.$set(row, "id",response.data.cars.id);
|
|
|
}
|
|
|
});
|
|
|
} else if (row.billStatus != 6) {
|
|
@@ -1761,6 +1764,9 @@ export default {
|
|
|
"carQty",
|
|
|
response.data.plan.carQty
|
|
|
);
|
|
|
+ this.$set(row, "orderStatus",response.data.cars.orderStatus);
|
|
|
+ this.$set(row, "orgId",response.data.cars.orgId);
|
|
|
+ this.$set(row, "id",response.data.cars.id);
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
@@ -1790,6 +1796,9 @@ export default {
|
|
|
if (response.code == 200) {
|
|
|
this.msgSuccess("成功撤回");
|
|
|
this.$set(row, "billStatus", 3);
|
|
|
+ this.$set(row, "orderStatus",response.data.cars.orderStatus);
|
|
|
+ this.$set(row, "orgId",response.data.cars.orgId);
|
|
|
+ this.$set(row, "id",response.data.cars.id);
|
|
|
this.$set(
|
|
|
this.schedulingList[0],
|
|
|
"carQty",
|