廖井涛
2025-09-17 4c816bc4f06c783ed18d9d7b45a899a144ef62b5
Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
2个文件已修改
31 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue 30 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/hook/createTemplateTag.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -650,63 +650,70 @@
    }
  },
  {
    tid: 'custom1', title: '自定义1', data: null, type: 'text',
    tid: 'custom1', title: '自定义1', data: '', type: 'text',
    options: {
      title: '自定义1',
      field: 'custom1',
      testData: '',
      width:270,
      height: 16,
      fontSize: 11.25,
      textAlign: "left",
      textContentVerticalAlign: "middle",
      type:'custom',
      hideTitle: true
      type:'custom'
    }
  },
  {
    tid: 'custom2', title: '自定义2', data: '', type: 'text',
    options: {
      title: '自定义2',
      field: 'custom2',
      testData: '',
      width:270,
      height: 16,
      fontSize: 11.25,
      textAlign: "left",
      textContentVerticalAlign: "middle",
      type:'custom',
      hideTitle: true
      type:'custom'
    }
  },
  {
    tid: 'custom3', title: '自定义3', data: '', type: 'text',
    options: {
      title: '自定义3',
      testData: '',
      width:270,
      height: 16,
      fontSize: 11.25,
      textAlign: "left",
      textContentVerticalAlign: "middle",
      type:'custom',
      hideTitle: true
      type:'custom'
    }
  },
  {
    tid: 'custom4', title: '自定义4', data: '', type: 'text',
    options: {
      title: '自定义4',
      testData: '',
      width:270,
      height: 16,
      fontSize: 11.25,
      textAlign: "left",
      textContentVerticalAlign: "middle",
      type:'custom',
      hideTitle: true
      type:'custom'
    }
  },
  {
    tid: 'custom5', title: '自定义5', data: '', type: 'text',
    options: {
      title: '自定义5',
      testData: '',
      width:270,
      height: 16,
      fontSize: 11.25,
      textAlign: "left",
      textContentVerticalAlign: "middle",
      type:'custom',
      hideTitle: true
      type:'custom'
    }
  },
@@ -1328,4 +1335,5 @@
  width: 100%;
  overflow-y: auto;
}
</style>
north-glass-erp/northglass-erp/src/hook/createTemplateTag.js
@@ -19,6 +19,7 @@
                index: 0,
                width,
                height,
                paperNumberDisabled:true,
                // 我们实际需要打印的元素,都存放在这个数组里
                printElements: [],
            },