fix:coding#787、2
This commit is contained in:
parent
853048a473
commit
bfb154dace
|
@ -356,6 +356,7 @@
|
||||||
ref="checkDialogSingle"
|
ref="checkDialogSingle"
|
||||||
:mlogb="mlogb"
|
:mlogb="mlogb"
|
||||||
:wm = "wm"
|
:wm = "wm"
|
||||||
|
:batchNumber="batchNumber"
|
||||||
:handle_user="handle_user"
|
:handle_user="handle_user"
|
||||||
:handle_date="handle_date"
|
:handle_date="handle_date"
|
||||||
@success="handlesCheckSuccess"
|
@success="handlesCheckSuccess"
|
||||||
|
@ -480,6 +481,7 @@ export default {
|
||||||
},
|
},
|
||||||
qct:null,
|
qct:null,
|
||||||
defectlist:[],
|
defectlist:[],
|
||||||
|
batchNumber:'',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
@ -595,6 +597,7 @@ export default {
|
||||||
let that = this;
|
let that = this;
|
||||||
that.mlogb = row.id;
|
that.mlogb = row.id;
|
||||||
that.wm = row.wm_in;
|
that.wm = row.wm_in;
|
||||||
|
that.batchNumber = row.batch;
|
||||||
that.handle_date=that.mlogItem.handle_date;
|
that.handle_date=that.mlogItem.handle_date;
|
||||||
that.handle_user = that.mlogItem.handle_user;
|
that.handle_user = that.mlogItem.handle_user;
|
||||||
that.dialog.check_single = true;
|
that.dialog.check_single = true;
|
||||||
|
|
Loading…
Reference in New Issue