|
|
|
|
@ -242,6 +242,12 @@
|
|
|
|
|
<view class="g_fs_12 g_c_6" style="margin-top: 4px">客服</view>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_none g_flex_column_center" v-if="isAdmin">
|
|
|
|
|
<button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="gojob">
|
|
|
|
|
<icon class="iconfont icon-edit-square" style="color: #787878; line-height: 1; margin-top: -5px; font-size: 20px !important"> </icon>
|
|
|
|
|
<view class="g_fs_12 g_c_6" style="margin-top: 4px">编辑</view>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_1 g_flex_column_center" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="g_flex_row_end" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="g_flex_none g_flex_column_center" style="margin-right: 8px; width: 100px" v-if="attention && from != 'bill' && jobDetail.agencyId != loginInfo.agencyId && false">
|
|
|
|
|
@ -573,6 +579,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
isAdmin: uni.getStorageSync("apply-userinfo").admin,
|
|
|
|
|
fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").agencyName,
|
|
|
|
|
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
|
|
|
|
|
isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId,
|
|
|
|
|
@ -2099,6 +2106,18 @@ export default {
|
|
|
|
|
setType(e) {
|
|
|
|
|
this.tabInfo.active = e;
|
|
|
|
|
},
|
|
|
|
|
gojob(){
|
|
|
|
|
let that = this;
|
|
|
|
|
if(that.isLogin){
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: '/root/merchantManagement/jobForm?id=' + that.uid
|
|
|
|
|
});
|
|
|
|
|
}else{
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url: "/root/person/loginIndex",
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
goIm() {
|
|
|
|
|
let that = this;
|
|
|
|
|
if(that.isJm){
|
|
|
|
|
|