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