|
@@ -249,9 +249,10 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="调入仓库" align="center" prop="fWarehouseid" />
|
|
<el-table-column label="调入仓库" align="center" prop="fWarehouseid" />
|
|
<el-table-column label="调出仓库" align="center" prop="fInwarehouseid" />
|
|
<el-table-column label="调出仓库" align="center" prop="fInwarehouseid" />
|
|
- <el-table-column label="调拨件数" align="center" prop="fPlanqty" />
|
|
|
|
- <el-table-column label="调拨毛重(kg)" align="center" prop="fPlangrossweight" />
|
|
|
|
- <el-table-column label="调拨净重(kg)" align="center" prop="fPlannetweight" />
|
|
|
|
|
|
+ <el-table-column label="实际调拨件数" align="center" prop="fQty" />
|
|
|
|
+ <el-table-column label="计划调拨件数" align="center" prop="fPlanqty" />
|
|
|
|
+ <el-table-column label="计划调拨毛重(kg)" align="center" prop="fPlangrossweight" />
|
|
|
|
+ <el-table-column label="计划调拨净重(kg)" align="center" prop="fPlannetweight" />
|
|
<el-table-column label="业务类别" align="center" prop="fBusinessType" :formatter="fBusinessTypeFormat"/>
|
|
<el-table-column label="业务类别" align="center" prop="fBusinessType" :formatter="fBusinessTypeFormat"/>
|
|
|
|
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -2740,7 +2741,7 @@ export default {
|
|
},
|
|
},
|
|
confirm(){
|
|
confirm(){
|
|
this.$set(this.dataList[this.inDex], 'fWarehouseInformation', this.information)
|
|
this.$set(this.dataList[this.inDex], 'fWarehouseInformation', this.information)
|
|
- this.$set(this.dataList[this.inDex], 'fTransferWarehouselocid ', this.informationId)
|
|
|
|
|
|
+ this.$set(this.dataList[this.inDex], 'fTransferWarehouselocid', this.informationId)
|
|
this.choiceWarehouse = false
|
|
this.choiceWarehouse = false
|
|
this.dataList.fTransferWarehouselocid = this.informationId
|
|
this.dataList.fTransferWarehouselocid = this.informationId
|
|
},
|
|
},
|
|
@@ -3905,7 +3906,8 @@ export default {
|
|
} else {
|
|
} else {
|
|
return prev;
|
|
return prev;
|
|
}
|
|
}
|
|
- }, 0); // sums[index]
|
|
|
|
|
|
+ }, 0);
|
|
|
|
+ sums[index] = sums[index].toFixed(2);
|
|
}
|
|
}
|
|
});
|
|
});
|
|
this.sums = sums;
|
|
this.sums = sums;
|