Commit a207262e by jiawei.su
parents aef94411 ac9f9fc6
...@@ -975,7 +975,7 @@ export default { ...@@ -975,7 +975,7 @@ export default {
savedata() { savedata() {
this.resultData.details = []; this.resultData.details = [];
this.resultData.productid = this.product.id; this.resultData.productid = this.product.id;
this.resultData.materialid = this.material.id; this.resultData.routeid = this.material.id;
this.resultData.sectionid = this.station.id; this.resultData.sectionid = this.station.id;
this.resultData.sn = this.qrcode; this.resultData.sn = this.qrcode;
this.resultData.checktype = this.checktype.id; this.resultData.checktype = this.checktype.id;
......
...@@ -231,7 +231,7 @@ export default { ...@@ -231,7 +231,7 @@ export default {
page: this.page, page: this.page,
pageSize: this.pagesize, pageSize: this.pagesize,
id: this.whid, // 仓库id id: this.whid, // 仓库id
isWarehouse: 1, isWavehouse: 1,
}; };
this.detailobj = {}; this.detailobj = {};
this.request("/wms/Location/GetLocationList", data, "get").then( this.request("/wms/Location/GetLocationList", data, "get").then(
......
...@@ -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