|
@@ -257,7 +257,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
}
|
|
|
|
|
|
function onRefund() {
|
|
|
- Fast.api.open(`shopro/order/aftersale/refund/id/${state.id}?id=${state.id}&suggest_refund_fee=${state.data.suggest_refund_fee}`, "售后退款", {
|
|
|
+ Fast.api.open(`shopro/order/aftersale/refund/id/${state.id}?id=${state.id}&suggest_refund_fee=${state.data.suggest_refund_fee}&apply_refund_price=${state.data.apply_refund_price}`, "售后退款", {
|
|
|
callback() {
|
|
|
getDetail()
|
|
|
}
|
|
@@ -321,6 +321,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
const state = reactive({
|
|
|
id: new URLSearchParams(location.search).get('id'),
|
|
|
suggest_refund_fee: new URLSearchParams(location.search).get('suggest_refund_fee'),
|
|
|
+ apply_refund_price: new URLSearchParams(location.search).get('apply_refund_price'),
|
|
|
})
|
|
|
|
|
|
const form = reactive({
|