fix:coding#787、2

This commit is contained in:
shijing 2025-02-10 17:18:39 +08:00
parent 853048a473
commit bfb154dace
1 changed files with 3 additions and 0 deletions

View File

@ -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;