|
@@ -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> 取消</button> ';
|
|
|
}
|
|
|
- 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> 退款</button> ';
|
|
|
}
|
|
|
}
|