Browse Source

no message

linwenxin 8 months ago
parent
commit
2ac3d87415
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/auxiliaryFittings/salesManagement/transaction/index.vue

+ 3 - 1
src/views/auxiliaryFittings/salesManagement/transaction/index.vue

@@ -131,7 +131,9 @@ export default {
         },
         refund: {
           conditions: ({ row, index, column }) => {
-            return row.payValue > row.retValue
+            return (
+              row.orderType == 'S' && row.payType == 'ALLINPAY' && row.payFlag === 'YES' && row.payValue > row.retValue
+            )
           },
           click: ({ row, index, column }) => {
             this.$prompt('退款金额', '退款', {