Commit 4b6f631f by 潘琦

张家港生育全程签约增加页面参数fileUuid传入儿童签约;券详情内容流去掉头部图标及发布来源;

parent 9b94d52f
<template>
<div class="content-item" v-if="data">
<div class="head">
<!-- <div class="head">
<div class="cell picture">
<img :src="data.cover"/>
</div>
<div class="cell title">
{{data.producerName}}
</div>
</div>
</div> -->
<div class="body">
<div class="info">
<div class="title">{{data.mainTitle}}</div>
......@@ -48,7 +48,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
.content-item {
padding: 0.5em;
padding: 1em 0.5em;
border-bottom:1px solid #eee;
min-height: 8em;
}
......
......@@ -509,6 +509,8 @@ export default {
accountId: this.$route.query.accountId ? this.$route.query.accountId : store.getters.accountId,
slaveId: this.$route.query.slaveId ? this.$route.query.slaveId : null,
fileUuid: '',
memberFileUuid: this.$route.query.fileUuid ? this.$route.query.fileUuid : null,
queryMasterId: this.$route.query.masterId ? this.$route.query.masterId : null,
from: this.$route.query.voucherFrom ? this.$route.query.voucherFrom : '',
orgInfo: {
picture: _defaultPicture,
......@@ -839,7 +841,7 @@ export default {
editor: false,
state: data.bs[i].state,
signState: data.bs[i].signState,
fileUuid: data.bs[i].fileUuid
fileUuid: this.memberFileUuid
})
this.childrensValidate.push({
nameState: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment