|
@@ -988,6 +988,7 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
let totalCount = 0;
|
|
let totalCount = 0;
|
|
|
|
|
+ console.log(1)
|
|
|
this.detailList = this.form.detailList.map((item) => {
|
|
this.detailList = this.form.detailList.map((item) => {
|
|
|
item['outType'] = item.outboundType;
|
|
item['outType'] = item.outboundType;
|
|
|
item['categoryName'] = item.productName;
|
|
item['categoryName'] = item.productName;
|
|
@@ -1001,9 +1002,12 @@
|
|
|
totalCount += item.measurementCount;
|
|
totalCount += item.measurementCount;
|
|
|
return item;
|
|
return item;
|
|
|
});
|
|
});
|
|
|
|
|
+ console.log(this.detailList)
|
|
|
|
|
+
|
|
|
this.form.totalCount = totalCount;
|
|
this.form.totalCount = totalCount;
|
|
|
this.form['warehouseId'] = this.detailList[0].warehouseId;
|
|
this.form['warehouseId'] = this.detailList[0].warehouseId;
|
|
|
this.form['warehouseName'] = this.detailList[0].warehouseName;
|
|
this.form['warehouseName'] = this.detailList[0].warehouseName;
|
|
|
|
|
+ console.log(3)
|
|
|
|
|
|
|
|
// this.form.detailList.forEach((item) => {
|
|
// this.form.detailList.forEach((item) => {
|
|
|
// if (item.outboundType == 1) {
|
|
// if (item.outboundType == 1) {
|