优化及修复
This commit is contained in:
parent
fc17e83c7b
commit
7429e30ba6
|
|
@ -5,7 +5,7 @@
|
|||
<view class="cu-dialog">
|
||||
<view class="padding-xl">
|
||||
<view class="cuIcon-profile big-icon padding-tb text-main-color"></view>
|
||||
<view>区域团队邀约需先完成营业执照认证</view>
|
||||
<view>营业执照认证审核通过后才具备组建公司团队资质</view>
|
||||
</view>
|
||||
<view class="cu-bar bg-white solid-top">
|
||||
<view class="action margin-0 flex-sub text-black" data-modal="showTakeCertifiedModal"
|
||||
|
|
|
|||
|
|
@ -12,12 +12,12 @@
|
|||
<view>设置区域代理扣点可按百分比扣取或金额扣取的方式(建议二选一进行申请)</view>
|
||||
<view class="flex justify-center align-center margin-top-sm">
|
||||
<text>扣点:</text>
|
||||
<input class="radius-input" type="digit" placeholder="请输入订单扣取的比例" v-model="rate"></input>
|
||||
<input class="radius-input" type="number" placeholder="请输入订单扣取的比例" v-model="rate"></input>
|
||||
<text>%</text>
|
||||
</view>
|
||||
<view class="flex justify-center align-center margin-top-sm">
|
||||
<text>金额:</text>
|
||||
<input class="radius-input" type="digit" placeholder="请输入按单扣取的金额" v-model="amount"></input>
|
||||
<input class="radius-input" type="number" placeholder="请输入按单扣取的金额" v-model="amount"></input>
|
||||
<text>元</text>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -132,15 +132,14 @@
|
|||
this.certified = false;
|
||||
} else if (this.certifyInfo.status != 1) {
|
||||
this.certified = false;
|
||||
this.certifyCheckedMsg = '实名认证审核通过后才可进行操作';
|
||||
this.certifyCheckedMsg = '营业执照认证审核通过后才具备组建公司团队资质';
|
||||
} else if (!this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl) {
|
||||
this.certified = false;
|
||||
}
|
||||
},
|
||||
noticeCertifyCheckedRes() {
|
||||
if (!this.certifyInfo || !this.certifyInfo.workerCertificationId) {
|
||||
this.$refs.vertifyCertify.showModal();
|
||||
} else if (this.certifyInfo.status === 1 && (!this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl)) {
|
||||
if (!this.certifyInfo || !this.certifyInfo.workerCertificationId
|
||||
|| !this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl) {
|
||||
this.$refs.vertifyBusinessCertify.showModal();
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<view class="margin-bottom-sm">
|
||||
身份证号码<text class="margin-left-xs text-red">*</text>
|
||||
</view>
|
||||
<input type="number" placeholder="请输入身份证号码" placeholder-style="color:#989898" v-model="formData.certId">
|
||||
<input type="idcard" placeholder="请输入身份证号码" placeholder-style="color:#989898" v-model="formData.certId">
|
||||
</view>
|
||||
<view class="margin-top">
|
||||
<view class="margin-bottom-sm">
|
||||
|
|
@ -118,6 +118,11 @@
|
|||
icon: 'none',
|
||||
title: res.msg
|
||||
})
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: '绑定失败',
|
||||
icon: 'error'
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -50,17 +50,17 @@
|
|||
<zb-tooltip
|
||||
:content="'平' + parseInt(item.deptRate * 100) + '%+¥' + $calcUtil.curNumPlaces(item.deptMoney, 3) + '销' + parseInt((Number(item.oneRate) + Number(item.twoRate) + Number(item.threeRate) + Number(item.retainRate)) * 100) + '%+¥' + $calcUtil.curNumPlaces(item.retainMoney, 3)"
|
||||
placement="right" ref="goodsPriceTip">
|
||||
<input class="radius-input xs" @input="inputSpecs($event, index, 'goodsPrice')"
|
||||
<input type="number" class="radius-input xs" @input="inputSpecs($event, index, 'goodsPrice')"
|
||||
:value="item.goodsPrice" placeholder="价格"
|
||||
@blur="hideTips('goodsPriceTip', index)"></input>
|
||||
</zb-tooltip>
|
||||
</view>
|
||||
<view class="margin-right-xs" style="flex-basis: 21%;">
|
||||
<input class="radius-input xs" @input="inputSpecs($event, index, 'extMoney')"
|
||||
<input type="number" class="radius-input xs" @input="inputSpecs($event, index, 'extMoney')"
|
||||
:value="item.extMoney" placeholder="追加提成额"></input>
|
||||
</view>
|
||||
<view class="margin-right-xs" style="flex-basis: 14%;">
|
||||
<input class="radius-input xs" @input="inputSpecs($event, index, 'groupPrice')"
|
||||
<input type="number" class="radius-input xs" @input="inputSpecs($event, index, 'groupPrice')"
|
||||
:value="item.groupPrice" placeholder="团购价"></input>
|
||||
</view>
|
||||
<view class="margin-right-xs" style="flex-basis: 11%;">
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
</view>
|
||||
<view style="flex-basis: 14%;">
|
||||
<view class='text-red' style="position: absolute; absolute; z-index: 0;">*</view>
|
||||
<input class="radius-input xs" @input="inputSpecs($event, index, 'goodsNum')"
|
||||
<input type="number" class="radius-input xs" @input="inputSpecs($event, index, 'goodsNum')"
|
||||
:value="item.goodsNum" placeholder="库存数"></input>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
<text class='cuIcon-close'></text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="solids" @tap="chooseImgList($event, 'coverImgList', 200, 200)"
|
||||
<view class="solids" @tap="chooseImgList($event, 'coverImgList', 800, 800)"
|
||||
v-if="formData.coverImgList.length === 0">
|
||||
<text class='cuIcon-cameraadd'></text>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue