skyouc
2025-07-03 e5c42e29be69c197697986f1d94bea3265b169ee
隐藏组托生成任务
修改打印模板
2个文件已修改
6 ■■■■ 已修改文件
zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-admin/src/views/in/waitPakin/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-admin/src/components/print/zpalletBarcodePrint/template/template2.vue
@@ -21,9 +21,9 @@
        <div v-for="(item, index) in list" :key="index">
            <div v-for="count in repeatNum" style="font-size: 16px;margin-top: 20px;">
                <div style="text-align: center;">
                    <img :src="globalState.url + '/api/code/auth?type=2&param=' + item.barcode" />
                    <img :src="globalState.url + '/api/code/auth?type=2&param=' + item.barcode" style="width: 200px;height: 200px;;"/>
                </div>
                <div style="text-align: center;">
                <div style="text-align: center; font-size: 55px; font-weight: 600;" >
                    {{ item.barcode }}
                </div>
            </div>
zy-asrs-admin/src/views/in/waitPakin/index.vue
@@ -338,7 +338,7 @@
            <DownOutlined />
          </a-button>
        </a-dropdown>
        <a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button>
        <!-- <a-button @click="generateTask()" type="primary">{{ formatMessage('page.generateTask', '生成任务') }}</a-button> -->
        <a-button @click="handleEdit(null)" type="primary">{{ formatMessage('page.add', '添加') }}</a-button>
        <a-button @click="handleExport">{{ formatMessage('page.export', '导出') }}</a-button>
      </div>