Procházet zdrojové kódy

Merge branch 'master' of dq/kmall-pt into master

黄亚琴 před 6 roky
rodič
revize
ce5fb5ed85
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      kmall-admin/src/main/webapp/js/shop/order.js

+ 1 - 1
kmall-admin/src/main/webapp/js/shop/order.js

@@ -134,7 +134,7 @@ $(function () {
                         if (row.orderStatus == 0) {
                             htmlStr += '<button class="btn btn-outline btn-danger" onclick="vm.cancelUpdate(' + row.id + ')"><i class="fa fa-times-circle-o"></i>&nbsp;取消</button>&nbsp;';
                         }
-                        if (row.isPaymentSend == 0 || row.isEleOrderSend == 0  || row.isCustomsSend == 0) {
+                        if (row.isPaymentSend == 0 || row.isEleOrderSend == 0  || row.isCustomsSend == 0 || row.buyerPayCheck != 0) {
                             htmlStr += '<button class="btn btn-outline btn-danger" onclick="vm.refundUpdate(' + row.id + ')"><i class="fa fa-times-circle-o"></i>&nbsp;退款</button>&nbsp;';
                         }
                     }