Browse Source

修复打印

dev-xx
qb 4 months ago
parent
commit
c6e006a4a3
  1. 2
      src/components/WaybillPrintTemplate/WaybillPrintTemplate.vue
  2. 2
      src/views/distribution/inventory/BookingNote.vue
  3. 2
      src/views/distribution/inventory/CreateOrder.vue
  4. 2
      src/views/waybill/CreateZeroOrder.vue
  5. 2
      src/views/waybill/WaybillOrderList.vue

2
src/components/WaybillPrintTemplate/WaybillPrintTemplate.vue

@ -1,7 +1,7 @@
<template>
<div>
<template v-if="visible">
<el-dialog v-model="visible" :title="props.title" :width="props.width">
<el-dialog v-model="visible" :title="props.title" align-center :width="props.width">
<div class="printCode" ref="printNodeRef">
<div v-html="props.html"></div>
</div>

2
src/views/distribution/inventory/BookingNote.vue

@ -1045,7 +1045,7 @@
<WaybillPrintTemplate
v-model="details.popUpShow.WaybillPrintTemplate"
:html="details.html"
width="70%"
width="fit-content"
/>
<edittablehead

2
src/views/distribution/inventory/CreateOrder.vue

@ -1423,7 +1423,7 @@
<WaybillPrintTemplate
v-model="details.popUpShow.WaybillPrintTemplate"
:html="details.html"
width="70%"
width="fit-content"
/>
</div>
</template>

2
src/views/waybill/CreateZeroOrder.vue

@ -1090,7 +1090,7 @@
<WaybillPrintTemplate
v-model="details.popUpShow.WaybillPrintTemplate"
:html="details.html"
width="70%"
width="fit-content"
/>
</div>
</template>

2
src/views/waybill/WaybillOrderList.vue

@ -251,7 +251,7 @@
<WaybillPrintTemplate
v-model="details.popUpShow.WaybillPrintTemplate"
:html="details.html"
width="70%"
width="fit-content"
/>
<!-- 列表配置显示 -->

Loading…
Cancel
Save