chenlu
2024-09-20 8a08e873cee434e1184298dd1bd5dd5851c790ed
Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override
2个文件已修改
5 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelDetails.vue
@@ -71,8 +71,8 @@
        } else {
          ElMessage.warning(res.msg)
        }
      console.log(props.lastList)
      })
    }
)
north-glass-erp/northglass-erp/src/components/pp/TagStyleDesigner.vue
@@ -556,6 +556,7 @@
  labelRow.value.type = type
  labelRow.value.lableType = lableType.value
  labelRow.value.switch=true
  lastList.value = []
  if (lableTypes == 1) {
    if (company.label === 1) {
@@ -696,6 +697,7 @@
      <el-button @click="printOrder" :icon="Printer" circle/>
    </template>
    <print-custom-label id="childLabel"
                        destroy-on-close
                        :lastList = 'lastList'
                        :faceOrientation="labelRow.faceOrientation"
                        :lableType="labelRow.lableType"
@@ -717,6 +719,7 @@
      <el-button v-print="printContentLabelSemi" :icon="Printer" circle/>
    </template>
    <print-custom-label-semi id="childLabelSemi"
                             destroy-on-close
                             :faceOrientation="labelRow.faceOrientation"
                             :lableType="labelRow.lableType"
                             :list="labelRow.list"