From af4074fecfc1188e68f695cd490dc9ccb157a94c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 八月 2026 15:05:51 +0800
Subject: [PATCH] 银川 1.部署不同公司切换logo逻辑修改

---
 src/views/erp/purchase/supplier/data.ts |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/views/erp/purchase/supplier/data.ts b/src/views/erp/purchase/supplier/data.ts
index 2dc2f3f..ea96133 100644
--- a/src/views/erp/purchase/supplier/data.ts
+++ b/src/views/erp/purchase/supplier/data.ts
@@ -1,8 +1,8 @@
 import type { VbenFormSchema } from '#/adapter/form';
 import type { VxeTableGridOptions } from '#/adapter/vxe-table';
 
-import { CommonStatusEnum, DICT_TYPE } from '../../../../packages/constants/src';
-import { getDictOptions } from '../../../../packages/effects/hooks/src';
+import { CommonStatusEnum, DICT_TYPE } from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
 
 import { z } from '#/adapter/form';
 
@@ -89,7 +89,7 @@
       componentProps: {
         placeholder: '璇烽�夋嫨鍚堜綔寮�濮嬫椂闂�',
         class: '!w-full',
-        valueFormat: 'x',
+        valueFormat: 'YYYY-MM-DD',
       },
     },
     {
@@ -116,6 +116,17 @@
       rules: z.number().default(0),
     },
     {
+      fieldName: 'sort',
+      label: '鎺掑簭',
+      component: 'InputNumber',
+      componentProps: {
+        placeholder: '璇疯緭鍏ユ帓搴�',
+        min: 0,
+        class: '!w-full',
+      },
+      rules: z.number().default(0),
+    },
+    {
       fieldName: 'qualification',
       label: '璧勮川淇℃伅',
       component: 'Textarea',

--
Gitblit v1.9.3