|
@@ -291,7 +291,7 @@
|
|
<ws-form-item label="自产证明" span="1" prop="waterContent">
|
|
<ws-form-item label="自产证明" span="1" prop="waterContent">
|
|
<el-image
|
|
<el-image
|
|
v-if="paymentList.selfCertificate"
|
|
v-if="paymentList.selfCertificate"
|
|
- style="width: 178px; height: 178px;"
|
|
|
|
|
|
+ style="width: 178px; height: 178px;border-radius:6px;"
|
|
:src="paymentList.selfCertificate"
|
|
:src="paymentList.selfCertificate"
|
|
:preview-src-list="[paymentList.selfCertificate]">
|
|
:preview-src-list="[paymentList.selfCertificate]">
|
|
</el-image>
|
|
</el-image>
|
|
@@ -1097,13 +1097,13 @@
|
|
})
|
|
})
|
|
return
|
|
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.id = this.$route.query.id
|
|
this.paymentList.amountIngPayable = this.paymentList.actualPayment
|
|
this.paymentList.amountIngPayable = this.paymentList.actualPayment
|
|
this.paymentList.settlementClerk = localStorage.getItem('ws-pf_staffName')
|
|
this.paymentList.settlementClerk = localStorage.getItem('ws-pf_staffName')
|