howie пре 2 година
родитељ
комит
ee8c47271a

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

@@ -164,9 +164,9 @@
             min-width="160"
             show-overflow-tooltip
           />
-          <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
+          <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="实装厂产品编码" prop="realMaterialOldNumber" min-width="200" show-overflow-tooltip></el-table-column>
-            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column> -->
           <el-table-column
             align="center"
             label="单价"
@@ -206,7 +206,7 @@
             min-width="160"
             show-overflow-tooltip
           />
-          <el-table-column
+          <!-- <el-table-column
               align="right"
               label="合同数量"
               prop="contractQty"
@@ -255,7 +255,7 @@
                   {{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
                 </div>
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column
               align="right"
               label="押金金额"
@@ -267,7 +267,7 @@
                 {{ scope.row.depositAmount | numToFixed }}
               </template>
             </el-table-column>
-          <el-table-column
+          <!-- <el-table-column
             align="center"
             label="上交资料"
             prop="dataQty"
@@ -305,7 +305,7 @@
               <template slot-scope="scope">
                 {{ scope.row.diffPolicyPrice | numToFixed }}
               </template>
-            </el-table-column>
+            </el-table-column> -->
         </el-table>
       </div>
     </div>
@@ -598,13 +598,13 @@ export default {
         return
       }
 
-      for (let i = 0; i < this.details.length; i++) {
-            this.details.items[i].contractAmount = this.details.items[i].contractQty * this.details.items[i].contractPrice
-              if (this.details.items[i].contractAmount) {
-                return this.$errorMsg('合同单价、合同数量不能为空')
-              }
+      // for (let i = 0; i < this.details.length; i++) {
+      //       this.details.items[i].contractAmount = this.details.items[i].contractQty * this.details.items[i].contractPrice
+      //         if (this.details.items[i].contractAmount) {
+      //           return this.$errorMsg('合同单价、合同数量不能为空')
+      //         }
 
-          }
+      //     }
 
       this.fileList.forEach((el) => {
 

+ 6 - 6
src/views/deposit_home/components/deposit_list-detail.vue

@@ -221,9 +221,9 @@
                 <span>{{ scope.row.specification }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
+            <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="实装厂产品编码" prop="realMaterialOldNumber" min-width="200" show-overflow-tooltip></el-table-column>
-            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column> -->
             <el-table-column
               align="right"
               label="单价"
@@ -278,7 +278,7 @@
                 {{ scope.row.depositAmount | numToFixed }}
               </template>
             </el-table-column> -->
-            <el-table-column
+            <!-- <el-table-column
               align="right"
               label="合同数量"
               prop="contractQty"
@@ -310,7 +310,7 @@
               <template slot-scope="scope">
                   {{ scope.row.contractAmount }}
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column
               align="right"
               label="押金金额"
@@ -322,7 +322,7 @@
                 {{ scope.row.depositAmount | numToFixed }}
               </template>
             </el-table-column>
-            <el-table-column
+            <!-- <el-table-column
               align="right"
               label="上交资料"
               prop="dataQty"
@@ -350,7 +350,7 @@
               <template slot-scope="scope">
                 {{ scope.row.diffPolicyPrice | numToFixed }}
               </template>
-            </el-table-column>
+            </el-table-column> -->
 
 
           </el-table>

+ 6 - 6
src/views/deposit_home/components/refund_list-detail.vue

@@ -1104,13 +1104,13 @@ export default {
             return;
           }
 
-          for (let i = 0; i < this.detailList.items.length; i++) {
-            this.detailList.items[i].contractAmount = this.detailList.items[i].contractQty * this.detailList.items[i].contractPrice
-              if (this.detailList.items[i].contractAmount) {
-                return this.$errorMsg('合同单价、合同数量不能为空')
-              }
+          // for (let i = 0; i < this.detailList.items.length; i++) {
+          //   this.detailList.items[i].contractAmount = this.detailList.items[i].contractQty * this.detailList.items[i].contractPrice
+          //     if (this.detailList.items[i].contractAmount) {
+          //       return this.$errorMsg('合同单价、合同数量不能为空')
+          //     }
 
-          }
+          // }
 
       //     this.detailList.items.map(e=>{
       //     e.contractAmount = e.contractQty * e.contractPrice

+ 4 - 4
src/views/deposit_home/deposit_list.vue

@@ -396,9 +396,9 @@
                 <span>{{ scope.row.specification }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
+            <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="实装厂产品编码" prop="realMaterialOldNumber" min-width="200" show-overflow-tooltip></el-table-column>
-            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column> -->
             <el-table-column
               align="left"
               label="是否退押"
@@ -482,7 +482,7 @@
               min-width="160"
               show-overflow-tooltip
             />
-            <el-table-column
+            <!-- <el-table-column
               align="right"
               label="合同数量"
               prop="itemContractQty"
@@ -514,7 +514,7 @@
               <template slot-scope="scope">
                 {{ scope.row.itemContractAmount | numToFixed }}
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column
               align="left"
               label="资料审核日期"

+ 4 - 4
src/views/deposit_home/refund_list.vue

@@ -572,9 +572,9 @@
                 <span>{{ scope.row.specification }}</span>
               </template>
             </el-table-column>
-            <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
+            <!-- <el-table-column align="left" label="实装物料编号" prop="realMaterialNumber" min-width="150" show-overflow-tooltip></el-table-column>
             <el-table-column align="left" label="实装厂产品编码" prop="realMaterialOldNumber" min-width="200" show-overflow-tooltip></el-table-column>
-            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column>
+            <el-table-column align="left" label="实装规格型号" prop="realSpecification" min-width="300" show-overflow-tooltip></el-table-column> -->
             <el-table-column
               align="left"
               label="是否退押"
@@ -645,7 +645,7 @@
               show-overflow-tooltip
             />
 
-            <el-table-column
+            <!-- <el-table-column
               align="right"
               label="合同数量"
               prop="itemContractQty"
@@ -677,7 +677,7 @@
               <template slot-scope="scope">
                 {{ scope.row.itemContractAmount | numToFixed }}
               </template>
-            </el-table-column>
+            </el-table-column> -->
             <el-table-column
               align="right"
               label="发货数量"