feat:日志添加车间库存并打印物料标签
This commit is contained in:
parent
f5860c42d5
commit
f53ab995fd
|
@ -703,7 +703,6 @@ export default {
|
||||||
printMaterial(row){
|
printMaterial(row){
|
||||||
let that = this;
|
let that = this;
|
||||||
that.$API.cm.labelmat.fromWm.req({tid:row.id}).then((res) => {
|
that.$API.cm.labelmat.fromWm.req({tid:row.id}).then((res) => {
|
||||||
console.log(res)
|
|
||||||
let code = res.code_label;
|
let code = res.code_label;
|
||||||
let str = [
|
let str = [
|
||||||
"SIZE 40 mm,70 mm",
|
"SIZE 40 mm,70 mm",
|
||||||
|
|
Loading…
Reference in New Issue