From e3d63f84a43db07fa5992de2937ee23fc67bad38 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 06 一月 2023 16:43:58 +0800
Subject: [PATCH] 物资

---
 src/views/facilityManagement/safetyGoodsAndEquipment/index.ts |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/facilityManagement/safetyGoodsAndEquipment/index.ts b/src/views/facilityManagement/safetyGoodsAndEquipment/index.ts
index 3772b41..63748a4 100644
--- a/src/views/facilityManagement/safetyGoodsAndEquipment/index.ts
+++ b/src/views/facilityManagement/safetyGoodsAndEquipment/index.ts
@@ -36,6 +36,7 @@
 	activeName: string;
 	goodsData: BigClassifyType [];
 	goodsBigClassifyList: BigClassifyType [];
+	consumableList?: Type [];
 	total: number;
 	listQuery: {
 		pageSize: number;
@@ -48,6 +49,7 @@
 		id: null | number;
 		materialClassifyName: string;
 		parentId: number | null;
+		consumable?: number | null;
 	};
 	goodsClassifyRules: {
 
@@ -78,7 +80,7 @@
 	outStorageData: {
 		smId: null | number,
 		count: null | number,
-		claimantId: null | number,
+		receiveUid: null | number,
 		rfid: null | string,
 	};
 	outStorageDataRules: {
@@ -96,7 +98,7 @@
 	bigClassifyId: null | number,
 	smallClassifyId: null | number,
 	depId: null | number,
-	consumable: null | number,
+	// consumable: null | number,
 }
 
 export type DataType = {
@@ -119,6 +121,7 @@
 export type BigClassifyType = {
 	id: number;
 	materialClassifyName: string;
+	consumable?: number | null;
 	parentId?: number;
 	childList?: BigClassifyType [];
 }

--
Gitblit v1.9.2