|
@@ -131,7 +131,7 @@ export default {
|
|
|
lookDetails(row) {
|
|
|
new Promise((resolve) => {
|
|
|
this.$store.dispatch('addPopup', {
|
|
|
- url: '/payService/propertyFee/stepPage/details.vue',
|
|
|
+ url: '/payService/propertyFee/stepPage/detailsTable.vue',
|
|
|
width: '615px',
|
|
|
height: '581px',
|
|
|
props: {
|
|
@@ -140,8 +140,9 @@ export default {
|
|
|
},
|
|
|
showConfirmButton: true,
|
|
|
showCancelButton: true,
|
|
|
+ hideFoot:true,
|
|
|
hideStar: true,
|
|
|
- title: '账单详情'
|
|
|
+ title: '缴费详情'
|
|
|
});
|
|
|
}).then(() => {
|
|
|
this.mixins_search();
|
|
@@ -184,7 +185,7 @@ export default {
|
|
|
LODOP.PRINT_INIT('凤凰天誉专用收据');
|
|
|
LODOP.ADD_PRINT_TABLE(30, 40, '90%', 200, data);
|
|
|
//LODOP.SET_PRINT_STYLEA(0,"Top2Offset",-40); //这句可让次页起点向上移
|
|
|
- LODOP.SET_PRINT_PAGESIZE(1, 2410, 100, '');
|
|
|
+ LODOP.SET_PRINT_PAGESIZE(1, 2410, 1000, '');
|
|
|
|
|
|
//LODOP.SET_PRINT_STYLEA(0,"LinkedItem",-1);
|
|
|
LODOP.PREVIEW();
|