From 787ccc59ba89bacc075562a161ecf02bc76ebadc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 七月 2026 17:15:53 +0800
Subject: [PATCH] 银川 1.采购申请添加入库状态查询条件

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

diff --git a/src/views/erp/purchase/request/data.ts b/src/views/erp/purchase/request/data.ts
index f00591c..58f9035 100644
--- a/src/views/erp/purchase/request/data.ts
+++ b/src/views/erp/purchase/request/data.ts
@@ -279,6 +279,20 @@
         allowClear: true,
       },
     },
+    {
+      fieldName: 'inStatus',
+      label: '鍏ュ簱鐘舵��',
+      component: 'Select',
+      componentProps: {
+        options: [
+          { label: '鏈叆搴�', value: 0 },
+          { label: '閮ㄥ垎鍏ュ簱', value: 1 },
+          { label: '鍏ㄩ儴鍏ュ簱', value: 2 },
+        ],
+        placeholder: '璇烽�夋嫨鍏ュ簱鐘舵��',
+        allowClear: true,
+      },
+    },
   ];
 }
 
@@ -350,12 +364,14 @@
       field: 'status',
       title: '鐘舵��',
       minWidth: 120,
+      fixed: 'right',
       slots: { default: 'status' },
     },
     {
       field: 'inStatus',
       title: '鍏ュ簱鐘舵��',
       minWidth: 100,
+      fixed: 'right',
       slots: { default: 'inStatus' },
     },
     {

--
Gitblit v1.9.3