From 9345b935fbcab5f11a13ec8912076d3110ae9ec1 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 4 Nov 2025 13:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/CkfzrForm.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/invoicing/warehouseMaterialInfo/components/CkfzrForm.vue b/src/views/invoicing/warehouseMaterialInfo/components/CkfzrForm.vue index 5163d66..b9a0cfa 100644 --- a/src/views/invoicing/warehouseMaterialInfo/components/CkfzrForm.vue +++ b/src/views/invoicing/warehouseMaterialInfo/components/CkfzrForm.vue @@ -19,6 +19,20 @@ + + + + 请选择 + + + + + + + + + + @@ -57,6 +71,8 @@ fzr: '', fzrTel: '', fzrHeadPath:'', + fzrSex:'', + fzrAge:'', }); const { createMessage } = useMessage(); const labelCol = ref({ xs: { span: 24 }, sm: { span: 5 } });