diff --git a/src/views/classMessage/classMessage/components/list.vue b/src/views/classMessage/classMessage/components/list.vue
index 42591ea..5d20133 100644
--- a/src/views/classMessage/classMessage/components/list.vue
+++ b/src/views/classMessage/classMessage/components/list.vue
@@ -63,7 +63,11 @@
-
+
+
+ {{ row.PLACE_NAME ? row.PLACE_NAME : row.PLACE }}
+
+
diff --git a/src/views/xgf/allPeopleList/components/list.vue b/src/views/xgf/allPeopleList/components/list.vue
index 4f4de6e..8a8bd8f 100644
--- a/src/views/xgf/allPeopleList/components/list.vue
+++ b/src/views/xgf/allPeopleList/components/list.vue
@@ -60,11 +60,12 @@
-
+
详情
审批详情
审批流程
+ 重新推送
审批
委托制单单位审批
电子合格证
@@ -127,6 +128,31 @@ export default {
page: 1,
limit: 10
},
+ form: {
+ STATUS: null,
+ APPOINT_CORP_ID: '',
+ APPOINT_CORP_NAME: '',
+ APPOINT_DEPARTMENT_ID: null,
+ APPOINT_DEPARTMENT_NAME: '',
+ APPOINT_USER_ID: null,
+ APPOINT_USER_NAME: '',
+ APPOINT_ANNEX: null,
+ OPINION: '',
+ STEP: false,
+ LIMIT_END_TIME: '',
+ user: '',
+ XGF_USER_ID:'',
+ FLOWS_STEP:'1',
+ FLOWS_TYPE:'2',
+ repeatPush: '1',
+ tm: new Date().getTime(),
+ list: [],
+ isShow: true,
+ info: {},
+ TYPE: null,
+ BACK_NAME: '',
+ BACK_STEP: ''
+ },
total: 0,
varList: [],
KEYWORDS: '',
@@ -168,6 +194,72 @@ export default {
}
this.getList()
},
+ // 推送人员
+ sendMessage(item){
+ this.form.STATUS = 1
+ this.form.STEP = false
+ this.form.TYPE = 2
+ this.form.BACK_STEP = -1
+ this.form.XGF_USER_ID = item.XGF_USER_ID
+ this.form.repeatPush = '1'
+ this.form.FLOWS_STEP = '1'
+ this.form.FLOWS_TYPE = '2'
+ if (this.form.TYPE !== '2') {
+ this.loading = true
+ requestFN('/xgf/user/approveMax', this.form)
+ .then((data) => {
+ if (data.code === '0') {
+ this.$message.success('推送成功')
+ this.visible = false
+ this.$emit('refresh', '')
+ this.handleClose()
+ } else {
+ this.$message.error(data.errorMessage)
+ }
+
+ this.loading = false
+ })
+ .catch((e) => {
+ console.log(e)
+ })
+ } else {
+ const formData = new FormData()
+ this.form.chengNuoFlag = '1'
+ Object.keys(this.form).map(key => {
+ formData.append(key, this.form[key])
+ })
+ if (this.form.APPOINT_ANNEX) {
+ for (let i = 0; i < this.form.APPOINT_ANNEX.length; i++) {
+ formData.append('weiTuoShu', this.form.APPOINT_ANNEX[i].raw)
+ }
+ }
+ this.loading = true
+ upload('/xgf/user/approveMax', formData)
+ .then((data) => {
+ this.$message.success('推送成功')
+ this.visible = false
+ this.$emit('refresh', '')
+ this.handleClose()
+ this.loading = false
+ })
+ .catch((e) => {
+ console.log(e)
+ })
+ }
+ },
+ handleClose() {
+ this.form = {
+ STATUS: '',
+ APPOINT_DEPARTMENT_ID: null,
+ APPOINT_DEPARTMENT_NAME: '',
+ APPOINT_USER_ID: '',
+ APPOINT_USER_NAME: '',
+ OPINION: '',
+ user: '',
+ list: [],
+ tm: new Date().getTime()
+ }
+ },
goKeyReset() {
this.KEYWORDS = ''
this.STATUS = ''
diff --git a/src/views/xgf/flow_audit/userInfo.vue b/src/views/xgf/flow_audit/userInfo.vue
index 4f00b7b..d16e1e6 100644
--- a/src/views/xgf/flow_audit/userInfo.vue
+++ b/src/views/xgf/flow_audit/userInfo.vue
@@ -275,6 +275,7 @@
style="object-fit: cover; width: 40px; height: 40px"/>