From a9d955fb14f93dc39a7c47588a7ce17ab7f42333 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 27 Feb 2025 09:44:27 +0800 Subject: [PATCH] =?UTF-8?q?2/27=20=E4=B8=9A=E5=8A=A1=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=9A=E5=8A=A1=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/workplace/addBusTypeDialog.vue | 19 +++++++++++-------- src/views/basic/workplace/busTypeManage.vue | 9 +++++++++ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/views/basic/workplace/addBusTypeDialog.vue b/src/views/basic/workplace/addBusTypeDialog.vue index a275d263..6542a4f6 100644 --- a/src/views/basic/workplace/addBusTypeDialog.vue +++ b/src/views/basic/workplace/addBusTypeDialog.vue @@ -117,14 +117,14 @@ - - - - - - - - + + + + + + + + @@ -420,6 +420,9 @@ export default { unitTittle: [ // { required: true, message: '请输入往来类型标题', trigger: 'blur' } ], + productType: [ + {required: true, message: '请选择业务类型', trigger: 'blur'} + ], consignee: [] } } diff --git a/src/views/basic/workplace/busTypeManage.vue b/src/views/basic/workplace/busTypeManage.vue index c0893980..c95563a0 100644 --- a/src/views/basic/workplace/busTypeManage.vue +++ b/src/views/basic/workplace/busTypeManage.vue @@ -64,6 +64,11 @@ {{ orderCirTypes[scope.row.orderCirType] }} + + +