Commit 4b6f631f by 潘琦

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

parent 9b94d52f
<template> <template>
<div class="content-item" v-if="data"> <div class="content-item" v-if="data">
<div class="head"> <!-- <div class="head">
<div class="cell picture"> <div class="cell picture">
<img :src="data.cover"/> <img :src="data.cover"/>
</div> </div>
<div class="cell title"> <div class="cell title">
{{data.producerName}} {{data.producerName}}
</div> </div>
</div> </div> -->
<div class="body"> <div class="body">
<div class="info"> <div class="info">
<div class="title">{{data.mainTitle}}</div> <div class="title">{{data.mainTitle}}</div>
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only --> <!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped> <style scoped>
.content-item { .content-item {
padding: 0.5em; padding: 1em 0.5em;
border-bottom:1px solid #eee; border-bottom:1px solid #eee;
min-height: 8em; min-height: 8em;
} }
......
...@@ -509,6 +509,8 @@ export default { ...@@ -509,6 +509,8 @@ export default {
accountId: this.$route.query.accountId ? this.$route.query.accountId : store.getters.accountId, accountId: this.$route.query.accountId ? this.$route.query.accountId : store.getters.accountId,
slaveId: this.$route.query.slaveId ? this.$route.query.slaveId : null, slaveId: this.$route.query.slaveId ? this.$route.query.slaveId : null,
fileUuid: '', 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 : '', from: this.$route.query.voucherFrom ? this.$route.query.voucherFrom : '',
orgInfo: { orgInfo: {
picture: _defaultPicture, picture: _defaultPicture,
...@@ -839,7 +841,7 @@ export default { ...@@ -839,7 +841,7 @@ export default {
editor: false, editor: false,
state: data.bs[i].state, state: data.bs[i].state,
signState: data.bs[i].signState, signState: data.bs[i].signState,
fileUuid: data.bs[i].fileUuid fileUuid: this.memberFileUuid
}) })
this.childrensValidate.push({ this.childrensValidate.push({
nameState: true, 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