From 04aac2eda9b5d9473eb96d12b32cb76fb45135c6 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 21 七月 2024 19:52:31 +0800 Subject: [PATCH] 工单更新 --- src/views/tigerprojects/mes/prod/biz_mes_wo/biz_mes_wo.data.ts | 18 ------------------ 1 files changed, 0 insertions(+), 18 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 7b5cdaf..f4bb103 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 @@ -357,10 +357,6 @@ resultField: 'Data', labelField: unref(getLocale) == 'zh_CN' ? 'Desc' : 'Name', valueField: 'Value', - // onChange: (e, v) => { - // alert(e) - // console.log('ApiSelect====>:', e, v); - // }, }, }, { @@ -426,20 +422,6 @@ component: 'Input', colProps: { span: 24 }, }, - // { - // field: 'FACTORY', - // label: '宸ュ巶', - // required: true, - // component: 'ApiSelect', - // colProps: { span: 12 }, - // componentProps: { - // api: getEntity, - // params: { entityName: 'MES_FACTORY', sqlcmd: ' 1=1 ' }, - // resultField: 'Data.Items', - // labelField: 'FTY_NAME', - // valueField: 'FTY_CODE', - // }, - // }, { field: 'PLAN_LINE', label: '璁″垝绾夸綋', -- Gitblit v1.9.3