-
@@ -557,7 +557,7 @@ export default {
updataFj(item) {
let id
let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
+ if (type[1] === 'pdf' || type[1] === 'PDF') {
id = item.attId
} else {
id = item.oriAttId
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
index d5dd0855d..b95419445 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
@@ -481,7 +481,6 @@ export default {
this.form.cid = data.cid || data.form.cid;
this.form.endTime = data.endTime || data.form.endTime;
this.form.cname = data.cname || data.form.cname;
-
this.oldData = JSON.parse(JSON.stringify(data.info))
var arr = []
data.info.forEach(item => {
diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
index 69b40fafe..991236c97 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
@@ -847,10 +847,14 @@
standerArea: '', // 标准化工作领域
mark: '', // 备注
wgNetInfos: [], // 秘书联系方式
+ wgNetInfosDel: '',
wgMeetingInfos: [], // 参会记录
+ wgMeetingInfosDel: '',
wgDepts: [], // 集团参与
- wgStandorpolicyInfos: [], // 标准政策
+ wgDeptsDel: '',
wgPayInfos: [], // 支付信息
+ wgPayInfosDel: '',
+ wgStandorpolicyInfos: [], // 标准政策
},
addFormRules: {
number: [
@@ -1235,6 +1239,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delNetInfos.length; s++) {
+ if (this.addForm.wgNetInfosDel) {
+ this.addForm.wgNetInfosDel += ','
+ this.addForm.wgNetInfosDel += this.delNetInfos[s].id
+ } else {
+ this.addForm.wgNetInfosDel = this.delNetInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgNetInfos.length; a++) {
this.delNetInfos.forEach(item => {
if (this.addForm.wgNetInfos[a].joinId === item.joinId) {
@@ -1256,6 +1268,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delDepts.length; s++) {
+ if (this.addForm.wgDeptsDel) {
+ this.addForm.wgDeptsDel += ','
+ this.addForm.wgDeptsDel += this.delDepts[s].id
+ } else {
+ this.addForm.wgDeptsDel = this.delDepts[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgDepts.length; a++) {
this.delDepts.forEach(item => {
if (this.addForm.wgDepts[a].joinId === item.joinId) {
@@ -1277,6 +1297,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delPayInfos.length; s++) {
+ if (this.addForm.wgPayInfosDel) {
+ this.addForm.wgPayInfosDel += ','
+ this.addForm.wgPayInfosDel += this.delPayInfos[s].id
+ } else {
+ this.addForm.wgPayInfosDel = this.delPayInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgPayInfos.length; a++) {
this.delPayInfos.forEach(item => {
if (this.addForm.wgPayInfos[a].joinId === item.joinId) {
@@ -1298,6 +1326,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delMeetingInfos.length; s++) {
+ if (this.addForm.wgMeetingInfosDel) {
+ this.addForm.wgMeetingInfosDel += ','
+ this.addForm.wgMeetingInfosDel += this.delMeetingInfos[s].id
+ } else {
+ this.addForm.wgMeetingInfosDel = this.delMeetingInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgMeetingInfos.length; a++) {
this.delMeetingInfos.forEach(item => {
if (this.addForm.wgMeetingInfos[a].joinId === item.joinId) {
diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
index 243d764c0..ec9cbecd6 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
@@ -767,10 +767,14 @@
standerArea: '', // 标准化工作领域
mark: '', // 备注
wgNetInfos: [], // 秘书联系方式
+ wgNetInfosDel: '',
wgMeetingInfos: [], // 参会记录
+ wgMeetingInfosDel: '',
wgDepts: [], // 集团参与
- wgStandorpolicyInfos: [], // 标准政策
+ wgDeptsDel: '',
wgPayInfos: [], // 支付信息
+ wgPayInfosDel: '',
+ wgStandorpolicyInfos: [], // 标准政策
},
addFormRules: {
number: [
@@ -1112,6 +1116,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delNetInfos.length; s++) {
+ if (this.addForm.wgNetInfosDel) {
+ this.addForm.wgNetInfosDel += ','
+ this.addForm.wgNetInfosDel += this.delNetInfos[s].id
+ } else {
+ this.addForm.wgNetInfosDel = this.delNetInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgNetInfos.length; a++) {
this.delNetInfos.forEach(item => {
if (this.addForm.wgNetInfos[a].joinId === item.joinId) {
@@ -1133,6 +1145,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delDepts.length; s++) {
+ if (this.addForm.wgDeptsDel) {
+ this.addForm.wgDeptsDel += ','
+ this.addForm.wgDeptsDel += this.delDepts[s].id
+ } else {
+ this.addForm.wgDeptsDel = this.delDepts[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgDepts.length; a++) {
this.delDepts.forEach(item => {
if (this.addForm.wgDepts[a].joinId === item.joinId) {
@@ -1154,6 +1174,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delPayInfos.length; s++) {
+ if (this.addForm.wgPayInfosDel) {
+ this.addForm.wgPayInfosDel += ','
+ this.addForm.wgPayInfosDel += this.delPayInfos[s].id
+ } else {
+ this.addForm.wgPayInfosDel = this.delPayInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgPayInfos.length; a++) {
this.delPayInfos.forEach(item => {
if (this.addForm.wgPayInfos[a].joinId === item.joinId) {
@@ -1175,6 +1203,14 @@
confirmButtonClass: 'common-button-primary',
roundButton: true
}).then(() => {
+ for (let s = 0; s < this.delMeetingInfos.length; s++) {
+ if (this.addForm.wgMeetingInfosDel) {
+ this.addForm.wgMeetingInfosDel += ','
+ this.addForm.wgMeetingInfosDel += this.delMeetingInfos[s].id
+ } else {
+ this.addForm.wgMeetingInfosDel = this.delMeetingInfos[s].id
+ }
+ }
for (let a = 0; a < this.addForm.wgMeetingInfos.length; a++) {
this.delMeetingInfos.forEach(item => {
if (this.addForm.wgMeetingInfos[a].joinId === item.joinId) {
From 7324a82385431f92ac03e7fac947ff179ed76fb9 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Wed, 15 Dec 2021 11:16:37 +0800
Subject: [PATCH 03/13] commit
---
.../workingGroup/components/workingGroup1/index.vue | 6 +++---
.../workingGroup/components/workingGroup2/index.vue | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
index 991236c97..40e39f1ab 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
@@ -156,7 +156,7 @@
width="150">
-
+
-
+
-
+
-
+
-
+
-
+
Date: Wed, 15 Dec 2021 14:30:55 +0800
Subject: [PATCH 04/13] commit
---
.../pages/creatProcess/bzzqyj/step1-1.vue | 6 ++---
.../pages/creatProcess/bzzqyj/step1.vue | 6 ++---
.../pages/creatProcess/bzzqyj/step2.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step3.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step4-1.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step4-2.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step4.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step5.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step6.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step7.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step8.vue | 9 +-------
.../pages/creatProcess/bzzqyj/step9.vue | 9 +-------
.../components/workingGroup1/index.vue | 22 +++++++++++++++----
.../components/workingGroup2/index.vue | 21 +++++++++++-------
14 files changed, 47 insertions(+), 98 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
index c82eb09dd..811f5d5b1 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
@@ -327,7 +327,7 @@
:action="fileUrl"
ref="importfile"
name="file"
- accept=".ZIP, .zip, .docx, .DOCX, .xls, .xlsx"
+ accept=".ZIP, .zip, .docx, .DOCX, .xls, .xlsx, .pdf, .PDF"
:before-upload="beginImportFile"
:on-success="importFileSuccess"
:on-remove="importFileRemove"
@@ -476,10 +476,10 @@ export default {
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF') {
return true
} else {
- this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
index bb5f72f62..6c38bb7cb 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
@@ -342,7 +342,7 @@
:action="fileUrl"
ref="importfile"
name="file"
- accept=".ZIP, .zip, .docx, .DOCX, .xls, .xlsx"
+ accept=".ZIP, .zip, .docx, .DOCX, .xls, .xlsx, .pdf, .PDF"
:before-upload="beginImportFile"
:on-success="importFileSuccess"
:on-remove="importFileRemove"
@@ -489,10 +489,10 @@ export default {
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF') {
return true
} else {
- this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS文件')
+ this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件')
return false
}
// 判断文件上传大小
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue
index 3a573f99c..028661cc1 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step2.vue
@@ -255,14 +255,7 @@ export default {
})
},
updataFj (item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get("lawss/activiti/get_list_by_instance", {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
index 5dc8a02c7..e0062beed 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue
@@ -464,14 +464,7 @@
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-1.vue
index 8a5edbd2d..6cbadc4ec 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-1.vue
@@ -365,14 +365,7 @@
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-2.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-2.vue
index 5caae05e7..7eaad4088 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4-2.vue
@@ -357,14 +357,7 @@
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
index 9ec1b19d8..1468ea86b 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
@@ -550,14 +550,7 @@ export default {
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue
index 995ed952d..5e1e6bcca 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue
@@ -473,14 +473,7 @@
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get("lawss/activiti/get_list_by_instance", {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
index b95419445..884d04912 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step6.vue
@@ -364,14 +364,7 @@ export default {
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get("lawss/activiti/get_list_by_instance", {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
index 6e959ee91..3fe206cb5 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step7.vue
@@ -361,14 +361,7 @@ export default {
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
index 31006296c..b3d4a40f9 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue
@@ -361,14 +361,7 @@ export default {
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get('lawss/activiti/get_list_by_instance', {
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
index 95c0b267d..6055e3d72 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step9.vue
@@ -361,14 +361,7 @@ export default {
})
},
updataFj(item) {
- let id
- let type = item.fileName.split('.')
- if (type[1] === 'pdf') {
- id = item.attId
- } else {
- id = item.oriAttId
- }
- window.open('/static/pdf/phone/bzzqyjViewer.html?file=' + encodeURIComponent('/api/att/attFile/getFileInfo?fileId=' + id))
+ window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
},
getHistoryData() {
this.$http.get("lawss/activiti/get_list_by_instance", {
diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
index 40e39f1ab..09b62375f 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue
@@ -290,7 +290,7 @@
align="center">
-
+
{{ item.name }}
@@ -416,7 +416,7 @@
align="center">
-
+
{{ item.name }}
@@ -523,7 +523,7 @@
align="center">
-
+
{{ item.name }}
@@ -1029,8 +1029,22 @@
this.addDrawer2 = false
}, // 关闭添加标准事件
updateFile (item) {
- window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
+ const attId = item.attId
+ if (attId) {
+ window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId
+ } else {
+ this.$message.warning('文件不存在,下载失败')
+ }
},
+ clickButtonToUpload (file) {
+ const attId = file.attId
+ if (attId) {
+ window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId
+ } else {
+ this.$message.warning('文件不存在,下载失败')
+ }
+ },
+
checkRole(type, index, row) {
if (row) {
this.nodeList = []
diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
index 5fbfb96ab..966207c0f 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
@@ -173,7 +173,7 @@
align="center"
width="150">
-
+
-
+
@@ -262,7 +262,7 @@
align="center"
width="150">
-
+
-
+
-
+
{{ item.name }}
@@ -416,7 +416,7 @@
align="center">
-
+
{{ item.name }}
@@ -523,7 +523,7 @@
align="center">
-
+
{{ item.name }}
@@ -906,7 +906,12 @@
this.addDrawer2 = false
}, // 关闭添加标准事件
updateFile (item) {
- window.location.href = '/api/att/attFile/downloadFile?fileId=' + item.id
+ const attId = item.attId
+ if (attId) {
+ window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId
+ } else {
+ this.$message.warning('文件不存在,下载失败')
+ }
},
checkRole(type, index, row) {
if (row) {
From bb81f6954fb9bdbfd7a72bf9dc6259e3df161cdc Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Wed, 15 Dec 2021 14:41:18 +0800
Subject: [PATCH 05/13] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=80=89?=
=?UTF-8?q?=E4=BA=BA=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/phone.js | 9 +
src/components/index.js | 3 +
src/components/phoneRole/index.vue | 250 ++++++++++++++++++
.../pages/phone/wfhxzg/step5.vue | 39 ++-
4 files changed, 291 insertions(+), 10 deletions(-)
create mode 100644 src/api/phone.js
create mode 100644 src/components/phoneRole/index.vue
diff --git a/src/api/phone.js b/src/api/phone.js
new file mode 100644
index 000000000..ae39051e5
--- /dev/null
+++ b/src/api/phone.js
@@ -0,0 +1,9 @@
+import axios from "@/common/axiosV2";
+
+export function phoneUser(params) {
+ return axios({
+ url: "api/sys/user/getUserByPhone",
+ method: "get",
+ params
+ });
+}
diff --git a/src/components/index.js b/src/components/index.js
index d5f444b04..4d040a51b 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -27,6 +27,8 @@ import SQTree from './SQTree'
import OrgTable from './OrgTable'
import MySelect from './mySelect'
+import phoneRole from './phoneRole'
+
const install = function (Vue) {
Vue.component('loading', Loading)
Vue.component('navMenu', NavMenu)
@@ -52,6 +54,7 @@ const install = function (Vue) {
Vue.component('RoleTree', RoleTree)
Vue.component('MechanismTree', MechanismTree)
Vue.component('MySelect', MySelect)
+ Vue.component('phoneRole', phoneRole)
}
export default {
diff --git a/src/components/phoneRole/index.vue b/src/components/phoneRole/index.vue
new file mode 100644
index 000000000..132ce3b5b
--- /dev/null
+++ b/src/components/phoneRole/index.vue
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确认
+
+
+
+
+
+
+
+
diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue
index b438e87c6..1bb102429 100644
--- a/src/pages/processCenter/pages/phone/wfhxzg/step5.vue
+++ b/src/pages/processCenter/pages/phone/wfhxzg/step5.vue
@@ -134,6 +134,7 @@
show-submit
show-back
approval
+ show-transfer
@back="handleSubmitNo"
:submitLoading="isSubmit"
:isSubmitBack="backLoading"
@@ -152,12 +153,19 @@
>
- -->
+
+
@@ -207,6 +215,12 @@ export default {
// 驳回弹窗状态
backDialog: false,
+ // 储存手机端选人集合
+ phoneRoleList: [],
+ roleTitle: '',
+ showPage: false,
+ phoneRole: '',
+
}
},
components: {
@@ -308,11 +322,18 @@ export default {
this.isSubmit = false
})
},
- drawerCheck (data) {
- this.turnLoading = true
+
+ // 转办按钮
+ handleTurnTo() {
+ this.showPage = true
+ this.roleTitle = '转办处理人'
+ },
+ // 转办选人框
+ phoneSumit (data) {
+ this.phoneRoleList = data
changeAssigneeNew({
taskId: this.taskIds, // 任务id
- assignee: data[0].id, // 被委托人
+ assignee: data[0].usId, // 被委托人
userId: this.userId, // 委托人
pId: this.pId // 流程实例
}).then(res =>{
@@ -324,12 +345,7 @@ export default {
this.$message.warning(res.message)
}
})
- this.modalshowflag = false
- },
- // 转办按钮
- handleTurnTo() {
- this.modalshowflag = true
- this.drawerTitle = '转办处理人'
+ // this.showPage = false
},
handleSubmitNo() {
this.backLoading = true
@@ -402,6 +418,9 @@ export default {
pageSizeChange () {
this.getTableByPage()
},
+ showPagePC() {
+ this.showPage = true
+ },
}
}
From 9d0885916425bf6cd537179ffa329b004d002999 Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Wed, 15 Dec 2021 15:44:46 +0800
Subject: [PATCH 06/13] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=8E=86=E5=8F=B224?=
=?UTF-8?q?=E5=B0=8F=E6=97=B6=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHd-rh/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHd-rh/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHd-rh/step5.vue | 4 ++--
.../processCenter/pages/creatProcess/bzhHd-rh/step6-1.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHd-rh/step6.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHh-hh/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue | 2 +-
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue | 4 ++--
.../processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/wfhxzg/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/wfhxzg/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/wfhxzg/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/wfhxzg/step5-1.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/wfhxzg/step5.vue | 4 ++--
19 files changed, 37 insertions(+), 37 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue
index fee7e0340..0c1ce8d08 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step2.vue
@@ -163,7 +163,7 @@
sortable="custom"
align="center">
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
index 6d606aad2..f826a4d4f 100644
--- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue
@@ -162,7 +162,7 @@
sortable="custom"
align="center">
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
Date: Wed, 15 Dec 2021 15:51:27 +0800
Subject: [PATCH 07/13] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=8E=86=E5=8F=B224?=
=?UTF-8?q?=E5=B0=8F=E6=97=B6=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzqdfb/step1-4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzqdfb/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzqdfb/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/bzqdfb/step4.vue | 4 ++--
.../processCenter/pages/creatProcess/cywbbzzxd/step3.vue | 4 ++--
.../processCenter/pages/creatProcess/cywbbzzxd/step4.vue | 4 ++--
.../processCenter/pages/creatProcess/cywbbzzxd/step5.vue | 4 ++--
.../processCenter/pages/creatProcess/cywbbzzxd/step6.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/jrbzhxh/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/jrbzhxh/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/jrbzhxh/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfs/step1-4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfs/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfs/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfs/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step1-7.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step2.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step3.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step4.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step5.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step6.vue | 4 ++--
src/pages/processCenter/pages/creatProcess/qbfz/step7.vue | 4 ++--
23 files changed, 46 insertions(+), 46 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
index 77990f427..10b5ef783 100644
--- a/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzqdfb/step1-3.vue
@@ -177,7 +177,7 @@
label="创建时间"
align="center">
- {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD HH:mm:ss') : '' }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.createTime ? $moment(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
- {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD") : "" }}
+ {{ scope.row.endTime ? $moment(scope.row.endTime).format("YYYY-MM-DD HH:mm:ss") : "" }}
Date: Wed, 15 Dec 2021 16:16:45 +0800
Subject: [PATCH 08/13] =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=85=8D=E7=BD=AE-?=
=?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=A0=E9=99=A4=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/config/pages/attributeCustom/components/buss.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/config/pages/attributeCustom/components/buss.vue b/src/pages/config/pages/attributeCustom/components/buss.vue
index e45fbcff2..e0b1918aa 100644
--- a/src/pages/config/pages/attributeCustom/components/buss.vue
+++ b/src/pages/config/pages/attributeCustom/components/buss.vue
@@ -77,7 +77,7 @@
编辑
- 删除
+ 删除
From 2a238bfd916ab4fd7df2ed474d361cd43c6c43a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 15 Dec 2021 16:22:15 +0800
Subject: [PATCH 09/13] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE?=
=?UTF-8?q?=E8=AE=A2=E8=AE=A1=E5=88=92=E7=AE=A1=E6=8E=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../qbzxdjhgk/component/cancel.vue | 8 +-
.../qbzxdjhgk/component/delay.vue | 7 +-
.../qbzxdjhgk/component/establish.vue | 107 +++++++----------
.../qbzxdjhgk/component/merge.vue | 110 ++++++++----------
.../qbzxdjhgk/component/rename.vue | 7 +-
.../pages/creatProcess/qbzxdjhgk/step1.vue | 59 +++++-----
.../processCenter/pages/newProcess/index.vue | 6 +-
7 files changed, 144 insertions(+), 160 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue
index 2cf8d8026..0974ca740 100644
--- a/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbzxdjhgk/component/cancel.vue
@@ -97,7 +97,7 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
index 02735c0ca..fd96c045c 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
@@ -1,6 +1,6 @@
-
+
标准解读流程
发起流程
@@ -20,120 +20,64 @@
基础信息
-
-
-
-
-
-
- 导入
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 隐藏基础信息
- 展开基础信息
-
-
-
-
-
- 导入
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 导入
+
+
+
+
+
+
+
+
+
+
+ 导入
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 隐藏基础信息
+ 展开基础信息
@@ -426,6 +370,49 @@
关闭
+
+
+
@@ -434,11 +421,15 @@
import ProcessHeader from '../../components/ProcessHeader'
import ProcessFooter from '../../components/ProcessFooter'
import ProcessTitle from '../../components/ProcessTitle'
- import { saveTaskFirst, queryTaskFirst } from 'api/process'
+ import { saveTaskFirst, queryTaskFirst,taskDel } from 'api/process'
export default {
name: "bzjdStep1-1",
data() {
return {
+ listModel3: false,
+ standInfoList3: [],
+ spinShow3: false,
+ selectedList3: [],
//折叠的标志,true为折叠,false为不折叠
foldFormFlag: false,
itermsConditionsFlag: false,
@@ -535,6 +526,51 @@
ProcessTitle
},
methods: {
+ handleSelection3 (data) {
+ this.selectedList3 = [];
+ for (let i = 0; i < data.length; i++) {
+ this.selectedList3.push(data[i].id);
+ }
+ },
+ getDbList () {
+ this.$http.get('lawss/sarStandCompareHis/page', {
+ page: 1,
+ pageSize: 9999,
+ newNumOrName: this.form.itemsNum
+ }, {
+ _this: this
+ }, res => {
+ this.standInfoList3 = res.data.list
+ console.log(res);
+ }, e => {
+ })
+ },
+ addDbList () {
+ this.listModel3 = true
+ },
+ closeDrawer3 () {
+ this.listModel3 = false
+ },
+ enterDrawer3 () {
+ if (this.selectedList3.length === 1) {
+ let deposit = new Map();
+ this.standInfoList3.forEach(item => {
+ deposit.set(item.id, item);
+ });
+ let bringData = [];
+ for (let i = 0; i < this.selectedList3.length; i++) {
+ bringData.push(deposit.get(this.selectedList3[i]));
+ }
+ this.form.itemsNum1 = bringData[0].oldStandNum
+ this.form.itemsName1 = bringData[0].oldStandName
+ this.form.oldNumber = bringData[0].oldStandId
+ this.listModel3 = false
+ } else if (this.selectedList3.length > 1) {
+ this.$message.warning("只能选择一条数据进行导入");
+ } else {
+ this.$message.warning("请选择一条数据进行导入");
+ }
+ },
//折叠/展开基础信息方法
foldForm() {
this.foldFormFlag = !this.foldFormFlag
@@ -679,20 +715,14 @@
}
this.form.itemsNum = bringData[0].showNumber
this.form.itemsName = bringData[0].standName
- // if (bringData[0].splitStatus === '0') {
- // this.form.itemsNum = bringData[0].standNumSplit
- // this.form.itemsName = bringData[0].standNameSplit
- // } else {
- // this.form.itemsNum = bringData[0].showNumber
- // this.form.itemsName = bringData[0].standName
- // }
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
this.statusId = bringData[0].id
this.form.statusId = bringData[0].id
this.listModel = false;
- this.listModel2 = true
+ this.listModel3 = true
+ this.getDbList()
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
infoId: bringData[0].id,
page: 1,
@@ -857,6 +887,12 @@
}, {}, res => {
if (res.success) {
this.$message.success('流程发起成功')
+ let taskId = {
+ id: this.$route.query.bpnId
+ }
+ taskDel(taskId).then(res=>{
+ return res
+ })
this.$router.push('/processCenter')
}
})
@@ -927,6 +963,9 @@
height: calc(~'100% - 107px');
overflow: auto;
}
+ .content2 {
+ height: calc(~'100% - 57px') !important;
+ }
.standardForComments {
height: 100%;
background: #fff;
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
index 0935d0099..27d9b6888 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
@@ -46,28 +46,19 @@
clearable
>
-
+
+
+ 导入
+
+
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
- 导入
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -446,6 +380,49 @@
@checkedRole="saveUserInfo"
:nodeList="nodeList"
>
+
+
+
@@ -454,12 +431,18 @@
import ProcessHeader from '../../components/ProcessHeader'
import ProcessFooter from '../../components/ProcessFooter'
import ProcessTitle from '../../components/ProcessTitle'
-import {saveTaskFirst} from 'api/process'
+import {saveTaskFirst, taskDel} from 'api/process'
export default {
name: "bzjdStep1",
data() {
return {
+ bpnId: '',
+ listModel3: false,
+ standInfoList3: [],
+ spinShow3: false,
+ selectedList3: [],
+
//折叠的标志,true为折叠,false为不折叠
foldFormFlag: false,
itermsConditionsFlag: false,
@@ -562,6 +545,50 @@ export default {
ProcessTitle
},
methods: {
+ handleSelection3 (data) {
+ this.selectedList3 = [];
+ for (let i = 0; i < data.length; i++) {
+ this.selectedList3.push(data[i].id);
+ }
+ },
+ getDbList () {
+ this.$http.get('lawss/sarStandCompareHis/page', {
+ page: 1,
+ pageSize: 9999,
+ newNumOrName: this.form.itemsNum
+ }, {
+ _this: this
+ }, res => {
+ this.standInfoList3 = res.data.list
+ }, e => {
+ })
+ },
+ addDbList () {
+ this.listModel3 = true
+ },
+ closeDrawer3 () {
+ this.listModel3 = false
+ },
+ enterDrawer3 () {
+ if (this.selectedList3.length === 1) {
+ let deposit = new Map();
+ this.standInfoList3.forEach(item => {
+ deposit.set(item.id, item);
+ });
+ let bringData = [];
+ for (let i = 0; i < this.selectedList3.length; i++) {
+ bringData.push(deposit.get(this.selectedList3[i]));
+ }
+ this.form.itemsNum1 = bringData[0].oldStandNum
+ this.form.itemsName1 = bringData[0].oldStandName
+ this.form.oldNumber = bringData[0].id
+ this.listModel3 = false
+ } else if (this.selectedList3.length > 1) {
+ this.$message.warning("只能选择一条数据进行导入");
+ } else {
+ this.$message.warning("请选择一条数据进行导入");
+ }
+ },
//折叠/展开基础信息方法
foldForm() {
this.foldFormFlag = !this.foldFormFlag
@@ -582,14 +609,6 @@ export default {
}
})
window.open(routeUrl.href, '_blank')
- // this.$store.commit('setDetailMap', this.$route.path)
- // this.$router.push({
- // name: 'ItemSplitInfo',
- // query: {
- // infoId: row.id,
- // result: row.result,
- // }
- // })
},
setMap(data) {
data.forEach(item => {
@@ -651,7 +670,6 @@ export default {
item.ZCCSSRQ = item.attrInfoMap.ZCCSSRQ
}
})
-
this.total2 = res.data.count
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this
@@ -711,13 +729,6 @@ export default {
}
this.form.itemsNum = bringData[0].showNumber
this.form.itemsName = bringData[0].standName
- // if (bringData[0].splitStatus === '0') {
- // this.form.itemsNum = bringData[0].standNumSplit
- // this.form.itemsName = bringData[0].standNameSplit
- // } else {
- // this.form.itemsNum = bringData[0].showNumber
- // this.form.itemsName = bringData[0].standName
- // }
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
@@ -725,7 +736,8 @@ export default {
this.form.statusId = bringData[0].id
this.form.fileType = bringData[0].fileType
this.listModel = false;
- this.listModel2 = true
+ this.listModel3 = true
+ this.getDbList()
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
infoId: bringData[0].id,
page: 1,
@@ -767,13 +779,6 @@ export default {
for (let i = 0; i < this.selectedList2.length; i++) {
bringData.push(deposit.get(this.selectedList2[i]));
}
- // if (bringData[0].splitStatus === '0') {
- // this.form.itemsNum1 = bringData[0].standNumSplit
- // this.form.itemsName1 = bringData[0].standNameSplit
- // } else {
- // this.form.itemsNum1 = bringData[0].showNumber
- // this.form.itemsName1 = bringData[0].standName
- // }
if (bringData[0].standYear) {
this.form.itemsNum1 = bringData[0].standSortShow + ' ' + bringData[0].standNumber + '-' + bringData[0].standYear
} else {
@@ -897,6 +902,14 @@ export default {
}, {}, res => {
if (res.success) {
this.$message.success('流程发起成功')
+ if (this.bpnId !== '') {
+ let taskId = {
+ id: this.bpnId
+ }
+ taskDel(taskId).then(res=>{
+ return res
+ })
+ }
this.$router.push('/processCenter')
}
})
@@ -972,6 +985,9 @@ export default {
height: calc(~'100% - 107px');
overflow: auto;
}
+ .content2 {
+ height: calc(~'100% - 57px') !important;
+ }
.standardForComments {
height: 100%;
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue
index 4b69ae72a..5bad6f19c 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue
@@ -40,28 +40,14 @@
clearable
>
-
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
index ac2a92c75..c36e59a94 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
@@ -40,28 +40,14 @@
clearable
>
-
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -131,6 +67,7 @@
批量编辑
+ 查看比对
加载中...
+
+
+
+
+
+
{{ item1.itemsNum }}
+
+
+
+
+
+
+
+
{{ item2.itemsNum }}
+
+
+
+
+
+
@@ -503,6 +463,11 @@
name: "bzjdStep3",
data() {
return {
+ BDmodel: false,
+ oldNumber: '',
+ leftData: [],
+ rightData: [],
+
modalshowflag2: false,
itemId: '',
drawerModal: false,
@@ -571,6 +536,30 @@
ProcessTitle
},
methods: {
+ getBDList () {
+ this.$http.get('lawss/sarStandItemsCompareHis/getStandItemsCompareHisList', {
+ standHisId: this.oldNumber,
+ leftOrRight: 'LEFT'
+ }, {
+ _this: this
+ }, res => {
+ this.leftData = res.data
+ }, e => {
+ })
+ this.$http.get('lawss/sarStandItemsCompareHis/getStandItemsCompareHisList', {
+ standHisId: this.oldNumber,
+ leftOrRight: 'RIGHT'
+ }, {
+ _this: this
+ }, res => {
+ this.rightData = res.data
+ }, e => {
+ })
+ },
+ checkBD () {
+ this.BDmodel = true
+ this.getBDList()
+ },
itemEdit (row) {
this.itemId = row.id
this.modalshowflag2 = true
@@ -819,6 +808,7 @@
this.form.itemsName1 = data.itemsName1 || ''
this.form.itemsNum1 = data.itemsNum1 || ''
}
+ this.oldNumber = data.oldNumber || ''
this.sarType = data.standInData || data.sarType
this.json = data
let itemList
@@ -839,8 +829,6 @@
item.itemsTitle = item.itermsConditions
item.applyArctic = item.applyArctic || []
})
-
-
this.itemList = itemList
this.loading = false
}).catch(e => {
@@ -872,6 +860,9 @@
padding: 0 20px 0;
}
}
+ .myText {
+ line-height: 20px;
+ }
.myDataPick {
/deep/.el-form-item__content {
margin-left: 0px !important;
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue
index 2163d6e9d..53cae2420 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step4.vue
@@ -40,28 +40,14 @@
clearable
>
-
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue
index 143354727..86a29e90e 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step5.vue
@@ -40,28 +40,14 @@
clearable
>
-
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue
index 9154689b2..a521f2e7f 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step6.vue
@@ -40,28 +40,14 @@
clearable
>
-
+
-
-
-
-
-
-
-
+
隐藏基础信息
展开基础信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
index 811f5d5b1..a9f2bbf5a 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue
@@ -347,7 +347,7 @@
import ProcessHeader from '../../components/ProcessHeader'
import ProcessFooter from '../../components/ProcessFooter'
import ProcessTitle from '../../components/ProcessTitle'
-import {saveTaskFirst, queryTaskFirst} from 'api/process'
+import {saveTaskFirst, queryTaskFirst,taskDel} from 'api/process'
export default {
name: "bzzqyjStep1-1",
@@ -771,6 +771,12 @@ export default {
}, {}, res => {
if (res.success) {
this.$message.success('流程发起成功')
+ let taskId = {
+ id: this.$route.query.bpnId
+ }
+ taskDel(taskId).then(res=>{
+ return res
+ })
this.$router.push('/processCenter')
}
})
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
index 6c38bb7cb..a3f687cf5 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1.vue
@@ -362,12 +362,13 @@
import ProcessHeader from '../../components/ProcessHeader'
import ProcessFooter from '../../components/ProcessFooter'
import ProcessTitle from '../../components/ProcessTitle'
-import {saveTaskFirst} from 'api/process'
+import {saveTaskFirst, taskDel} from 'api/process'
export default {
name: "bzzqyjStep1",
data() {
return {
+ bpnId: '',
fileUrl: 'api/att/attFile/upload',
fileMadel: false,
OCRoptions: [],
@@ -792,6 +793,14 @@ export default {
}, {}, res => {
if (res.success) {
this.$message.success('流程发起成功')
+ if (this.bpnId !== '') {
+ let taskId = {
+ id: this.bpnId
+ }
+ taskDel(taskId).then(res=>{
+ return res
+ })
+ }
this.$router.push('/processCenter')
this.isSubmit = false
} else {