Browse Source

fix:笨猪备注

zhangrenyuan/feature-20250917134308-现金管理
zhangrenyuan 1 month ago
parent
commit
14ec0a5b5b
  1. 4
      .env.development
  2. 6
      src/views/moneyManage/receiveDetail/receiveDetail.vue

4
.env.development

@ -1,4 +1,4 @@
# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
VITE_API_BASE='https://hwjb.homilychart.com/dev/admin'
# 测试环境
# VITE_API_BASE='http://54.255.212.181:10704/'
# 正式环境
@ -17,4 +17,4 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload
# lijianlin
# VITE_API_BASE='http://192.168.9.41:8081/'
VITE_API_BASE='http://localhost:8081/'
# VITE_API_BASE='http://localhost:8081/'

6
src/views/moneyManage/receiveDetail/receiveDetail.vue

@ -1160,8 +1160,8 @@ const submitRefund = async () => {
refundModel: refundFormData.value.refundModel, // 退0-1-
id: refundFormData.value.id, //id
orderCode: refundFormData.value.orderCode,
permanentGold: (refundFormData.value.permanentGold) * 100 || 0,
freeGold: (refundFormData.value.freeGold) * 100 || 0
permanentGold: (refundFormData.value.permanentGold) * 100 || null,
freeGold: (refundFormData.value.freeGold) * 100 || null
}
})
if (result.code == 200) {
@ -2139,7 +2139,7 @@ onMounted(async function () {
.left {
width: 50%;
height: 70vh;
min-height: 650px;
min-height: 700px;
padding: 0 2vw;
.add-item {

Loading…
Cancel
Save