Browse Source

Merge remote-tracking branch 'origin/master'

master
dimengzhe 2 years ago
parent
commit
0c244234cd
  1. 12
      supervise-enterprise-ui/src/views/Rkzysq/index.vue
  2. 6
      supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyDaiBan.vue
  3. 6
      supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue
  4. 6
      supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyYiBan.vue
  5. 3
      supervise-portal-ui/src/views/flow/doneList.vue
  6. 2
      supervise-portal-ui/src/views/flow/todoList.vue

12
supervise-enterprise-ui/src/views/Rkzysq/index.vue

@ -234,8 +234,8 @@ export default {
/** 流程流转记录 */ /** 流程流转记录 */
handleFlowRecord(row) { handleFlowRecord(row) {
this.getModelDetail(row.procDefId) this.getModelDetail(row.procDefId)
this.getFlowViewer(row.procInsId) this.getFlowViewer(row.procInstId)
this.getFlowRecordList(row.procInsId, row.procDefId) this.getFlowRecordList(row.procInstId, row.procDefId)
this.editDialog = true this.editDialog = true
}, },
/** xml 文件 */ /** xml 文件 */
@ -247,15 +247,15 @@ export default {
}) })
}, },
// //
getFlowViewer(procInsId) { getFlowViewer(procInstId) {
var token = getStorage() var token = getStorage()
getFlowViewer(procInsId, token).then(res => { getFlowViewer(procInstId, token).then(res => {
this.taskList = res.data this.taskList = res.data
}) })
}, },
/** 流程流转记录 */ /** 流程流转记录 */
getFlowRecordList(procInsId, procDefId) { getFlowRecordList(procInstId, procDefId) {
req.flowRecord(procInsId, procDefId).then(res => { req.flowRecord(procInstId, procDefId).then(res => {
this.flowRecordList = res.data.flowList this.flowRecordList = res.data.flowList
// //
// if (res.data.formData) { // if (res.data.formData) {

6
supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyDaiBan.vue

@ -345,4 +345,10 @@ export default {
.rowClass{ .rowClass{
border-top: 1px solid #E0E3EB; border-top: 1px solid #E0E3EB;
} }
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
</style> </style>

6
supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyEdit.vue

@ -206,4 +206,10 @@ export default {
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
} }
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
</style> </style>

6
supervise-enterprise-ui/src/views/workFlow/rukuzhiyaFlow/rkzyYiBan.vue

@ -194,4 +194,10 @@ export default {
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
} }
.titwu {
font-size: 28px;
text-align: center;
padding: 30px 0 20px 0;
}
</style> </style>

3
supervise-portal-ui/src/views/flow/doneList.vue

@ -273,8 +273,9 @@ import flowRecords from '@/components/flow/flowRecord'
selectUrl(this.selectUrl_list).then((response) => { selectUrl(this.selectUrl_list).then((response) => {
if (response.success && response.data.url !== '') { if (response.success && response.data.url !== '') {
// this.url = 'http://127.0.0.1:9531' + '/production/#/paichanguanli/haveDone' + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://127.0.0.1:9531' + '/production/#/paichanguanli/haveDone' + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
this.url = ''+ response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) this.url = 'http://jg.yyundong.com/' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
// this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
console.log(this.url)
} else if (response.success && response.data.url === '') { } else if (response.success && response.data.url === '') {
this.$notify({ this.$notify({
title: '提示', title: '提示',

2
supervise-portal-ui/src/views/flow/todoList.vue

@ -312,7 +312,7 @@ export default {
selectUrl(this.selectUrl_list).then((response) => { selectUrl(this.selectUrl_list).then((response) => {
if (response.success && response.data.url !== '') { if (response.success && response.data.url !== '') {
// this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://127.0.0.1:9531' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
this.url = '' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) this.url = 'http://jg.yyundong.com/' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
// this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list))) // this.url = 'http://120.46.172.184' + response.data.url + '?token=' + getStorage() + '&data=' + encodeURI((JSON.stringify(parameter_list)))
console.log('已办拼接url:', this.url) console.log('已办拼接url:', this.url)
} else if (response.success && response.data.url === '') { } else if (response.success && response.data.url === '') {

Loading…
Cancel
Save