From 4eafe9c975b88483da2a16f20c45285db0a3e791 Mon Sep 17 00:00:00 2001 From: zs <zhousong@weben-smart.com> Date: 周一, 05 5月 2025 21:33:05 +0800 Subject: [PATCH] 库存及库存明细 --- HIAWms/web/src/widgets/HIAWms/Views/Pages/WmsMaterial/Config.ts | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 52 insertions(+), 4 deletions(-) diff --git a/HIAWms/web/src/widgets/HIAWms/Views/Pages/WmsMaterial/Config.ts b/HIAWms/web/src/widgets/HIAWms/Views/Pages/WmsMaterial/Config.ts index fc700db..a6762bf 100644 --- a/HIAWms/web/src/widgets/HIAWms/Views/Pages/WmsMaterial/Config.ts +++ b/HIAWms/web/src/widgets/HIAWms/Views/Pages/WmsMaterial/Config.ts @@ -5,12 +5,60 @@ title: '搴忓彿', }, { - field: 'name', - title: '鍚嶇О', + field: 'materialCode', + title: '鐗╂枡缂栫爜', }, { - field: 'code', - title: '缂栧彿', + field: 'materialName', + title: '鐗╂枡鍚嶇О', + }, + { + field: 'purchaseTypeDesc', + title: '閲囪喘绫诲瀷', + }, + { + field: 'materialTypeDesc', + title: '鐗╂枡绫诲瀷', + }, + { + field: 'materialModel', + title: '鐗╂枡鍨嬪彿', + }, + { + field: 'primaryUnit', + title: '涓诲崟浣�', + }, + { + field: 'standard', + title: '瑙勬牸/鏍囧噯', + }, + { + field: 'outerDiameter', + title: '澶栧緞(mm)', + }, + { + field: 'wallThickness', + title: '澹佸帤(mm)', + }, + { + field: 'materialQuality', + title: '鏉愯川', + }, + { + field: 'length', + title: '闀垮害(m)', + }, + { + field: 'isMainBranchDesc', + title: '鏄惁涓绘敮绠�', + }, + { + field: 'factory', + title: '鐢熶骇宸ュ巶', + }, + { + field: 'certification', + title: '璇佷功缂栧彿', }, { field: 'remark', -- Gitblit v1.9.3