From 29baff0abf45daffa2a546df592fbcb52f7c0443 Mon Sep 17 00:00:00 2001
From: hsy <1029150275@qq.com>
Date: 星期三, 02 九月 2026 13:28:15 +0800
Subject: [PATCH] feat(wls): 库区与库位列表页面增加返回上级功能
---
src/api/wls/productissue/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/api/wls/productissue/index.ts b/src/api/wls/productissue/index.ts
index 5da6598..2767812 100644
--- a/src/api/wls/productissue/index.ts
+++ b/src/api/wls/productissue/index.ts
@@ -16,6 +16,7 @@
clientCode?: string; // 瀹㈡埛缂栫爜
clientName?: string; // 瀹㈡埛鍚嶇О
requiredTime?: number; // 闇�姹傛椂闂�
+ issueType?: number; // 鍗曟嵁绫诲瀷锛�1=姝e父棰嗘枡锛�2=绱ф�ヨˉ鏂欙級
status?: number; // 鍗曟嵁鐘舵��
remark?: string; // 澶囨敞
createTime?: Date; // 鍒涘缓鏃堕棿
--
Gitblit v1.9.3