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

赋值数量

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