|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<view class="link g_bg_f g_radius_8 g_fs_16 g_p_16">
|
|
|
|
|
<view class="g_flex_row_between">
|
|
|
|
|
<view class="g_c_9"> 状态 </view>
|
|
|
|
|
<view class="g_c_main g_flex_row_end flex_center g_flex_1" @click="editNewResume"> {{ orderDetail.status_text }} <i class="iconfont icon-gengduo11 g_c_9 g_ml_4" v-if="orderDetail.status == 0 && isMember && hasPermission"></i></view>
|
|
|
|
|
<view class="g_flex_row_end flex_center g_flex_1" :style="{color: themeColor}" @click="editNewResume"> {{ orderDetail.status_text }} <i class="iconfont icon-gengduo11 g_c_9 g_ml_4" v-if="orderDetail.status == 0 && isMember && hasPermission"></i></view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<view class="link g_bg_f g_radius_8 g_fs_16 g_p_16">
|
|
|
|
|
<view class="g_flex_row_between">
|
|
|
|
|
<view class="g_c_9"> 跟进人 </view>
|
|
|
|
|
<view class="g_c_main g_flex_row_end flex_center g_flex_1"> {{ orderDetail.followUser.aliasName || "-" }} <i class="iconfont icon-gengduo11 g_c_9 g_ml_4"></i></view>
|
|
|
|
|
<view class="g_flex_row_end flex_center g_flex_1" :style="{color: themeColor}"> {{ orderDetail.followUser.aliasName || "-" }} <i class="iconfont icon-gengduo11 g_c_9 g_ml_4"></i></view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
<view class="g_ell_1 g_fs_16 g_fw_bold"> {{ orderDetail.userName }}{{ orderDetail.setTitle }} </view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_none g_flex_row_end">
|
|
|
|
|
<view class="g_c_main g_flex_row_end flex_center g_flex_1" v-if="from == 'toc'"> {{ orderDetail.status_text }}</view>
|
|
|
|
|
<view class="g_flex_row_end flex_center g_flex_1" :style="{color: themeColor}" v-if="from == 'toc'"> {{ orderDetail.status_text }}</view>
|
|
|
|
|
<view class="g_flex_row_end g_pr_16 g_pl_16 g_pt_9 g_pb_9" style="background-color: #f5f5f5; border-radius: 17px">
|
|
|
|
|
<view class="g_flex_row_end" @click="goFellow">
|
|
|
|
|
<view class="g_flex_column_center">
|
|
|
|
|
@ -115,10 +115,10 @@
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<g-panel-detail-item label="面试地址" v-if="resumeFlag == 2" :value="orderDetail.interviewAddress" maxWidth="230px" afterIcon="icon-dizhi1 g_c_main" @clickItem="handleChooseAddressModal" />
|
|
|
|
|
<g-panel-detail-item label="面试地址" v-if="resumeFlag == 2" :value="orderDetail.interviewAddress" maxWidth="230px" :afterIcon="'icon-dizhi1'" :afterIconColor="themeColor" @clickItem="handleChooseAddressModal" />
|
|
|
|
|
<!-- 服务费 最上游或者不是管理人员不显示 orderDetail.nextRecordId为空 是最上游 -->
|
|
|
|
|
<!-- 代理费/服务费 最下游不显示 orderDetail.prevRecordId为空 是最下游 -->
|
|
|
|
|
<g-panel-detail-item label="驻场信息" v-if="resumeFlag == 2" :value="orderDetail.totalZC || '-'" maxWidth="230px" from="resident-info" :afterIcon="orderDetail.upOnSiteInfo || orderDetail.onSiteInfo ? 'icon-fuzhi' : ''" iconColor="g_c_main" afterType="multi" @clickItem="handleClickLabelBtn(orderDetail.totalZC || '-')" />
|
|
|
|
|
<g-panel-detail-item label="驻场信息" v-if="resumeFlag == 2" :value="orderDetail.totalZC || '-'" maxWidth="230px" from="resident-info" :afterIcon="orderDetail.upOnSiteInfo || orderDetail.onSiteInfo ? 'icon-fuzhi' : ''" :iconColor="themeColor" afterType="multi" @clickItem="handleClickLabelBtn(orderDetail.totalZC || '-')" />
|
|
|
|
|
<g-panel-detail-item label="其他说明" v-if="resumeFlag == 2" :value="orderDetail.interviewDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.interviewDesp, '其他说明', 'view')" />
|
|
|
|
|
<!-- <g-panel-detail-item label="职位说明" :value="orderDetail.employeeSalary" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.employeeSalary, '职位说明', 'edit')" /> -->
|
|
|
|
|
<!-- <view class="g_h_15"></view> -->
|
|
|
|
|
@ -167,7 +167,7 @@
|
|
|
|
|
<view>
|
|
|
|
|
<view class="g_flex_row_between g_border_e_b">
|
|
|
|
|
<view class="g_pl_12 g_c_3 g_fs_15 g_pt_18 g_pb_18" @click="recordModal.isShow = false">取消</view>
|
|
|
|
|
<view class="g_pr_12 g_c_main g_fs_15 g_pt_18 g_pb_18" @click="handleSubmitRemark">确定</view>
|
|
|
|
|
<view class="g_pr_12 g_fs_15 g_pt_18 g_pb_18" :style="{color: themeColor}" @click="handleSubmitRemark">确定</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_p_16">
|
|
|
|
|
<view class="g_fs_15 g_c_6 g_pb_16">备注</view>
|
|
|
|
|
@ -248,7 +248,7 @@
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class="g_flex_row_between g_border_e_t g_bg_f" style="position: absolute; bottom: 0; width: 100%">
|
|
|
|
|
<view class="g_c_3 g_fs_18 g_pt_18 g_pb_18 g_flex_c g_fw_700" style="width: 50%; height: 49px" @click="handleCopy">复制文本</view>
|
|
|
|
|
<view class="g_c_main g_fs_18 g_pt_18 g_pb_18 g_flex_c" style="width: 50%; height: 49px; border-left: 1rpx solid #eee" @click="infoModal.isShow = false">知道了</view>
|
|
|
|
|
<view class="g_fs_18 g_pt_18 g_pb_18 g_flex_c" :style="{color: themeColor}" style="width: 50%; height: 49px; border-left: 1rpx solid #eee" @click="infoModal.isShow = false">知道了</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</u-popup>
|
|
|
|
|
@ -353,6 +353,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
themeColor: getApp().globalData.themeColor,
|
|
|
|
|
from: "", // 判断来源
|
|
|
|
|
cdnBaseImg: this.G.store().cdnBaseImg,
|
|
|
|
|
agencyId: uni.getStorageSync("apply-agencyId"),
|
|
|
|
|
|