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