fix:mlogdetail传material_in 给检验页面
This commit is contained in:
parent
511740f0de
commit
cf5bcc69b7
|
|
@ -419,6 +419,7 @@
|
|||
:wm = "wm"
|
||||
:dept="deptId"
|
||||
:mgroup="mgroup"
|
||||
:material_in="material_in"
|
||||
:material_out="material_out"
|
||||
:mgroupName= "mlogItem.mgroup_name"
|
||||
:isSubmit="isSubmit"
|
||||
|
|
@ -554,6 +555,7 @@ export default {
|
|||
wm:'',
|
||||
route_code:'',
|
||||
materialOut:'',
|
||||
material_in:'',
|
||||
material_out:'',
|
||||
batchContains:'',
|
||||
apiObjPrint:this.$API.cm.labelmat.fromWm,
|
||||
|
|
@ -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_in = row.material_in;
|
||||
that.material_out = row.material_out;
|
||||
that.handle_date=that.mlogItem.handle_date;
|
||||
that.handle_user = that.mlogItem.handle_user;
|
||||
|
|
|
|||
Loading…
Reference in New Issue