|
@@ -630,7 +630,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- storageName: [],
|
|
|
+ storageNameList: [],
|
|
|
surplusRouteQuantityOption: [],
|
|
|
saveLoading: false,
|
|
|
disabled: false,
|
|
@@ -1544,6 +1544,7 @@ export default {
|
|
|
});
|
|
|
console.log(index)
|
|
|
this.goodsShowData[this.choiceIndexT].storageQuantity =row.storageQuantityList[index].surplusRouteQuantity;
|
|
|
+ this.goodsShowData[this.choiceIndexT].storageName =row.storageQuantityList[index].storageName;
|
|
|
this.goodsShowData[this.choiceIndexT].purchaseAmount =row.storageQuantityList[index].stockPrice;
|
|
|
console.log(row.storageQuantityList[index].surplusRouteQuantity)
|
|
|
console.log(this.goodsShowData[this.choiceIndexT].storageQuantity)
|
|
@@ -1658,7 +1659,7 @@ export default {
|
|
|
this.oldGiftList = []
|
|
|
this.oldFeesList = []
|
|
|
this.oldUploadList = []
|
|
|
- this.storageName = []
|
|
|
+ this.storageNameList = []
|
|
|
this.oldGoodsList = this.deepClone(this.contactsData)
|
|
|
this.oldGiftList = this.deepClone(this.giftData)
|
|
|
this.oldFeesList = this.deepClone(this.advantageProjectData)
|
|
@@ -2430,7 +2431,6 @@ export default {
|
|
|
warehouseId: selectedValue
|
|
|
}).then(res => {
|
|
|
console.log('1', res.data.data);
|
|
|
- // this.storageName = res.data.data
|
|
|
this.tableData[item].priceCategory = this.tableData[item].goodsTypeName;
|
|
|
this.tableData[item].storageQuantityList = res.data.data;
|
|
|
delete this.tableData[item].goodsTypeName;
|