| | |
| | | </view>
|
| | |
|
| | |
|
| | | <view class="item bgc-ff mt-20">
|
| | | <view class="item bgc-ff mt-20" v-if="roleAlias !='xyzt'">
|
| | | <view class="flex j-c-s-b a-i-c" style="padding-top:12rpx;">
|
| | | <view class="box-title" style="width:50%;">
|
| | | <box-title title="房东信息"></box-title>
|
| | |
| | | </u-upload>
|
| | | </view>
|
| | | </view>
|
| | | <view class="practitioner">
|
| | | <view class="practitioner" v-if="roleAlias !='xyzt'">
|
| | | <view>
|
| | | <box-title title="从业人员信息"></box-title>
|
| | | </view>
|
| | |
| | | showNationPicker: false,
|
| | | showGenderPicker: false,
|
| | | personNumArr: [],
|
| | | cateId: ""
|
| | | cateId: "",
|
| | | roleAlias: uni.getStorageSync("activeRole").roleAlias,
|
| | | }
|
| | | },
|
| | | onShow() {
|
| | |
| | | },
|
| | |
|
| | | submit() {
|
| | | if (this.personNum > 0) {
|
| | | if (this.personNum > 0 && this.roleAlias != 'xyzt') {
|
| | | const placePractitioner = []
|
| | | this.$refs.formItemRef.forEach(item => {
|
| | | console.log("item====>", item);
|