Commit 2850bd2f authored by ytbdmhy's avatar ytbdmhy

修复审核相关

parent 3a9a8cb8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div> <div>
<h2 class="imtil">基础信息</h2> <h2 class="imtil">基础信息</h2>
<div class="wrap"> <div class="wrap">
<!-- <div class="masks"></div>--> <!-- <div class="masks"></div>-->
<el-form ref="form4" :model="form4" class="form4" label-width="auto"> <el-form ref="form4" :model="form4" class="form4" label-width="auto">
<el-form-item label="被终止人姓名姓名"> <el-form-item label="被终止人姓名姓名">
<el-input v-model="form4.name"></el-input> <el-input v-model="form4.name"></el-input>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</div> </div>
<h2 class="imtil">参保注销信息</h2> <h2 class="imtil">参保注销信息</h2>
<div class="wrap"> <div class="wrap">
<!-- <div class="masks"></div>--> <!-- <div class="masks"></div>-->
<el-form ref="form4" :model="form4" class="form4" label-width="auto"> <el-form ref="form4" :model="form4" class="form4" label-width="auto">
<el-form-item label="终止原因"> <el-form-item label="终止原因">
<el-input v-model="form4.cancel_res"></el-input> <el-input v-model="form4.cancel_res"></el-input>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</div> </div>
<h2 class="imtil">个人账户终止结算信息</h2> <h2 class="imtil">个人账户终止结算信息</h2>
<div class="wrap"> <div class="wrap">
<!-- <div class="masks"></div>--> <!-- <div class="masks"></div>-->
<el-form ref="form4" :model="form4" class="form4" label-width="auto"> <el-form ref="form4" :model="form4" class="form4" label-width="auto">
<el-form-item label="个人账户余额"> <el-form-item label="个人账户余额">
<el-input v-model="form4.account_balance"></el-input> <el-input v-model="form4.account_balance"></el-input>
...@@ -71,8 +71,8 @@ ...@@ -71,8 +71,8 @@
<el-form-item label="应抵扣重复领取其他社会保险待遇"> <el-form-item label="应抵扣重复领取其他社会保险待遇">
<el-input v-model="form4.other_overApply"></el-input> <el-input v-model="form4.other_overApply"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="发放账户"> <el-form-item label="发放账户类型">
<el-input placeholder="该框暂无对应字段,请联系开发人员"></el-input> <el-input v-model="form4.provide_account"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-form ref="form4" :model="form4" class="form4" label-width="auto"> <el-form ref="form4" :model="form4" class="form4" label-width="auto">
...@@ -86,13 +86,13 @@ ...@@ -86,13 +86,13 @@
<el-input v-model="form4.account_totle"></el-input> <el-input v-model="form4.account_totle"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="发放账户的账号"> <el-form-item label="发放账户的账号">
<el-input placeholder="该框暂无对应字段,请联系开发人员"></el-input> <el-input v-model="form4.bankAccount"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<h2 class="imtil">指定受益人或法定继承人</h2> <h2 class="imtil">指定受益人或法定继承人</h2>
<div class="wrap"> <div class="wrap">
<!-- <div class="masks"></div>--> <!-- <div class="masks"></div>-->
<el-form ref="form4" :model="form4" class="form4" label-width="auto"> <el-form ref="form4" :model="form4" class="form4" label-width="auto">
<el-form-item label="姓名"> <el-form-item label="姓名">
<el-input v-model="form4.bailor_name"></el-input> <el-input v-model="form4.bailor_name"></el-input>
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
import CryptoJS from 'crypto-js' import CryptoJS from 'crypto-js'
import {Loading} from 'element-ui'; import {Loading} from 'element-ui';
import {formatDate} from "@/utils/datetime";
export default { export default {
data() { data() {
...@@ -206,6 +207,7 @@ ...@@ -206,6 +207,7 @@
wuserId: "", wuserId: "",
address: "", address: "",
birth_day: "", birth_day: "",
bankAccount: "",
}, },
urls: [], urls: [],
show: "" show: ""
...@@ -242,7 +244,7 @@ ...@@ -242,7 +244,7 @@
this.$router.back(); this.$router.back();
// 关闭当前标签 // 关闭当前标签
let closeAll = document.querySelectorAll(".el-icon-close"); let closeAll = document.querySelectorAll(".el-icon-close");
for(let j = 0, len = closeAll.length; j < len; j++) { for (let j = 0, len = closeAll.length; j < len; j++) {
if (closeAll[j].previousSibling != null && closeAll[j].previousSibling.innerText === "参保注销审核 ") { if (closeAll[j].previousSibling != null && closeAll[j].previousSibling.innerText === "参保注销审核 ") {
closeAll[j].click(); closeAll[j].click();
return; return;
...@@ -308,7 +310,7 @@ ...@@ -308,7 +310,7 @@
this.$router.back(); this.$router.back();
// 关闭当前标签 // 关闭当前标签
let closeAll = document.querySelectorAll(".el-icon-close"); let closeAll = document.querySelectorAll(".el-icon-close");
for(let j = 0, len = closeAll.length; j < len; j++) { for (let j = 0, len = closeAll.length; j < len; j++) {
if (closeAll[j].previousSibling != null && closeAll[j].previousSibling.innerText === "参保注销审核 ") { if (closeAll[j].previousSibling != null && closeAll[j].previousSibling.innerText === "参保注销审核 ") {
closeAll[j].click(); closeAll[j].click();
return; return;
...@@ -358,15 +360,15 @@ ...@@ -358,15 +360,15 @@
}, },
}, },
created() { created() {
if (typeof(this.$route.params.insCan) !== "undefined" && this.$route.params.insCan.info) { if (typeof (this.$route.params.insCan) !== "undefined" && this.$route.params.insCan.info) {
this.show = this.$route.params.insCan.show; this.show = this.$route.params.insCan.show;
sessionStorage.setItem("insCanInfo", this.$route.params.insCan.info); sessionStorage.setItem("insCanInfo", this.$route.params.insCan.info);
sessionStorage.setItem("insCanItems", JSON.stringify(this.$route.params.insCan)); sessionStorage.setItem("insCanItems", JSON.stringify(this.$route.params.insCan));
} }
let obj = JSON.parse(sessionStorage.getItem("insCanItems"));
this.form4 = JSON.parse(sessionStorage.getItem("insCanInfo")); this.form4 = JSON.parse(sessionStorage.getItem("insCanInfo"));
this.form4.name = this.form4.name ? this.decrypt(this.form4.name) : ""; this.form4.name = this.form4.name ? this.decrypt(this.form4.name) : obj.name;
this.form4.identity_number = this.form4.identity_number ? this.decrypt(this.form4.identity_number) : ""; this.form4.identity_number = this.form4.identity_number ? this.decrypt(this.form4.identity_number) : "";
let obj = JSON.parse(sessionStorage.getItem("insCanItems"));
if (obj.bankpic) { if (obj.bankpic) {
this.bb = true; this.bb = true;
this.itmebs = "银行卡"; this.itmebs = "银行卡";
...@@ -388,7 +390,10 @@ ...@@ -388,7 +390,10 @@
this.urls.push("http://socialsecurity.oss-cn-beijing.aliyuncs.com/" + obj.idcardbackpic); this.urls.push("http://socialsecurity.oss-cn-beijing.aliyuncs.com/" + obj.idcardbackpic);
this.form4.sex = this.form4.sex === 1 ? "男" : "女"; this.form4.sex = this.form4.sex === 1 ? "男" : "女";
this.form4.bailor_sex = this.form4.bailor_sex === 1 ? "男" : "女"; this.form4.bailor_sex = this.form4.bailor_sex === 1 ? "男" : "女";
if (this.form4.birth_day !== null) {
this.form4.birth_day = formatDate(this.form4.birth_day.time);
} }
},
} }
</script> </script>
<style> <style>
......
...@@ -291,6 +291,7 @@ ...@@ -291,6 +291,7 @@
methods: { methods: {
//搜索 //搜索
search() { search() {
Loading.service();
let data = { let data = {
idCard: this.idCard ? this.Encrypt(this.idCard) : "", idCard: this.idCard ? this.Encrypt(this.idCard) : "",
name: this.name ? this.Encrypt(this.name) : "", name: this.name ? this.Encrypt(this.name) : "",
...@@ -310,8 +311,15 @@ ...@@ -310,8 +311,15 @@
this.tableData = res.data.content this.tableData = res.data.content
this.totals = res.data.totalSize this.totals = res.data.totalSize
this.pageNum = res.data.pageNum this.pageNum = res.data.pageNum
let loadingInstance = Loading.service();
this.$nextTick(() => { // 以服务的方式调用的 Loading 需要异步关闭
loadingInstance.close();
});
}).catch((res) => { }).catch((res) => {
let loadingInstance = Loading.service();
this.$nextTick(() => { // 以服务的方式调用的 Loading 需要异步关闭
loadingInstance.close();
});
}); });
}, },
current_change(ss) { current_change(ss) {
......
...@@ -282,11 +282,11 @@ ...@@ -282,11 +282,11 @@
sessionStorage.setItem("supPayInfo", this.$route.params.supPay.info); sessionStorage.setItem("supPayInfo", this.$route.params.supPay.info);
sessionStorage.setItem("supPayItems", JSON.stringify(this.$route.params.supPay)); sessionStorage.setItem("supPayItems", JSON.stringify(this.$route.params.supPay));
} }
let obj = JSON.parse(sessionStorage.getItem("supPayItems"));
this.form = JSON.parse(sessionStorage.getItem("supPayInfo")); this.form = JSON.parse(sessionStorage.getItem("supPayInfo"));
this.form.name = this.form.name ? this.decrypt(this.form.name) : ""; this.form.name = this.form.name ? this.decrypt(this.form.name) : obj.name;
this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : ""; this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : "";
this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : ""; this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : "";
let obj = JSON.parse(sessionStorage.getItem("supPayItems"));
if (obj.bankpic) { if (obj.bankpic) {
this.bb = true; this.bb = true;
this.itmebs = "银行卡"; this.itmebs = "银行卡";
......
...@@ -292,6 +292,7 @@ ...@@ -292,6 +292,7 @@
name:"待遇申请审核", name:"待遇申请审核",
params:{ params:{
treApp: { treApp: {
name: this.tableData[s].name,
recordId: this.tableData[s].recordId, recordId: this.tableData[s].recordId,
info:this.tableData[s].info, info:this.tableData[s].info,
bankpic:this.tableData[s].bankpic, bankpic:this.tableData[s].bankpic,
...@@ -310,6 +311,7 @@ ...@@ -310,6 +311,7 @@
name:"参保注销审核", name:"参保注销审核",
params:{ params:{
insCan: { insCan: {
name: this.tableData[s].name,
recordId: this.tableData[s].recordId, recordId: this.tableData[s].recordId,
info:this.tableData[s].info, info:this.tableData[s].info,
bankpic:this.tableData[s].bankpic, bankpic:this.tableData[s].bankpic,
...@@ -328,6 +330,7 @@ ...@@ -328,6 +330,7 @@
name:"补缴保费审核", name:"补缴保费审核",
params:{ params:{
supPay: { supPay: {
name: this.tableData[s].name,
recordId: this.tableData[s].recordId, recordId: this.tableData[s].recordId,
info:this.tableData[s].info, info:this.tableData[s].info,
bankpic:this.tableData[s].bankpic, bankpic:this.tableData[s].bankpic,
...@@ -346,6 +349,7 @@ ...@@ -346,6 +349,7 @@
name:"升档改办审核", name:"升档改办审核",
params:{ params:{
upgReo: { upgReo: {
name: this.tableData[s].name,
recordId: this.tableData[s].recordId, recordId: this.tableData[s].recordId,
info:this.tableData[s].info, info:this.tableData[s].info,
bankpic:this.tableData[s].bankpic, bankpic:this.tableData[s].bankpic,
...@@ -364,6 +368,7 @@ ...@@ -364,6 +368,7 @@
name:"关系转移审核", name:"关系转移审核",
params:{ params:{
traRel: { traRel: {
name: this.tableData[s].name,
recordId: this.tableData[s].recordId, recordId: this.tableData[s].recordId,
info:this.tableData[s].info, info:this.tableData[s].info,
bankpic:this.tableData[s].bankpic, bankpic:this.tableData[s].bankpic,
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<el-form ref="form" :model="form" class="form" label-width="auto"> <el-form ref="form" :model="form" class="form" label-width="auto">
<el-form-item label="户籍地地址"> <el-form-item label="转移后户籍地地址">
<el-input v-model="form.new_Address"></el-input> <el-input v-model="form.new_Address"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="银行账号"> <el-form-item label="银行账号">
...@@ -270,11 +270,11 @@ ...@@ -270,11 +270,11 @@
sessionStorage.setItem("traRelInfo", this.$route.params.traRel.info); sessionStorage.setItem("traRelInfo", this.$route.params.traRel.info);
sessionStorage.setItem("traRelItems", JSON.stringify(this.$route.params.traRel)); sessionStorage.setItem("traRelItems", JSON.stringify(this.$route.params.traRel));
} }
let obj = JSON.parse(sessionStorage.getItem("traRelItems"));
this.form = JSON.parse(sessionStorage.getItem("traRelInfo")); this.form = JSON.parse(sessionStorage.getItem("traRelInfo"));
this.form.name = this.form.name ? this.decrypt(this.form.name) : ""; this.form.name = this.form.name ? this.decrypt(this.form.name) : obj.name;
this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : ""; this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : "";
this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : ""; this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : "";
let obj = JSON.parse(sessionStorage.getItem("supPayItems"));
if (obj.bankpic) { if (obj.bankpic) {
this.bb = true; this.bb = true;
this.itmebs = "银行卡"; this.itmebs = "银行卡";
......
...@@ -301,11 +301,11 @@ ...@@ -301,11 +301,11 @@
sessionStorage.setItem("treAppInfo", this.$route.params.treApp.info); sessionStorage.setItem("treAppInfo", this.$route.params.treApp.info);
sessionStorage.setItem("treAppItems", JSON.stringify(this.$route.params.treApp)); sessionStorage.setItem("treAppItems", JSON.stringify(this.$route.params.treApp));
} }
var obj = JSON.parse(sessionStorage.getItem("treAppItems"));
this.form = JSON.parse(sessionStorage.getItem("treAppInfo")); this.form = JSON.parse(sessionStorage.getItem("treAppInfo"));
this.form.name = this.form.name ? this.decrypt(this.form.name) : ""; this.form.name = this.form.name ? this.decrypt(this.form.name) : obj.name;
this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : ""; this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : "";
this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : ""; this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : "";
var obj = JSON.parse(sessionStorage.getItem("treAppItems"));
if (obj.bankpic) { if (obj.bankpic) {
this.bb = true; this.bb = true;
this.itmebs = "银行卡"; this.itmebs = "银行卡";
......
...@@ -277,11 +277,11 @@ ...@@ -277,11 +277,11 @@
sessionStorage.setItem("upgReoInfo", this.$route.params.upgReo.info); sessionStorage.setItem("upgReoInfo", this.$route.params.upgReo.info);
sessionStorage.setItem("upgReoItems", JSON.stringify(this.$route.params.upgReo)); sessionStorage.setItem("upgReoItems", JSON.stringify(this.$route.params.upgReo));
} }
let obj = JSON.parse(sessionStorage.getItem("upgReoItems"));
this.form = JSON.parse(sessionStorage.getItem("upgReoInfo")); this.form = JSON.parse(sessionStorage.getItem("upgReoInfo"));
this.form.name = this.form.name ? this.decrypt(this.form.name) : ""; this.form.name = this.form.name ? this.decrypt(this.form.name) : obj.name;
this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : ""; this.form.identity_number = this.form.identity_number ? this.decrypt(this.form.identity_number) : "";
this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : ""; this.form.telphoneValue = this.form.telphoneValue ? this.decrypt(this.form.telphoneValue) : "";
let obj = JSON.parse(sessionStorage.getItem("supPayItems"));
if (obj.bankpic) { if (obj.bankpic) {
this.bb = true; this.bb = true;
this.itmebs = "银行卡"; this.itmebs = "银行卡";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment