Commit d755e5e9 by xin.yang

fix bug

parent e5787b79
...@@ -292,6 +292,15 @@ export default { ...@@ -292,6 +292,15 @@ export default {
}, },
//添加提交 //添加提交
addPost(){ addPost(){
if(!this.stid){
this.$Message.error("请填写ID");
return false;
}
if(!this.whid1){
this.$Message.error("请选择仓库");
return false;
}
let code = 0; let code = 0;
if(!this.stid){ if(!this.stid){
code = 1; code = 1;
......
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