From 6abf4c703ebcdd4f856cb9cfe39bd7f0027dd6ac Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 15 六月 2024 22:49:28 +0800 Subject: [PATCH] 工艺行为更新 --- src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts b/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts index 0770288..12b9e0f 100644 --- a/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts +++ b/src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts @@ -55,7 +55,7 @@ sorter: true, resizable: true, customRender: ({ record }) => { - const status = record.STATUS; + const status = record.ROUTE_STATUS; let text = ''; let color = ''; switch (status) { @@ -120,6 +120,12 @@ } return h(Tooltip, { title: text }, () => h(Tag, { color: color }, () => text)); }, + }, + { + title: '璁″垝鏁伴噺', + dataIndex: 'PLAN_QTY', + sorter: true, + resizable: true, }, { title: '宸ヨ壓璺嚎缂栫爜', @@ -340,6 +346,12 @@ }, }, { + field: 'PLAN_QTY', + label: '璁″垝鏁伴噺', + component: 'Input', + show: true, + }, + { field: 'STATUS', label: '鐘舵��', component: 'Input', -- Gitblit v1.9.3