Jelajahi Sumber

调拨修改

wengyuwen 4 tahun lalu
induk
melakukan
b927170ece
1 mengubah file dengan 7 tambahan dan 5 penghapusan
  1. 7 5
      src/views/warehouseBusiness/stockTransfer/index.vue

+ 7 - 5
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -249,9 +249,10 @@
       </el-table-column>
       <el-table-column label="调入仓库" align="center" prop="fWarehouseid" />
       <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
@@ -2740,7 +2741,7 @@ export default {
     },
     confirm(){
       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.dataList.fTransferWarehouselocid = this.informationId
     },
@@ -3905,7 +3906,8 @@ export default {
             } else {
               return prev;
             }
-          }, 0); // sums[index]
+          }, 0);
+          sums[index] = sums[index].toFixed(2);
         }
       });
       this.sums = sums;