From 409c09f529cbb1e23509e4533564bcb341682bd8 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 5 Dec 2024 13:56:27 +0800 Subject: [PATCH] =?UTF-8?q?YT-1550=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=8C=E9=87=91=E7=A8=8E=E7=A5=A8=E5=8F=B7?= =?UTF-8?q?=E5=BA=94=E6=8E=A7=E5=88=B6=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRequestMain.data.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index 981b0ec0c..87d32b5a1 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts @@ -29,6 +29,9 @@ export const CustomerSaleInvoiceMainRules = reactive({ taxRate: [required], taxAmount: [required], adTaxAmount: [required], + goldenTaxInvoiceNumber: [{ + max: 64, message: '字符长度不可以大于64', trigger: 'blur' + }] }) export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([