From e445e5c8c5e640d97198beadd73d52b18fa1674f Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 04 八月 2024 16:40:39 +0800 Subject: [PATCH] 1 --- sub_pages/supplier/print/print-list.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sub_pages/supplier/print/print-list.vue b/sub_pages/supplier/print/print-list.vue index ff8b30a..d83a3a1 100644 --- a/sub_pages/supplier/print/print-list.vue +++ b/sub_pages/supplier/print/print-list.vue @@ -511,10 +511,10 @@ // command.setText(60, 20, "TSS24.BF2", 1, 1, "单号:" + (that.item.orderNo || '-')) // 仓库: // if (that.item.warehouseName) - command.setText(20, 20, "TSS24.BF2", 1, 1, "" + (that.item.warehouseName || '待分配')) + command.setText(20, 40, "TSS24.BF2", 1, 1, "" + (that.item.warehouseName || '待分配')) // 库位: // if (that.item.warehouseLocationCode) - command.setText(200, 20, "TSS24.BF2", 1, 1, "" + (that.item.warehouseLocationCode || '待分配')) + command.setText(200, 40, "TSS24.BF2", 1, 1, "" + (that.item.warehouseLocationCode || '待分配')) // command.setText(170, 50, "TSS24.BF2", 1, 1, "小程序测试") // command.setText(170, 90, "TSS24.BF2", 1, 1, "测试数字12345678") @@ -522,19 +522,19 @@ // command.setText(170, 150, "TSS24.BF2", 1, 1, "测试符号/*-+!@#$") // 供应商: - command.setText(20, 60, "TSS24.BF2", 1, 1, "" + (that.item.supplierName || '-')) + command.setText(20, 80, "TSS24.BF2", 1, 1, "" + (that.item.supplierName || '-')) // 商品名称: - command.setText(20, 100, "TSS24.BF2", 1, 1, "" + (that.item.flowerName || '-')) + command.setText(20, 120, "TSS24.BF2", 1, 1, "" + (that.item.flowerName || '-')) // 颜色: - command.setText(200, 100, "TSS24.BF2", 1, 1, "" + (that.item.flowerColor || '-')) + command.setText(200, 120, "TSS24.BF2", 1, 1, "" + (that.item.flowerColor || '-')) // command.setText(10, 220, "TSS24.BF2", 1, 1, "价格: ¥ " + (that.item.price || '-')) - command.setText(20, 140, "TSS24.BF2", 1, 1, "规格: " + (that.item.flowerUnit || '-')) - command.setText(200, 140, "TSS24.BF2", 1, 1, `数目: ${i+1}/${that.item.num}`) + command.setText(20, 160, "TSS24.BF2", 1, 1, "规格: " + (that.item.flowerUnit || '-')) + command.setText(200, 160, "TSS24.BF2", 1, 1, `数目: ${i+1}/${that.item.num}`) // command.setText(10, 300, "TSS24.BF2", 1, 1, "花满芫") - command.setText(100, 180, "TSS24.BF2", 1, 1, that.$util.toDateMin(new Date())) + command.setText(100, 200, "TSS24.BF2", 1, 1, that.$util.toDateMin(new Date())) if (that.item.params) { var addnum = 0 - var hlen = 180 + var hlen = 200 for (var p of that.item.params) { if (p.name !== '枝长' && p.name !== '成熟度') { continue -- Gitblit v1.9.3