Commit 844e85b4 authored by chenzj's avatar chenzj

退料申请打印二维码优化

parent d54672ff
...@@ -2793,13 +2793,13 @@ export default { ...@@ -2793,13 +2793,13 @@ export default {
detail:[ detail:[
{ {
barcode: apply_no, barcode: apply_no,
showText: '单号:'+apply_no, showText: '退料单号:'+apply_no,
gp: i+1 gp: i+1
}, },
{ {
barcode: apply_no, barcode: apply_no,
showText: '单号:'+apply_no, showText: '退料单号:'+apply_no,
gp: i+1 gp: i+1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment