From 969ec9937a92ae67a791ca9ac36c89715ed0f7b4 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 4 Feb 2026 22:31:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4867=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=90=A5=E4=B8=9A=E6=89=A7?= =?UTF-8?q?=E7=85=A7=E5=90=8D=E7=A7=B0=E6=9C=AA=E8=AE=BE=E7=BD=AE=E6=88=90?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/supplier.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg_join/views/supplier.vue b/pkg_join/views/supplier.vue index 21f9a39..c534d7d 100644 --- a/pkg_join/views/supplier.vue +++ b/pkg_join/views/supplier.vue @@ -570,6 +570,7 @@ export default { quaPics: [], formSupplier: { name: '', + businessLicense: '', avatar: '', contact: '', phone: '', @@ -605,6 +606,12 @@ export default { message: '请填写供应商名称', trigger: ['blur', 'change'] }, + 'businessLicense': { + type: 'string', + required: true, + message: '请填写营业执照名称', + trigger: ['blur', 'change'] + }, 'contact': { type: 'string', required: true,