|
@@ -82,7 +82,7 @@
|
|
width="1024px"
|
|
width="1024px"
|
|
:showFooter="false"
|
|
:showFooter="false"
|
|
:openModal="showTipModal"
|
|
:openModal="showTipModal"
|
|
- @cancel="showTipModal=false">
|
|
|
|
|
|
+ @cancel="canselPrintView">
|
|
<printModel ref="printModel" @cancel="showTipModal=false"></printModel>
|
|
<printModel ref="printModel" @cancel="showTipModal=false"></printModel>
|
|
</commonModal>
|
|
</commonModal>
|
|
<!-- 查看财务收款详情 -->
|
|
<!-- 查看财务收款详情 -->
|
|
@@ -178,6 +178,10 @@ export default {
|
|
this.$refs.printModel.getData(this.detail, true)
|
|
this.$refs.printModel.getData(this.detail, true)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ canselPrintView () {
|
|
|
|
+ this.showTipModal = false
|
|
|
|
+ this.$refs.printModel.handleCommonCancel()
|
|
|
|
+ },
|
|
// 取消
|
|
// 取消
|
|
handleCommonCancel () {
|
|
handleCommonCancel () {
|
|
this.$emit('cancel')
|
|
this.$emit('cancel')
|