|
@@ -150,9 +150,9 @@
|
|
|
<recordModal v-drag ref="recordModal" modalTit="打印记录" :openModal="showRecordModal" @cancel="showRecordModal=false"></recordModal>
|
|
|
<!-- 操作提示 -->
|
|
|
<commonModal modalTit="操作提示" okText="暂不打印" :openModal="showPrintModal" @cancel="canselModal" @ok="updatePrintStatus">
|
|
|
- <div style="text-align: center;">
|
|
|
+ <div style="display:flex;flex-direction: column;align-items: center;">
|
|
|
<div style="margin-bottom: 15px;font-size: 14px;">如需将打印状态回退至<strong>【暂不打印】</strong>,请点击下方按钮</div>
|
|
|
- <div style="line-height: 24px;">
|
|
|
+ <div style="line-height: 24px;text-align:left;">
|
|
|
<div>调拨单号:{{ tipData&&tipData.allocateNo }}</div>
|
|
|
<div>调往对象:{{ tipData&&tipData.targetName }}</div>
|
|
|
</div>
|