From b6ca1c6f7aa9fe9a7ef4e599b04d37abfaa2b03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 19 Aug 2024 13:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E8=B4=A8=E6=A3=80?= =?UTF-8?q?=E5=85=88=E4=B8=8D=E9=AA=8C=E8=AF=81=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/rawMaterialManage/quality/InspectRequest.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 // 取消质检报告上传必填项