Commit 09f1d9db by yiyu.li

bug

parent b07f3b1b
......@@ -401,7 +401,7 @@ export default {
getIndex(name) {
this.tabindex = name;
if(this.tabindex == '2'){
this.orderDetail = {};
this.orderDetail2 = {};
}
this.getStorages();
},
......@@ -597,7 +597,7 @@ export default {
this.orderDetail.location = this.detailobj.locationid;
},
handleRowChange1(currentRow, oldCurrentRow) {
console.log(currentRow);
// console.log(currentRow);
this.locationobj = currentRow;
this.orderDetail.fixtureGuid = this.detailobj.fixtureguid;
this.orderDetail.location = this.detailobj.locationid;
......
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