skyouc
2025-07-03 e5c42e29be69c197697986f1d94bea3265b169ee
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>