Browse Source

Merge remote-tracking branch 'origin/milestone-20250711-金币前端二期' into milestone-20250711-金币前端二期

# Conflicts:
#	src/components/changePassword.vue
#	src/views/consume/coinConsumeDetail.vue
#	src/views/home.vue
zhangrenyuan/feature-20250714163943-金币前端二期
lihui 3 weeks ago
parent
commit
69c3999c9c
  1. 14
      src/views/refund/addCoinRefund.vue

14
src/views/refund/addCoinRefund.vue

@ -15,7 +15,6 @@ const addRe = ref({
})
//
const adminData = ref({})
const getAdminData = async function () {
@ -85,7 +84,8 @@ const add = async function () {
}
// POST
const result = await API({ url: '/refund/add',
const result = await API({
url: '/refund/add',
data: processedRefund
})
if (result.code === 0) {
@ -139,7 +139,8 @@ const addBefore = () => {
//
//
const Ref = ref(null)
const startChange = (val) => {}
const startChange = (val) => {
}
const validateJwCode = (rule, value, callback) => {
if (!value) {
callback(new Error('精网号不能为空'));
@ -236,8 +237,6 @@ const getUser = async function (jwcode) {
}
// 退退
const refundType = ref([{value: '商品退款', label: '商品退款'}]);
@ -264,8 +263,6 @@ const refundType = ref([{ value: '商品退款', label: '商品退款' }]);
// }
//
const goodsName = ref([])
const getGoods = async function (jwcode) {
@ -444,7 +441,8 @@ onMounted(async function () {
type="primary"
@click="getUser(addRefund.jwcode)"
style="margin-left: 20px"
>查询</el-button
>查询
</el-button
>
</el-form-item>
<el-form-item prop="refundType" label="退款类型">

Loading…
Cancel
Save