From 7d5f9791941d0ef9cd6d2daae80b5ae391e18b43 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 01 七月 2026 16:10:10 +0800
Subject: [PATCH] 银川 1.联调产品维护页面 2.添加采购申请页面、联调

---
 src/views/erp/purchase/request/data.ts |  102 +++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 79 insertions(+), 23 deletions(-)

diff --git a/src/views/erp/purchase/request/data.ts b/src/views/erp/purchase/request/data.ts
index 34682d6..fb3c4ae 100644
--- a/src/views/erp/purchase/request/data.ts
+++ b/src/views/erp/purchase/request/data.ts
@@ -14,10 +14,11 @@
 
 /** 鐘舵�佸父閲� */
 export const PURCHASE_REQUEST_STATUS = {
-  PENDING: 0, // 寰呭鎵�
-  APPROVED: 1, // 宸插鎵�
-  REJECTED: 2, // 宸叉嫆缁�
-  CONVERTED: 3, // 宸茶浆璁㈠崟
+  DRAFT: 0, // 鏈彁浜わ紙鑽夌锛�
+  PROCESSING: 10, // 瀹℃壒涓�
+  APPROVED: 20, // 瀹℃牳閫氳繃
+  REJECTED: 30, // 瀹℃牳涓嶉�氳繃
+  CANCELLED: 40, // 宸插彇娑�
 };
 
 /** 琛ㄥ崟鐨勯厤缃」 */
@@ -54,7 +55,7 @@
       rules: 'required',
     },
     {
-      label: '渚涘簲鍟�',
+      label: '渚涘簲鍟嗭紙鍙�夛級',
       fieldName: 'supplierId',
       component: 'ApiSelect',
       componentProps: {
@@ -68,12 +69,37 @@
       },
     },
     {
-      fieldName: 'reason',
+      fieldName: 'discountPercent',
+      label: '浼樻儬鐜�(%)',
+      component: 'InputNumber',
+      componentProps: {
+        placeholder: '璇疯緭鍏ヤ紭鎯犵巼',
+        min: 0,
+        max: 100,
+        precision: 2,
+        disabled: formType === 'detail',
+      },
+    },
+    {
+      fieldName: 'requestReason',
       label: '鐢宠鐞嗙敱',
       component: 'Textarea',
       componentProps: {
         placeholder: '璇疯緭鍏ョ敵璇风悊鐢�',
         autoSize: { minRows: 1, maxRows: 1 },
+        disabled: formType === 'detail',
+      },
+      formItemClass: 'col-span-2',
+    },
+    {
+      fieldName: 'fileUrl',
+      label: '闄勪欢',
+      component: 'FileUpload',
+      componentProps: {
+        placeholder: '璇蜂笂浼犻檮浠�',
+        maxNumber: 5,
+        maxSize: 20,
+        accept: ['pdf', 'doc', 'docx', 'xls', 'xlsx', 'jpg', 'png'],
         disabled: formType === 'detail',
       },
       formItemClass: 'col-span-2',
@@ -121,18 +147,18 @@
       minWidth: 80,
     },
     {
-      field: 'requestCount',
-      title: '鐢宠鏁伴噺',
+      field: 'count',
+      title: '鏁伴噺',
       minWidth: 120,
       fixed: 'right',
-      slots: { default: 'requestCount' },
+      slots: { default: 'count' },
     },
     {
-      field: 'estimatedPrice',
-      title: '棰勪及鍗曚环',
+      field: 'productPrice',
+      title: '鍗曚环锛堝弬鑰冧环锛�',
       minWidth: 120,
       fixed: 'right',
-      slots: { default: 'estimatedPrice' },
+      slots: { default: 'productPrice' },
     },
     {
       field: 'totalPrice',
@@ -142,11 +168,18 @@
       formatter: 'formatAmount2',
     },
     {
-      field: 'requiredDate',
+      field: 'taxPercent',
+      title: '绋庣巼(%)',
+      minWidth: 100,
+      fixed: 'right',
+      slots: { default: 'taxPercent' },
+    },
+    {
+      field: 'demandTime',
       title: '闇�姹傛棩鏈�',
       minWidth: 140,
       fixed: 'right',
-      slots: { default: 'requiredDate' },
+      slots: { default: 'demandTime' },
     },
     {
       field: 'remark',
@@ -199,7 +232,7 @@
       },
     },
     {
-      fieldName: 'requesterId',
+      fieldName: 'requestUserId',
       label: '鐢宠浜�',
       component: 'ApiSelect',
       componentProps: {
@@ -217,10 +250,11 @@
       component: 'Select',
       componentProps: {
         options: [
-          { label: '寰呭鎵�', value: 0 },
-          { label: '宸插鎵�', value: 1 },
-          { label: '宸叉嫆缁�', value: 2 },
-          { label: '宸茶浆璁㈠崟', value: 3 },
+          { label: '鏈彁浜�', value: 0 },
+          { label: '瀹℃壒涓�', value: 10 },
+          { label: '瀹℃牳閫氳繃', value: 20 },
+          { label: '瀹℃牳涓嶉�氳繃', value: 30 },
+          { label: '宸插彇娑�', value: 40 },
         ],
         placeholder: '璇烽�夋嫨鐘舵��',
         allowClear: true,
@@ -255,15 +289,37 @@
       formatter: 'formatDate',
     },
     {
-      field: 'requesterName',
+      field: 'requestUserName',
       title: '鐢宠浜�',
       minWidth: 120,
     },
     {
-      field: 'estimatedAmount',
+      field: 'requestDeptName',
+      title: '鐢宠閮ㄩ棬',
+      minWidth: 120,
+    },
+    {
+      field: 'totalCount',
+      title: '鐢宠鏁伴噺',
+      minWidth: 120,
+      formatter: 'formatAmount3',
+    },
+    {
+      field: 'totalPrice',
       title: '棰勪及閲戦',
       formatter: 'formatAmount2',
       minWidth: 120,
+    },
+    {
+      field: 'productNames',
+      title: '鐢宠浜у搧',
+      minWidth: 150,
+      showOverflow: 'tooltip',
+    },
+    {
+      field: 'orderNo',
+      title: '閲囪喘璁㈠崟',
+      minWidth: 180,
     },
     {
       field: 'status',
@@ -272,7 +328,7 @@
       slots: { default: 'status' },
     },
     {
-      field: 'reason',
+      field: 'requestReason',
       title: '鐢宠鐞嗙敱',
       minWidth: 150,
       showOverflow: 'tooltip',
@@ -285,7 +341,7 @@
     },
     {
       title: '鎿嶄綔',
-      width: 200,
+      width: 240,
       fixed: 'right',
       slots: { default: 'actions' },
     },

--
Gitblit v1.9.3