Browse Source

【nev-pc】质检先不验证供应商报告

ag_report_nev
安虹睿 9 months ago
parent
commit
b6ca1c6f7a
  1. 6
      fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

6
fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue

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

Loading…
Cancel
Save