Selaa lähdekoodia

导入付款修改

LiFei 6 vuotta sitten
vanhempi
commit
216d246f37
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/views/hwpayment/modules/HwPaymentExportModal.vue

+ 4 - 0
src/views/hwpayment/modules/HwPaymentExportModal.vue

@@ -182,6 +182,10 @@
             this.type=2
             this.$message.success(`${info.file.name} 文件上传成功`);
           } else {
+            if(info.file.response.message=="您导入的付款单需在同一需求"){
+              this.$message.error(info.file.response.message);
+              return
+            }
             this.type=1
             this.dataError=info.file.response.message
             console.log(this.dataError)