Browse Source

完善

master
yunuo970428 2 years ago
parent
commit
a6fc7bb304
  1. 8
      supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.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;

Loading…
Cancel
Save