|
@@ -186,7 +186,7 @@
|
|
|
<td class="align-center"><?php echo orderState($order); ?></td>
|
|
|
<td class="align-center">
|
|
|
<input type="hidden" value="<?php echo $order['can_cancel']; ?>">
|
|
|
- <a href="index.php?act=refill_order_manual&op=transfer_order_dispose&type=&order_ids=<?php echo $order['order_id']; ?>" id="hdFail">
|
|
|
+ <a href="index.php?act=refill_order_manual&op=transfer_order_dispose&type=cancel_order_retry&order_ids=<?php echo $order['order_id']; ?>" id="hdFail">
|
|
|
补快充</a>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -277,9 +277,9 @@
|
|
|
let number = Number(strr);
|
|
|
if (isNaN(number)) {
|
|
|
let strrr = str.substring(1, str.length);
|
|
|
- window.location.href = `index.php?act=refill_order_manual&op=transfer_order_dispose&type=&order_ids= ${strrr ? strrr : ''}`
|
|
|
+ window.location.href = `index.php?act=refill_order_manual&op=transfer_order_dispose&type=cancel_order_retry&order_ids= ${strrr ? strrr : ''}`
|
|
|
} else if (!isNaN(number) && str !== '') {
|
|
|
- window.location.href = `index.php?act=refill_order_manual&op=transfer_order_dispose&type=&order_ids= ${str ? str : ''}`
|
|
|
+ window.location.href = `index.php?act=refill_order_manual&op=transfer_order_dispose&type=cancel_order_retry&order_ids= ${str ? str : ''}`
|
|
|
} else {
|
|
|
layer.msg('请还没有任何操作,请先选择');
|
|
|
}
|