pengyh 1 рік тому
батько
коміт
8c2e0c1eb6

+ 0 - 1
src/layout/components/Navbar.vue

@@ -550,7 +550,6 @@ export default {
 				pageName: orderId,
 				pageType: 'detail',
 				pageCode: orderId,
-				pagePam: "operationDetails"
 			},
 			query: {
 				id: orderId,

+ 1 - 1
src/views/auxiliaryFittings/settleAccountManagement/settleAccountWeixinPay/index.vue

@@ -327,7 +327,7 @@ export default {
 					btnType: 'text',
 					prompt: '确认是否退款?',
 					conditions: ({ row, index, column }) => {
-						return row.totalAmount > 0 && this.tabIndex == 2
+						return row.totalAmount > 0 && row.refundStatus == 'NO' && this.tabIndex == 2
 					},
 					click: ({ row, index, column }) => {
 						refund({ id: row.settlementOrderId }).then(res => {