Przeglądaj źródła

【修改】押金工程 注释

howie 2 lat temu
rodzic
commit
062472040b

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

@@ -254,7 +254,6 @@
                 <div >
                   {{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
                 </div>
-
               </template>
             </el-table-column> -->
             <el-table-column

+ 9 - 0
src/views/deposit_home/components/refund_list-detail.vue

@@ -1103,6 +1103,15 @@ export default {
             this.$message.error("请选择安装时间");
             return;
           }
+
+          // for (let i = 0; i < this.detailList.length; i++) {
+          //   this.detailList[i].contractAmount = this.detailList[i].contractQty * this.detailList[i].contractPrice
+          //     if (this.detailList[i].contractAmount) {
+          //       return this.$errorMsg('合同单价、合同数量不能为空')
+          //     }
+
+          // }
+
       //     this.detailList.items.map(e=>{
       //     e.contractAmount = e.contractQty * e.contractPrice
       //     if (!e.contractAmount) {