|
|
@@ -516,10 +516,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 提示信息 -->
|
|
|
- <view class="deduct-tip">
|
|
|
- <text class="tip-text">余额减少后,不会自动降等级,如需要请手动给客户降级</text>
|
|
|
- </view>
|
|
|
</scroll-view>
|
|
|
|
|
|
<!-- 弹框底部按钮 -->
|
|
|
@@ -652,6 +648,7 @@ export default {
|
|
|
this.initInfo()
|
|
|
},
|
|
|
methods: {
|
|
|
+ init(){},
|
|
|
// 打开余额详情弹框
|
|
|
openBalanceDetailPopup() {
|
|
|
this.$refs.balanceDetailPopupRef.open('center')
|
|
|
@@ -663,15 +660,14 @@ export default {
|
|
|
})
|
|
|
}, 100)
|
|
|
},
|
|
|
-
|
|
|
// 关闭余额详情弹框
|
|
|
closeBalanceDetailPopup() {
|
|
|
this.$refs.balanceDetailPopupRef.close()
|
|
|
},
|
|
|
-
|
|
|
addOrder(){
|
|
|
this.$util.pageTo({url:'/admin/billing/index2?customId='+this.data.id+'&customName='+this.data.name})
|
|
|
- }, // 打开减余额弹框
|
|
|
+ },
|
|
|
+ // 打开减余额弹框
|
|
|
openDeductPopup(){
|
|
|
this.$refs.deductPopupRef.open('center')
|
|
|
// 禁用背景页面滚动
|