Browse Source

完善入库质押

master
yunuo970428 2 years ago
parent
commit
51b33a4913
  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

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>

Loading…
Cancel
Save