diff --git a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue index dfb367fed..0f4460bd4 100644 --- a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue +++ b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue @@ -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 // 取消质检报告上传必填项