| | |
| | | <view class="personnel">
|
| | | <box-title title="从业人员" class="box-title"></box-title>
|
| | | <view class="info">
|
| | | <view class="f-30" v-if="!placePersonList.length">
|
| | | <view class="f-30" v-if="!placePersonList.length">
|
| | | 未完善
|
| | | </view>
|
| | | <view class="person-box" v-for="(item, index) in placePersonList" :key="item.id">
|
| | | <view class="person-box" v-for="(item, index) in placePersonList" :key="item.id">
|
| | | <view class="title">人员信息-#{{ index + 1 }}</view>
|
| | | <view class="info-box">
|
| | | <view class="content">
|
| | |
| | | </view> -->
|
| | | <footer-btn @click="submit" v-if="confirmFlag == 3" text="通过" />
|
| | | <view class="footer flex a-i-c j-c-s-b" v-if="confirmFlag == 1">
|
| | | <button class="footer-btn" @click="submit(1)">通过</button>
|
| | | <button class="footer-btn" @click="submit(2)">驳回</button>
|
| | | <button class="footer-btn" @click="submit(2)">通过</button>
|
| | | <button class="footer-btn" @click="submit(3)">驳回</button>
|
| | | </view>
|
| | |
|
| | |
|
| | |
| | | },
|
| | | {
|
| | | label: '场所位置',
|
| | | name: 'localtion',
|
| | | name: 'location',
|
| | | value: '未完善'
|
| | | },
|
| | | ],
|
| | |
| | | })
|
| | | },
|
| | | submit(type) {
|
| | | if (type == 2) {
|
| | | this.form.confirmFlag = type;
|
| | | if (type == 3) {
|
| | | this.isShowModal = true;
|
| | | } else {
|
| | | this.checkPlaceExt()
|