|
|
@ -1243,9 +1243,9 @@ export default { |
|
|
|
|
|
|
|
// 完成质检 |
|
|
|
else if (val[0] == 1) { |
|
|
|
if(!this.fileBase64List || this.fileBase64List.length <= 0){ |
|
|
|
return this.$errorMsg("请提供供应商自检报告") |
|
|
|
} |
|
|
|
// if(!this.fileBase64List || this.fileBase64List.length <= 0){ |
|
|
|
// return this.$errorMsg("请提供供应商自检报告") |
|
|
|
// } |
|
|
|
let that = this |
|
|
|
that.masterID = that.propsData.id |
|
|
|
// 取消质检报告上传必填项 |
|
|
|