skyouc
2025-07-10 1922a6ffe7cc81ef5d43a5a87ecb94f1e1d84f5c
no message
1个文件已修改
2 ■■■ 已修改文件
zy-asrs-admin/src/components/print/orderPrint/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-admin/src/components/print/orderPrint/index.vue
@@ -41,7 +41,7 @@
</script>
<template>
    <a-modal v-model:open="open" :title="formatMessage('', '订单打印')" @ok="handleOk" :width="'60%'" v-if="open">
    <a-modal v-model:open="open" :title="formatMessage('', '订单打印')" @ok="handleOk" :width="'80%'" v-if="open">
        <div style="height: 500px;overflow-x: hidden;overflow-y: scroll;">
            <div style="margin-top: 20px;">
                <Component :is="template[selectTemplate]" ref="printChild" :list="printData" :repeatNum="repeatNum" :orderNo="orderNo" :data="data"/>