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

调拨/调整

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