Ver código fonte

导入付款修改

LiFei 6 anos atrás
pai
commit
216d246f37

+ 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)