Commit cb56fb50 authored by 李苏's avatar 李苏 💬

字段调整

parent 19211760
...@@ -356,6 +356,12 @@ ...@@ -356,6 +356,12 @@
span: 24, span: 24,
type: 'input', type: 'input',
}, },
{
label: '订单描述',
prop: 'ktext',
span: 24,
type: 'input',
},
{ {
label: '设备名称', label: '设备名称',
prop: 'sbxxName', prop: 'sbxxName',
...@@ -402,15 +408,15 @@ ...@@ -402,15 +408,15 @@
} }
} }
}, },
// {
// label: '版本',
// prop: 'version',
// span: 6,
// type: 'inputNumber',
// },
{ {
label: '时间(ADUHR)', label: '工单状态(ASTTX)',
prop: 'aduhr', prop: 'asttx',
span: 6,
type: 'input',
},
{
label: '时间(ADDAT)',
prop: 'addat',
span: 6, span: 6,
type: 'input', type: 'input',
}, },
......
...@@ -55,6 +55,11 @@ ...@@ -55,6 +55,11 @@
field: "aufnr", field: "aufnr",
width: 180 width: 180
}, },
{
title: "订单描述",
field: "ktext",
width: 250
},
/* 新增*/ /* 新增*/
{ {
title: "是否大修", title: "是否大修",
...@@ -62,8 +67,13 @@ ...@@ -62,8 +67,13 @@
fieldType: "checkbox" fieldType: "checkbox"
}, },
{ {
title: "时间(ADUHR)", title: "工单状态(ASTTX)",
field: "aduhr", field: "asttx",
width: 120
},
{
title: "时间(ADDAT)",
field: "addat",
width: 120 width: 120
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment