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

字段调整

parent 19211760
......@@ -356,6 +356,12 @@
span: 24,
type: 'input',
},
{
label: '订单描述',
prop: 'ktext',
span: 24,
type: 'input',
},
{
label: '设备名称',
prop: 'sbxxName',
......@@ -402,15 +408,15 @@
}
}
},
// {
// label: '版本',
// prop: 'version',
// span: 6,
// type: 'inputNumber',
// },
{
label: '时间(ADUHR)',
prop: 'aduhr',
label: '工单状态(ASTTX)',
prop: 'asttx',
span: 6,
type: 'input',
},
{
label: '时间(ADDAT)',
prop: 'addat',
span: 6,
type: 'input',
},
......
......@@ -55,6 +55,11 @@
field: "aufnr",
width: 180
},
{
title: "订单描述",
field: "ktext",
width: 250
},
/* 新增*/
{
title: "是否大修",
......@@ -62,8 +67,13 @@
fieldType: "checkbox"
},
{
title: "时间(ADUHR)",
field: "aduhr",
title: "工单状态(ASTTX)",
field: "asttx",
width: 120
},
{
title: "时间(ADDAT)",
field: "addat",
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