Commit 8ec36946 authored by 李苏's avatar 李苏 💬

托盘出库

parent eea90028
...@@ -68,7 +68,12 @@ ...@@ -68,7 +68,12 @@
}) })
}, },
xzkc(){ xzkc(){
this.showDialog=true if(this.form.ckid){
this.showDialog=true
}else{
this.$warning('请选择仓库')
}
}, },
/* 需要整体row时的回调 */ /* 需要整体row时的回调 */
computedRow(row) { computedRow(row) {
......
...@@ -133,15 +133,8 @@ ...@@ -133,15 +133,8 @@
"label": "仓库", "label": "仓库",
"prop": "ckid", "prop": "ckid",
"span": 6, "span": 6,
"type": "RelSelect", "type": null,
"value": "", "value": this.app.form.ckid,
"typeConfig": {
"src": "jcsj/common/ck/queryCkid",
"match": {
"value": "id",
"label": "name"
}
}
} }
] ]
......
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