-
{{ $t('refundDepositFee.confirmText') }}
+
+
+
-
-
\ No newline at end of file
diff --git a/src/components/fee/simplifyRoomFee.vue b/src/components/fee/simplifyRoomFee.vue
index c63a1dc..8cd0730 100644
--- a/src/components/fee/simplifyRoomFee.vue
+++ b/src/components/fee/simplifyRoomFee.vue
@@ -432,7 +432,7 @@ export default {
fee.roomName = this.simplifyRoomFeeInfo.roomName
fee.builtUpArea = this.simplifyRoomFeeInfo.builtUpArea
this.$router.push({
- path: '/property/payFeeOrder',
+ path: '/views/fee/payFeeOrder',
query: { feeId: fee.feeId }
})
},
diff --git a/src/components/fee/viewFeeConfigData.vue b/src/components/fee/viewFeeConfigData.vue
index 49a7c4c..4f3615e 100644
--- a/src/components/fee/viewFeeConfigData.vue
+++ b/src/components/fee/viewFeeConfigData.vue
@@ -1,72 +1,88 @@
-
-
-
+
+
+
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/fee/viewFeeData.vue b/src/components/fee/viewFeeData.vue
new file mode 100644
index 0000000..fc6c164
--- /dev/null
+++ b/src/components/fee/viewFeeData.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/fee/viewRoomData.vue b/src/components/fee/viewRoomData.vue
index 5f15b6c..ace5cee 100644
--- a/src/components/fee/viewRoomData.vue
+++ b/src/components/fee/viewRoomData.vue
@@ -1,76 +1,97 @@
-
-
-
+
+
+
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/index/index-property.vue b/src/components/index/index-property.vue
index b14c6a5..235f19d 100644
--- a/src/components/index/index-property.vue
+++ b/src/components/index/index-property.vue
@@ -57,6 +57,7 @@ export default {
\ No newline at end of file
diff --git a/src/views/fee/printPayFeeBangTaiList.vue b/src/views/fee/printPayFeeBangTaiList.vue
index fbd4c34..7c5ac5d 100644
--- a/src/views/fee/printPayFeeBangTaiList.vue
+++ b/src/views/fee/printPayFeeBangTaiList.vue
@@ -111,6 +111,7 @@
import { queryFeeReceipt, queryFeeReceiptDetail, queryFeePrintSpec } from '@/api/fee/printPayFeeBangTaiApi'
import { getCommunityId } from '@/api/community/communityApi'
import { getUserId,getUserName } from '@/api/user/userApi'
+import { dateFormat } from '@/utils/dateUtil'
export default {
name: 'PrintPayFeeBangTaiList',
@@ -246,7 +247,7 @@ export default {
},
formatDate(date) {
if (!date) return ''
- return this.$moment(date).format('YYYY-MM-DD')
+ return dateFormat(date)
},
changeNumMoneyToChinese(num) {
// 这里实现数字转中文大写金额的逻辑
diff --git a/src/views/fee/printPayFeeList.vue b/src/views/fee/printPayFeeList.vue
index 08e49bf..760b191 100644
--- a/src/views/fee/printPayFeeList.vue
+++ b/src/views/fee/printPayFeeList.vue
@@ -113,6 +113,7 @@
import { getCommunityId } from '@/api/community/communityApi'
import { queryFeeReceipt, queryFeeReceiptDetail, queryFeePrintSpec } from '@/api/fee/printPayFeeApi'
import { getUserId,getUserName } from '@/api/user/userApi'
+import { dateFormat } from '@/utils/dateUtil'
export default {
name: 'PrintPayFeeList',
@@ -240,7 +241,7 @@ export default {
},
dateFormat(date) {
if (!date) return ''
- return this.$moment(date).format('YYYY-MM-DD')
+ return dateFormat(date)
},
changeNumMoneyToChinese(num) {
// 这里实现数字转中文大写金额的逻辑
diff --git a/src/views/fee/propertyFeeList.vue b/src/views/fee/propertyFeeList.vue
index 173ac05..b439cab 100644
--- a/src/views/fee/propertyFeeList.vue
+++ b/src/views/fee/propertyFeeList.vue
@@ -134,6 +134,7 @@ import { queryFeeDetail } from '@/api/fee/propertyFeeApi'
import ViewMainFee from '@/components/fee/viewMainFee'
import ReturnPayFee from '@/components/fee/returnPayFee'
import ViewFeeDetailDiscount from '@/components/fee/viewFeeDetailDiscount'
+import { dateFormat } from '@/utils/dateUtil'
export default {
name: 'PropertyFeeList',
@@ -166,7 +167,7 @@ export default {
methods: {
dateFormat(date) {
if (!date) return ''
- return this.$moment(date).format('YYYY-MM-DD')
+ return dateFormat(date)
},
async listFeeDetail(page = 1, row = 10) {
try {
diff --git a/src/views/layout/layout.vue b/src/views/layout/layout.vue
index adc5f30..1cc8217 100644
--- a/src/views/layout/layout.vue
+++ b/src/views/layout/layout.vue
@@ -268,7 +268,12 @@ export default {
}
console.log(_href, _tabName)
- this.$router.push(_href)
+ this.$router.push(_href).catch(err => {
+ // 忽略重复导航错误
+ if (err.name !== 'NavigationDuplicated') {
+ throw err
+ }
+ })
},
}
}
diff --git a/src/views/oa/staffAttendanceManageList.vue b/src/views/oa/staffAttendanceManageList.vue
index 61a199d..be1759b 100644
--- a/src/views/oa/staffAttendanceManageList.vue
+++ b/src/views/oa/staffAttendanceManageList.vue
@@ -84,6 +84,7 @@ import {
queryAttendanceClassesTask,
} from '@/api/oa/staffAttendanceManageApi'
+import { dateFormat } from '@/utils/dateUtil'
export default {
name: 'StaffAttendanceManageList',
@@ -221,7 +222,7 @@ export default {
formatTime(time) {
if (!time) return ''
- return this.$moment(time).format('HH:mm:ss')
+ return dateFormat(time)
},
checkInLog(day) {
diff --git a/src/views/simplify/simplifyAcceptanceList.vue b/src/views/simplify/simplifyAcceptanceList.vue
index 666585a..0050195 100644
--- a/src/views/simplify/simplifyAcceptanceList.vue
+++ b/src/views/simplify/simplifyAcceptanceList.vue
@@ -266,9 +266,9 @@
-
+
+