From cca7adfe0b76ed7c2fbdbc9978533de147695184 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 08 六月 2024 23:02:07 +0800 Subject: [PATCH] 工单管理更新 --- src/views/components/bizMesWo.ts | 99 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 98 insertions(+), 1 deletions(-) diff --git a/src/views/components/bizMesWo.ts b/src/views/components/bizMesWo.ts index 540f450..bd54428 100644 --- a/src/views/components/bizMesWo.ts +++ b/src/views/components/bizMesWo.ts @@ -71,6 +71,103 @@ }, ]; +export const prodCfgformSchema: FormSchema[] = [ + { + field: 'field4', + component: 'Input', + label: '瀛楁1', + required: true, + colProps: { + span: 8, + }, + componentProps: { + placeholder: '鑷畾涔塸laceholder', + onChange: (e: any) => { + console.log(e); + }, + }, + }, + { + field: 'field5', + component: 'Input', + label: '瀛楁2', + colProps: { + span: 8, + }, + }, + { + field: 'field6', + component: 'DatePicker', + label: '瀛楁3', + colProps: { + span: 8, + }, + }, + { + field: 'field7', + component: 'Input', + label: '瀛楁4', + colProps: { + span: 8, + }, + componentProps: { + placeholder: '鑷畾涔塸laceholder', + onChange: (e: any) => { + console.log(e); + }, + }, + }, + { + field: 'field8', + component: 'Input', + label: '瀛楁5', + colProps: { + span: 8, + }, + }, + { + field: 'field9', + component: 'DatePicker', + label: '瀛楁6', + colProps: { + span: 8, + }, + }, +]; + +export const xxCfgformSchema: FormSchema[] = [ + { + field: 'field10', + component: 'Input', + label: '瀛楁1', + colProps: { + span: 8, + }, + componentProps: { + placeholder: '鑷畾涔塸laceholder', + onChange: (e: any) => { + console.log(e); + }, + }, + }, + { + field: 'field11', + component: 'Input', + label: '瀛楁2', + colProps: { + span: 8, + }, + }, + { + field: 'field12', + component: 'DatePicker', + label: '瀛楁3', + colProps: { + span: 8, + }, + }, +]; + export const woformSchema: FormSchema[] = [ { field: 'PLAN_QTY', @@ -129,7 +226,7 @@ { field: 'fieldsc', component: 'Upload', - label: '涓婁紶鎵撳嵃妯℃澘', + label: '鎵撳嵃妯℃澘', colProps: { span: 10, }, -- Gitblit v1.9.3