From 0af5e35af8338cc8a2e38c19ab79efbb9eff0b2c Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期三, 16 九月 2026 17:02:52 +0800
Subject: [PATCH] feat(crm): 信用评级评定人改为下拉选择并默认当前账号
---
src/api/mes/wm/stocktaking/plan/index.ts | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/api/mes/wm/stocktaking/plan/index.ts b/src/api/mes/wm/stocktaking/plan/index.ts
index 6fe4d20..c4a4217 100644
--- a/src/api/mes/wm/stocktaking/plan/index.ts
+++ b/src/api/mes/wm/stocktaking/plan/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '..\..\..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
@@ -13,6 +13,9 @@
endTime?: number; // 缁撴潫鏃堕棿
blindFlag?: boolean; // 鏄惁鐩茬洏
frozen?: boolean; // 鏄惁鍐荤粨搴撳瓨
+ autoGenerate?: boolean; // 鏄惁鑷姩鐢熸垚鐩樼偣浠诲姟
+ generateCron?: string; // 鑷姩鐢熸垚鍛ㄦ湡(Cron)
+ lastGenerateTime?: string; // 涓婃鐢熸垚浠诲姟鏃堕棿
status?: number; // 鐘舵��
remark?: string; // 澶囨敞
createTime?: string; // 鍒涘缓鏃堕棿
--
Gitblit v1.9.3