|
@@ -65,22 +65,22 @@
|
|
|
</template>
|
|
|
</a-table>
|
|
|
</div>
|
|
|
- <div class="btn-box">
|
|
|
- <a-button @click="handleCommonCancel" v-if="isCancel">{{ cancelText }}</a-button>
|
|
|
- <a-button :loading="spinning" type="primary" @click="handlePrint()">收款打印</a-button>
|
|
|
- </div>
|
|
|
</div>
|
|
|
- <!-- 收款打印 -->
|
|
|
- <commonModal
|
|
|
- modalTit="收款打印预览"
|
|
|
- bodyPadding="10px"
|
|
|
- width="1024px"
|
|
|
- :showFooter="false"
|
|
|
- :openModal="showTipModal"
|
|
|
- @cancel="showTipModal=false">
|
|
|
- <printModel ref="printModel" @cancel="showTipModal=false"></printModel>
|
|
|
- </commonModal>
|
|
|
+ <div class="btn-box">
|
|
|
+ <a-button @click="handleCommonCancel" v-if="isCancel">{{ cancelText }}</a-button>
|
|
|
+ <a-button :loading="spinning" type="primary" @click="handlePrint()">收款打印</a-button>
|
|
|
+ </div>
|
|
|
</a-spin>
|
|
|
+ <!-- 收款打印 -->
|
|
|
+ <commonModal
|
|
|
+ modalTit="收款打印预览"
|
|
|
+ bodyPadding="10px"
|
|
|
+ width="1024px"
|
|
|
+ :showFooter="false"
|
|
|
+ :openModal="showTipModal"
|
|
|
+ @cancel="showTipModal=false">
|
|
|
+ <printModel ref="printModel" @cancel="showTipModal=false"></printModel>
|
|
|
+ </commonModal>
|
|
|
</a-modal>
|
|
|
</template>
|
|
|
|