Commit 357e89e9 authored by 李苏's avatar 李苏 💬

赋值数量

parent 5d420f4c
......@@ -264,7 +264,7 @@
},
{
title: "库位",
field: "kwName",
field: "kwCode",
width: 240,
},
......
......@@ -57,7 +57,7 @@
queryUrl:'wms/ckgl/dbck/query/kc',
tableTitle: [{
title: "库位",
field: "kwName",
field: "kwCode",
width: 100,
},
{
......
......@@ -167,6 +167,7 @@
prop: 'hzid',
span: 8,
required: true,
readonly:true,
type: 'AuxInput',
typeConfig: {
isRequest: true,
......
......@@ -217,10 +217,14 @@
"value": "",
"required": true,
"typeConfig": {
"src": "jcsj/common/ck/queryCkid",
"src": "lxyl/common/ck/queryCkid",
"match": {
"value": "id",
"label": "name"
},
change:(row)=>{
this.form.hzName=row.hzName
this.form.hzid=row.hzid
}
}
},
......@@ -259,6 +263,7 @@
prop: 'hzid',
span: 8,
type: 'AuxInput',
readonly:true,
// required: true,
typeConfig: {
isRequest: true,
......
......@@ -67,6 +67,7 @@ import { Row } from 'element-ui'
})
item.zbsl=0
item.ztsl=0
})
this.form.mpzt='I'
this.form.bzzt=null
......
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