gjy 2 years ago
parent
commit
feae90a3a4
1 changed files with 8 additions and 8 deletions
  1. 8 8
      src/views/houseSelfCollect/settlement.vue

+ 8 - 8
src/views/houseSelfCollect/settlement.vue

@@ -291,7 +291,7 @@
             <ws-form-item label="自产证明" span="1" prop="waterContent">
                 <el-image 
                 v-if="paymentList.selfCertificate"
-                  style="width: 178px; height: 178px;"
+                  style="width: 178px; height: 178px;border-radius:6px;"
                   :src="paymentList.selfCertificate" 
                   :preview-src-list="[paymentList.selfCertificate]">
                 </el-image>
@@ -1097,13 +1097,13 @@
           })
           return
         }
-        if (!this.paymentList.selfCertificate&&localStorage.getItem('ws-pf_compName')=='黑龙江中天昊元贸易有限公司'||!this.paymentList.selfCertificate&&localStorage.getItem('ws-pf_compName')=='吉林昊友城元粮食贸易有限公司') {
-          this.$message({
-            message: '请上传自产证明!',
-            type: 'warning',
-          })
-          return
-        }
+        // if (!this.paymentList.selfCertificate&&localStorage.getItem('ws-pf_compName')=='黑龙江中天昊元贸易有限公司'||!this.paymentList.selfCertificate&&localStorage.getItem('ws-pf_compName')=='吉林昊友城元粮食贸易有限公司') {
+        //   this.$message({
+        //     message: '请上传自产证明!',
+        //     type: 'warning',
+        //   })
+        //   return
+        // }
         this.paymentList.id = this.$route.query.id
         this.paymentList.amountIngPayable = this.paymentList.actualPayment
         this.paymentList.settlementClerk = localStorage.getItem('ws-pf_staffName')