fix:原料批次打签时把unit也传过去
This commit is contained in:
parent
0e4703c0c0
commit
4dc35d254d
|
|
@ -452,7 +452,7 @@ export default {
|
|||
let params = {};
|
||||
params.tid = row.id;
|
||||
params.label_template_name = '库存标签模板';
|
||||
params.extra_data={count:row.count};
|
||||
params.extra_data={count:row.count,unit:row.material_.unit};
|
||||
that.$API.cm.labelmat.fromMb.req(params).then((res) => {
|
||||
let obj = {};
|
||||
obj.printer_commands = res.commands;
|
||||
|
|
|
|||
Loading…
Reference in New Issue