From e6a48fd3bb52078b7d388d8a087a6a6237ad1818 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 28 Apr 2022 19:20:28 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E5=8A=9E?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
anrui-system-ui/src/views/flow/doneList.vue | 13 ++++++++-----
anrui-system-ui/src/views/flow/todoList.vue | 5 +++--
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue
index 01fa7d1151..fda5dae69a 100644
--- a/anrui-system-ui/src/views/flow/doneList.vue
+++ b/anrui-system-ui/src/views/flow/doneList.vue
@@ -245,7 +245,7 @@
},
created() {
// 加载列表
- this.getList()
+ // this.getList()
this.init()
},
filters: {
@@ -271,8 +271,10 @@
loginDetails(token).then((response) => {
if (response.code === '200') {
this.loginInfo = response.data;
- this.revokeList.userSid = this.loginInfo.userSid
- this.listQuery.params.userSid = this.loginInfo.userSid
+ console.log(this.loginInfo)
+ this.revokeList.userSid = this.loginInfo.sid
+ this.listQuery.params.userSid = this.loginInfo.sid
+ this.getList()
}
});
this.getType()
@@ -286,12 +288,13 @@
const parameter_list = {
instanceId: row.procInsId,
taskId: row.taskId,
- taskName: row.taskName
+ taskName: row.taskName,
+ transactState: '01' // 已办任务状态
}
selectUrl(this.selectUrl_list).then((response) => {
if (response.code === '200') {
// this.url = 'http://120.46.131.15' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=' + getStorage()
- this.url = 'http://localhost:9532' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=123456abc'
+ this.url = 'http://localhost:9531' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=123456abc'
console.log('页面url', this.url)
} else {
this.$notify({
diff --git a/anrui-system-ui/src/views/flow/todoList.vue b/anrui-system-ui/src/views/flow/todoList.vue
index bb47be428b..951888d7b6 100644
--- a/anrui-system-ui/src/views/flow/todoList.vue
+++ b/anrui-system-ui/src/views/flow/todoList.vue
@@ -330,13 +330,14 @@
const parameter_list = {
instanceId: row.procInsId,
taskId: row.taskId,
- taskName: row.taskName
+ taskName: row.taskName,
+ transactState: '00' // 待办任务状态
}
console.log('123123123', JSON.stringify(parameter_list))
selectUrl(this.selectUrl_list).then((response) => {
if (response.code === '200') {
// this.url = 'http://120.46.131.15' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=' + getStorage()
- this.url = 'http://localhost:9532' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=123456abc'
+ this.url = 'http://localhost:9531' + response.data.url + '?row=' + row.processVariables.businessSid + '#data=' + JSON.stringify(parameter_list) + '?token=123456abc'
console.log('页面url', this.url)
} else {
this.$notify({
From fc03d57f825f2c1cb83b9b8f67684ab1ec99b65a Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 28 Apr 2022 19:23:40 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=9B=96=E7=AB=A0?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E7=AE=A1=E7=90=86=E5=92=8C=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E7=9B=96=E7=AB=A0=E7=94=B3=E8=AF=B7=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/sealContract/sealContract.js | 8 ++--
.../anrui-buscenter-ui/src/router/index.js | 17 +++++++-
.../gaizhangshenqingguanli/gaizhangAdd.vue | 2 +-
.../gaizhangshenqingguanli/gaizhangguanli.vue | 2 +-
.../gaizhangshenqingEdit.vue | 40 +++++++++++++++----
.../gaizhangshenqingInfo.vue | 22 +++++-----
6 files changed, 67 insertions(+), 24 deletions(-)
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/api/sealContract/sealContract.js b/anrui-buscenter/anrui-buscenter-ui/src/api/sealContract/sealContract.js
index e7997aef4a..395eb2f7bc 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/api/sealContract/sealContract.js
+++ b/anrui-buscenter/anrui-buscenter-ui/src/api/sealContract/sealContract.js
@@ -68,7 +68,7 @@ export function dataDictionary(data) {
// 待办任务同意办理
export function businessAgree(data) {
return request({
- url: '/buscenter/v1/scmapplyinbound/complete',
+ url: '/buscenter/v1/bussealapply/complete',
method: 'post',
data: data,
headers: {
@@ -80,7 +80,7 @@ export function businessAgree(data) {
// 待办任务驳回任务
export function rejectTask(data) {
return request({
- url: '/buscenter/v1/scmapplyinbound/reject/' + data.businessSid,
+ url: '/buscenter/v1/bussealapply/reject/' + data.businessSid,
method: 'post',
data: data,
headers: {
@@ -92,7 +92,7 @@ export function rejectTask(data) {
// 待办任务终止任务
export function breakTask(data) {
return request({
- url: '/buscenter/v1/scmapplyinbound/breakProcess/' + data.businessSid,
+ url: '/buscenter/v1/bussealapply/breakProcess/' + data.businessSid,
method: 'post',
data: data,
headers: {
@@ -104,7 +104,7 @@ export function breakTask(data) {
// 待办任务撤回任务
export function revokeTask(data) {
return request({
- url: '/buscenter/v1/scmapplyinbound/revokeProcess/' + data.userSid + '/' + data.businessSid,
+ url: '/buscenter/v1/bussealapply/revokeProcess/' + data.userSid + '/' + data.businessSid,
method: 'post',
data: data,
headers: {
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js
index 2995bf378b..cc0aa05397 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js
+++ b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js
@@ -600,8 +600,23 @@ export const constantRoutes = [{
component: () =>
import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue'),
name: 'hetongdanganEdit'
- }
+ },
+ // 盖章管理
+ // 盖章申请详情
+ {
+ path: '/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingInfo.vue',
+ component: () =>
+ import('@/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingInfo.vue'),
+ name: 'gaizhangshenqingInfo'
+ },
+ // 盖章申请编辑
+ {
+ path: '/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue',
+ component: () =>
+ import('@/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue'),
+ name: 'gaizhangshenqingEdit'
+ }
// 销售订单
// 销售管理详情
// {
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangAdd.vue
index dd59a28978..7eed47faaf 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangAdd.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangAdd.vue
@@ -88,7 +88,7 @@ export default {
viewTitle: '',
sealType_list: [],
list1: [],
- accept: '.jpg,.jpeg,.png,.JPG,.JPEG',
+ accept: '.jpg,.jpeg,.png,.pdf,.doc,.JPG,.JPEG,.PNG,.PDF,.docx',
formobj: {
sid: '',
applyName: window.sessionStorage.getItem('name'),
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangguanli.vue
index 9efeb2055e..26f8a48ca3 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangguanli.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/gaizhanggunali/gaizhangshenqingguanli/gaizhangguanli.vue
@@ -42,7 +42,7 @@
- 办理
+ 办理
查看
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue
index 50f6d757f8..7656b74780 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/gaizhangguanliFlow/gaizhangshenqingguanli/gaizhangshenqingEdit.vue
@@ -75,11 +75,11 @@