Commit 21a36c67 authored by 李苏's avatar 李苏 💬

调拨/调整

parent 9d86a403
......@@ -191,22 +191,22 @@
}
}
},
{
label: '货主',
prop: 'hzid',
span: 8,
required: true,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
},
// {
// label: '货主',
// prop: 'hzid',
// span: 8,
// required: true,
// type: 'AuxInput',
// typeConfig: {
// isRequest: true,
// code: 'HZID',
// label: 'hzName',
// transform: {
// value: 'id',
// label: 'name'
// }
// }
// },
{
label: '备注',
prop: 'bz',
......
......@@ -178,27 +178,27 @@
}
}
},
{
label: '货主',
readonly:true,
prop: 'hzid',
span: 8,
required: true,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
},
// {
// label: '货主',
// readonly:true,
// prop: 'hzid',
// span: 8,
// required: true,
// type: 'AuxInput',
// typeConfig: {
// isRequest: true,
// code: 'HZID',
// label: 'hzName',
// transform: {
// value: 'id',
// label: 'name'
// }
// }
// },
{
label: '备注',
prop: 'bz',
span: 16,
span: 24,
type: 'input',
},
......@@ -234,21 +234,22 @@
width: 100,
allowEdit: false
},
{
title: "制令号",
field: "zlh",
type: 'inputText',
width: 180,
allowEdit: false
},
{
title: "调拨数量",
field: "bcsl",
allowEdit: false,
allowEdit: true,
type: 'inputNumber',
width: 200,
blur: toFixed(null),
},
{
title: "制令号",
field: "zlh",
type: 'inputText',
width: 180,
allowEdit: false
},
/* 不可编辑*/
// {
// title: "出库数量",
......
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