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

立库拣货回库/调整仓库弹框设置仓库为 默认值和查询参数

parent 571c7822
...@@ -56,13 +56,16 @@ ...@@ -56,13 +56,16 @@
"prop": "ckid", "prop": "ckid",
"span": 24, "span": 24,
"type": "RelSelect", "type": "RelSelect",
"value": "", "value": this.app.singleItem.ckid,
"required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "lxyl/common/queryHkck", "src": "lxyl/common/queryHkck",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
},
params:{
ckid:this.app.singleItem.ckid,
} }
} }
}, },
......
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