Sfoglia il codice sorgente

【修改】审批退押

howie 2 anni fa
parent
commit
f3db442ab0

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

@@ -1180,11 +1180,11 @@ export default {
             this.$message.error("请选择安装时间");
             return;
           }
-          this.detailList.items.map(e=>{
-          if (!e.contractAmount) {
-            return this.$errorMsg('合同单价、合同数量不能为空')
-          }
-      })
+      //     this.detailList.items.map(e=>{
+      //     if (!e.contractAmount) {
+      //       return this.$errorMsg('合同单价、合同数量不能为空')
+      //     }
+      // })
 
           let data = {
             ...this.detailList,

+ 7 - 2
src/views/supply/pickup/check.vue

@@ -759,11 +759,16 @@ export default {
         if (!this.screenForm.manId) {
         return this.$errorMsg("请先查询提货人信息");
       }
+      }else{
+
+        if (!this.screenForm.logisticsId) {
+          return this.$errorMsg("请选择物流公司");
+        }
+
+      }
       if (!this.screenForm.warehouse) {
         return this.$errorMsg("请选择仓库");
       }
-      }
-
       this.listLoading = true;
 
       let params = {