幸运25-大R库存

This commit is contained in:
khalil
2025-05-07 19:10:02 +08:00
parent 67b3922dd4
commit f429da9a16

View File

@@ -124,6 +124,28 @@
>
</div>
<div class="inquire">
<span>大R库存</span>
<el-input
v-model="inquire.highRechargeUserInventory"
placeholder=""
class="input"
disabled
></el-input>
<el-button
class="primary"
type="primary"
@click="
editDialog = true;
butClick = false;
type = 6;
editDialogTitle = '大R库存';
value = inquire.highRechargeUserInventory;
"
>编辑</el-button
>
</div>
<div class="inquire">
<span>平台抽成</span>
<el-input
@@ -483,6 +505,7 @@ export default {
],
comparisonValue: "",
goldInventory: "",
highRechargeUserInventory: "",
giftId: "",
platformCommission: "",
userRevenueRatio: "",
@@ -519,6 +542,7 @@ export default {
getConfig({ partitionId: this.inquire.value }).then((res) => {
this.inquire.comparisonValue = res.data.productionRatio;
this.inquire.goldInventory = res.data.stock;
this.inquire.highRechargeUserInventory = res.data.highRechargeUserStock;
this.inquire.platformCommission = res.data.platformRatio;
this.inquire.userRevenueRatio = res.data.receiverRatio;
this.inquire.highRechargeThreshold = res.data.highRechargeThreshold;
@@ -625,6 +649,8 @@ export default {
} else if (this.type == 5) {
obj.highRechargeThreshold = this.value;
} else if (this.type == 6) {
obj.highRechargeUserStock = this.value;
} else if (this.type == 7) {
obj.judgeInputThreshold = this.value;
} else if (this.type == 15) {
obj.highPoolEntreProductionRatio = this.value;