Commit 69010208 by yucheng.jiang

储位工装

parent 8c64b072
...@@ -309,7 +309,7 @@ export default { ...@@ -309,7 +309,7 @@ export default {
this.storageList1 = []; this.storageList1 = [];
this.addstorageid = ""; this.addstorageid = "";
if(value != undefined){ if(value != undefined){
this.warehouseid = value.value; this.addwarehouseid = value.value;
this.addinitStorage(); this.addinitStorage();
} }
}, },
...@@ -460,6 +460,14 @@ export default { ...@@ -460,6 +460,14 @@ export default {
}, },
add(){ add(){
this.type = 1; this.type = 1;
this.initFrockType();//工装类型
this.addstorageid = '';//仓库id
this.parentType = [];//工装类型
this.parentTypeid = '';//工装类型id
this.addfrockid = '';//工装id
this.addremark = '';//备注
this.filename = '';
this.fileurl = '';
this.addmodal = true; this.addmodal = true;
}, },
/*********文件上传 start******** */ /*********文件上传 start******** */
......
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