瀏覽代碼

【修改】押金工程 注释

howie 2 年之前
父節點
當前提交
062472040b

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

@@ -254,7 +254,6 @@
                 <div >
                 <div >
                   {{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
                   {{comTotal(scope.row.contractQty,scope.row.contractPrice)}}
                 </div>
                 </div>
-
               </template>
               </template>
             </el-table-column> -->
             </el-table-column> -->
             <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("请选择安装时间");
             this.$message.error("请选择安装时间");
             return;
             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=>{
       //     this.detailList.items.map(e=>{
       //     e.contractAmount = e.contractQty * e.contractPrice
       //     e.contractAmount = e.contractQty * e.contractPrice
       //     if (!e.contractAmount) {
       //     if (!e.contractAmount) {