|
|
|
@ -96,15 +96,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- 发布职位确认框 -->
|
|
|
|
<!-- 发布职位确认框 -->
|
|
|
|
<u-modal v-model="submitConfirm"
|
|
|
|
<u-modal v-model="submitConfirm" width="90%" negativeTop="150" confirmText="发布职位" :showTitle="false" :confirmStyle="{ color: '#576b95', 'font-weight': 600 }" :cancelStyle="{ color: '#000', 'font-weight': 600 }" :showConfirmButton="false">
|
|
|
|
width="90%"
|
|
|
|
|
|
|
|
negativeTop="150"
|
|
|
|
|
|
|
|
confirmText="发布职位"
|
|
|
|
|
|
|
|
:showTitle="false"
|
|
|
|
|
|
|
|
:confirmStyle="{ color: '#576b95', 'font-weight': 600 }"
|
|
|
|
|
|
|
|
:cancelStyle="{ color: '#000', 'font-weight': 600 }"
|
|
|
|
|
|
|
|
:showConfirmButton="false"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<div class="g_fs_17 g_text_c">
|
|
|
|
<div class="g_fs_17 g_text_c">
|
|
|
|
<div class style="padding: 42px 24px 36px">
|
|
|
|
<div class style="padding: 42px 24px 36px">
|
|
|
|
<div class="g_text_c g_fw_600 g_c_0">创建团队/企业</div>
|
|
|
|
<div class="g_text_c g_fw_600 g_c_0">创建团队/企业</div>
|
|
|
|
@ -616,6 +608,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.G.Get(this.api.bind_subscribeSubmit + "/" + that.uid, { agencyId: that.agencyInfo.id, agencyName: that.agencyInfo.fullName, source: _code, remark: " " }, (res) => {
|
|
|
|
this.G.Get(this.api.bind_subscribeSubmit + "/" + that.uid, { agencyId: that.agencyInfo.id, agencyName: that.agencyInfo.fullName, source: _code, remark: " " }, (res) => {
|
|
|
|
|
|
|
|
this.getAgencyInfo().then(() => {
|
|
|
|
|
|
|
|
that.getAgencyById().then(() => {});
|
|
|
|
|
|
|
|
});
|
|
|
|
uni.showToast({
|
|
|
|
uni.showToast({
|
|
|
|
title: "申请成功",
|
|
|
|
title: "申请成功",
|
|
|
|
icon: "none",
|
|
|
|
icon: "none",
|
|
|
|
@ -684,10 +679,7 @@ export default {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
this.isLogin = true;
|
|
|
|
this.isLogin = true;
|
|
|
|
console.log("successLogin", e);
|
|
|
|
console.log("successLogin", e);
|
|
|
|
this.getAgencyInfo().then(() => {
|
|
|
|
|
|
|
|
that.getAgencyById().then(() => {
|
|
|
|
|
|
|
|
that.getDefault("init");
|
|
|
|
that.getDefault("init");
|
|
|
|
|
|
|
|
|
|
|
|
if (that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) {
|
|
|
|
if (that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) {
|
|
|
|
that.handleSubmit();
|
|
|
|
that.handleSubmit();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
@ -698,8 +690,6 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
jobLogin() {
|
|
|
|
jobLogin() {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|