From d1791f762791428af91467b8855de83d54f015f9 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 17 四月 2026 15:23:21 +0800
Subject: [PATCH] feat: 1.新增物料、物料类型、材料检验统计等表维护功能 2.完善判定依据-判断依据明细 3.新增判断依据、物料管理等字典翻译类 4.成品物料批次-原始数据维护页面
---
ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts b/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
old mode 100644
new mode 100755
index 30b532f..97572b6
--- a/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
@@ -24,6 +24,8 @@
eqpCode: string;
/** 鐗屽彿 */
matCode: string;
+ /** 鐗屽彿 */
+ matName: string;
/** 鍒ゅ畾渚濇嵁浠g爜 */
judgeCode: string;
/** 鎵规鐢熸垚鏃ユ湡 */
@@ -112,7 +114,19 @@
type BatchSearchParams = CommonType.RecordNullable<
Pick<
Api.Qm.Batch,
- 'batchCode' | 'typ' | 'eqpCode' | 'matCode' | 'batchDate' | 'flag' | 'deleted' | 'category' | 'state'
+ | 'batchCode'
+ | 'isflag'
+ | 'typ'
+ | 'eqpCode'
+ | 'matCode'
+ | 'batchDate'
+ | 'flag'
+ | 'toMesDate'
+ | 'fromMesDate'
+ | 'enabled'
+ | 'deleted'
+ | 'category'
+ | 'state'
> &
Api.Common.CommonSearchParams
>;
--
Gitblit v1.9.3