guoyuji
2024-09-18 b21cbd952f30befa9bf976df8f29e4a27287ad5f
打印界面左边菜单栏重复问题
2个文件已修改
2 ■■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -483,6 +483,7 @@
let hiprintTemplate = ref()
const buildDesigner = () => {
  document.querySelector('#hiprint-printTemplate').innerHTML = ''
  document.querySelector('.hiprintEpContainer').innerHTML = ''
  // 绑定拖拽事件
  hiprint.PrintElementTypeManager.build('.hiprintEpContainer', 'defaultModule')
  // new hiprint.PrintTemplate 的返回值是一个模板的实例
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCardDetails.vue
@@ -793,6 +793,7 @@
        style="width: 90%;height:93%;margin-top: 3vh "
        :close-on-click-modal="false"
        :close-on-press-escape="false"
        destroy-on-close
        v-model="titleStyleVisible">
      <!--      <tag-style style="width: 100%;height: 100%"/>-->
      <tag-style-designer style="width: 100%;height: 100%"