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

托盘出库

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