Переглянути джерело

fix:押金删除多余字段

zh 2 роки тому
батько
коміт
13b7b78ff1

+ 1 - 5
src/views/deposit_home/components/deposit-apply-surrender.vue

@@ -425,11 +425,7 @@
               <span>{{ scope.row.materialOldNumber }}</span>
             </template>
           </el-table-column>
-          <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-            <template slot-scope="scope">
-              {{ scope.row.depositAmount | numToFixed }}
-            </template>
-          </el-table-column>
+ 
           <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
           <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
             <template slot-scope="scope">

+ 0 - 5
src/views/deposit_home/components/deposit_list-detail.vue

@@ -479,11 +479,6 @@
                 <span>{{ scope.row.materialOldNumber }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-              <template slot-scope="scope">
-                {{ scope.row.depositAmount | numToFixed }}
-              </template>
-            </el-table-column>
             <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
             <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">

+ 1 - 5
src/views/deposit_home/components/deposit_replenish.vue

@@ -478,11 +478,7 @@
                 <span>{{ scope.row.materialOldNumber }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-              <template slot-scope="scope">
-                {{ scope.row.depositAmount | numToFixed }}
-              </template>
-            </el-table-column>
+       
             <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
             <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">

+ 1 - 5
src/views/deposit_home/components/refund_list-detail.vue

@@ -672,11 +672,7 @@
                 <span>{{ scope.row.materialOldNumber }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-              <template slot-scope="scope">
-                {{ scope.row.depositAmount | numToFixed }}
-              </template>
-            </el-table-column>
+
             <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
             <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">

+ 1 - 5
src/views/deposit_home/components/refund_reexamine.vue

@@ -672,11 +672,7 @@
                 <span>{{ scope.row.materialOldNumber }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-              <template slot-scope="scope">
-                {{ scope.row.depositAmount | numToFixed }}
-              </template>
-            </el-table-column>
+
             <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
             <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">

+ 1 - 5
src/views/deposit_home/components/refund_replenish.vue

@@ -672,11 +672,7 @@
                 <span>{{ scope.row.materialOldNumber }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="押金金额" prop="depositAmount" min-width="130" show-overflow-tooltip>
-              <template slot-scope="scope">
-                {{ scope.row.depositAmount | numToFixed }}
-              </template>
-            </el-table-column>
+
             <el-table-column align="left" label="已发押金数量" prop="hasSendQty" min-width="130" show-overflow-tooltip />
             <el-table-column align="left" label="单价" prop="price" min-width="130" show-overflow-tooltip>
               <template slot-scope="scope">