|
@@ -749,6 +749,8 @@ export default {
|
749
|
749
|
tempObj["supply_expiry_date"] = "";
|
750
|
750
|
tempObj["manufacturer_id"] = "";
|
751
|
751
|
tempObj["min_price"] = ""
|
|
752
|
+ tempObj["warehouse_info_id"] = 0
|
|
753
|
+ tempObj["warehousing_id"] = 0
|
752
|
754
|
this.recordInfo.tableList.push(tempObj);
|
753
|
755
|
},
|
754
|
756
|
handleDelete: function (index, row) {
|
|
@@ -1021,6 +1023,8 @@ export default {
|
1021
|
1023
|
orderInfo[i].project_id = orderInfo[i].project_id;
|
1022
|
1024
|
orderInfo[i].supply_unit = orderInfo[i].supply_unit;
|
1023
|
1025
|
orderInfo[i].order_number = orderInfo[i].order_number;
|
|
1026
|
+ orderInfo[i].warehouse_info_id = orderInfo[i].warehouse_info_id
|
|
1027
|
+ orderInfo[i].warehousing_id = orderInfo[i].warehousing_id
|
1024
|
1028
|
orderInfo[i].supply_total_price = (
|
1025
|
1029
|
orderInfo[i].count * orderInfo[i].price
|
1026
|
1030
|
).toFixed(2);
|
|
@@ -1103,7 +1107,7 @@ export default {
|
1103
|
1107
|
stockIn: this.recordInfo.tableList,
|
1104
|
1108
|
return_remake: this.return_remake,
|
1105
|
1109
|
};
|
1106
|
|
-
|
|
1110
|
+ console.log("param232332",params)
|
1107
|
1111
|
updateGoodOrder(
|
1108
|
1112
|
params,
|
1109
|
1113
|
this.supplier_name,
|
|
@@ -1498,6 +1502,8 @@ export default {
|
1498
|
1502
|
tempObj["supply_expiry_date"] = "";
|
1499
|
1503
|
tempObj["manufacturer_id"] = "";
|
1500
|
1504
|
tempObj["min_price"] = ""
|
|
1505
|
+ tempObj["warehouse_info_id"] = 0
|
|
1506
|
+ tempObj["warehousing_id"] = 0
|
1501
|
1507
|
this.recordInfo.tableList.push(tempObj);
|
1502
|
1508
|
this.getInitOrder();
|
1503
|
1509
|
if (parseInt(this.$route.query.id) > 0) {
|