fix:向下(mlogbw_check)传参material_out
This commit is contained in:
parent
8c3aa5f28a
commit
c0a20ca382
|
@ -426,6 +426,7 @@
|
|||
:wm = "wm"
|
||||
:dept="deptId"
|
||||
:mgroup="mgroup"
|
||||
:material_out="material_out"
|
||||
:mgroupName= "mlogItem.mgroup_name"
|
||||
:isSubmit="isSubmit"
|
||||
:batchNumber="batchNumber"
|
||||
|
@ -559,6 +560,7 @@ export default {
|
|||
wm:'',
|
||||
route_code:'',
|
||||
materialOut:'',
|
||||
material_out:'',
|
||||
batchContains:'',
|
||||
apiObjPrint:this.$API.cm.labelmat.fromWm,
|
||||
printer_name:localStorage.getItem("printer_name"),
|
||||
|
@ -722,6 +724,7 @@ export default {
|
|||
that.wm = row.wm_in;
|
||||
that.isSubmit = that.mlogItem.submit_time == null ? false : true;
|
||||
that.batchNumber = row.batch;
|
||||
that.material_out = row.material_out;
|
||||
that.handle_date=that.mlogItem.handle_date;
|
||||
that.handle_user = that.mlogItem.handle_user;
|
||||
that.dialog.check_single = true;
|
||||
|
|
Loading…
Reference in New Issue