Browse Source

Merge remote-tracking branch 'origin/master'

master
dimengzhe 2 years ago
parent
commit
227df55545
  1. 8
      supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue
  2. 2
      supervise-portal-ui/src/views/flow/havereadList.vue
  3. 2
      supervise-portal-ui/src/views/flow/tobereadList.vue

8
supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue

@ -238,7 +238,7 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs['form_obj'].clearValidate() this.$refs['form_obj'].clearValidate()
}) })
this.viewTitle = '厂家采购详情' this.viewTitle = '用章详情'
req.fetchDetailsBySid(sid).then((resp) => { req.fetchDetailsBySid(sid).then((resp) => {
var aa = '' var aa = ''
this.purchaseForm = resp.data this.purchaseForm = resp.data
@ -311,7 +311,7 @@ export default {
color: #ffffff; color: #ffffff;
background-color: #0294d7; background-color: #0294d7;
} }
/deep/ .el-collapse-item__content { /deep/ .el-collapse-item__content {
padding-bottom: 0; padding-bottom: 0;
} }
@ -321,11 +321,11 @@ export default {
text-align: center; text-align: center;
justify-content: center; justify-content: center;
} }
.trightb_item { .trightb_item {
padding-top: 5px; padding-top: 5px;
} }
.span { .span {
margin-left: 50px; margin-left: 50px;
font-size: 15px; font-size: 15px;

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

@ -339,7 +339,7 @@ export default {
var token = getStorage() var token = getStorage()
const params = { procInsId: procInsId, deployId: procDefId, token: token } const params = { procInsId: procInsId, deployId: procDefId, token: token }
flowRecord(params).then(res => { flowRecord(params).then(res => {
this.flowRecordList = res.data this.flowRecordList = res.data.flowList
// //
if (res.data.formData) { if (res.data.formData) {
this.formConf = res.data.formData this.formConf = res.data.formData

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

@ -339,7 +339,7 @@ export default {
var token = getStorage() var token = getStorage()
const params = { procInsId: procInsId, deployId: procDefId, token: token } const params = { procInsId: procInsId, deployId: procDefId, token: token }
flowRecord(params).then(res => { flowRecord(params).then(res => {
this.flowRecordList = res.data this.flowRecordList = res.data.flowList
// //
if (res.data.formData) { if (res.data.formData) {
this.formConf = res.data.formData this.formConf = res.data.formData

Loading…
Cancel
Save