diff --git a/vue/gold-system/src/views/consume/addConsume.vue b/vue/gold-system/src/views/consume/addConsume.vue index 395b673..0fced3a 100644 --- a/vue/gold-system/src/views/consume/addConsume.vue +++ b/vue/gold-system/src/views/consume/addConsume.vue @@ -1,153 +1,156 @@ - - 新增消费 - - - - - - 查询 + 新增消费 + + + + + 查询 - + - + + + + + 个 + + + + 个 + + + + 个 - - - 个 - - - - 个 - - - - 个 - + v-model="addConsume.remark" + style="width: 300px" + :rows="2" + maxlength="100" + show-word-limit + type="textarea" + /> - + - - 取消 - - 提交 - - - - - 客户信息 - + 取消 + 提交 + + + + + 客户信息 + + + + {{ user.name }} + + - - {{user.name}} - + - + + {{ user.jwcode }} - + - - {{user.homilyId}} - - - - - + - - - - - - - + + - - - - - - - + + - - - - - - - + + - - - - + + + + + + + + + + \ No newline at end of file +.avatar-uploader .el-upload:hover { + border-color: var(--el-color-primary); +} + +.el-icon.avatar-uploader-icon { + font-size: 28px; + color: #8c939d; + width: 50px; + height: 50px; + text-align: center; +} + diff --git a/vue/gold-system/src/views/managerecharge/rate.vue b/vue/gold-system/src/views/managerecharge/rate.vue index c537a39..fe30b74 100644 --- a/vue/gold-system/src/views/managerecharge/rate.vue +++ b/vue/gold-system/src/views/managerecharge/rate.vue @@ -304,7 +304,11 @@ const rules = reactive({ style="width: 100%" > - + + + {{ scope.row.exchangeRate }} :1新币 + + diff --git a/vue/gold-system/src/views/recharge/addRecharge.vue b/vue/gold-system/src/views/recharge/addRecharge.vue index 8cf7fa7..be474a1 100644 --- a/vue/gold-system/src/views/recharge/addRecharge.vue +++ b/vue/gold-system/src/views/recharge/addRecharge.vue @@ -61,7 +61,7 @@ const checkEndTime = function (rule, value, callback) { } }; const rules = reactive({ - homilyId: [{ required: true, message: "请输入精网号", trigger: "blur" }], + jwcode: [{ required: true, message: "请输入精网号", trigger: "blur" }], activityId: [{ required: true, message: "请选择活动名称", trigger: "blur" }], paidGold: [{ required: true, message: "请输入充值金币", trigger: "blur" }], rechargeGold: [ @@ -76,11 +76,11 @@ const rules = reactive({ // 查找客户信息的方法 const user = ref({}); -const getUser = async function (homilyId) { +const getUser = async function (jwcode) { try { // 发送POST请求 const result = await axios.post("http://192.168.8.93:10020/recharge/user", { - homilyId: homilyId, + jwcode: jwcode, }); // 将响应结果存储到响应式数据中 @@ -200,11 +200,11 @@ watch(calculatedFreeGold, calculatedRechargeGold, (newVal) => { label-width="auto" style="max-width: 600px" > - - + + 查询 @@ -342,7 +342,7 @@ watch(calculatedFreeGold, calculatedRechargeGold, (newVal) => { - {{ user.homilyId }} + {{ user.jwcode }} diff --git a/vue/gold-system/src/views/refund/addRefund.vue b/vue/gold-system/src/views/refund/addRefund.vue index 91eb28c..0fc347e 100644 --- a/vue/gold-system/src/views/refund/addRefund.vue +++ b/vue/gold-system/src/views/refund/addRefund.vue @@ -58,7 +58,7 @@ const checkEndTime = function (rule, value, callback) { } }; const rules = reactive({ - homilyId: [{ required: true, message: "请输入精网号", trigger: "blur" }], + jwcode: [{ required: true, message: "请输入精网号", trigger: "blur" }], refundType: [{ required: true, message: "请选择退款类型", trigger: "blur" }], refundGoods: [{ required: true, message: "请选择退款商品", trigger: "blur" }], taskCoin: [{ required: true, message: "请输入任务金币", trigger: "blur" }], @@ -71,11 +71,11 @@ const rules = reactive({ // 查找客户信息的方法 const user = ref({}); -const getUser = async function (homilyId) { +const getUser = async function (jwcode) { try { // 发送POST请求 const result = await axios.post("http://192.168.8.93:10020/recharge/user", { - homilyId: homilyId, + jwcode: jwcode, }); // 将响应结果存储到响应式数据中 @@ -131,11 +131,11 @@ watch(calculatedFreeGold, (newVal) => { label-width="auto" style="max-width: 750px" > - - + + 查询 @@ -247,7 +247,7 @@ watch(calculatedFreeGold, (newVal) => { - {{ user.homilyId }} + {{ user.jwcode }}
个
{{ user.name }}
{{user.name}}
{{ user.jwcode }}
{{user.homilyId}}
{{ scope.row.exchangeRate }} :1新币
{{ user.homilyId }}