Commit 9b94d52f by 潘琦

张家港生育全程签约儿童签约fileUuid回显及传参;

parent e0a2b29b
......@@ -508,6 +508,7 @@ export default {
groupId: this.$route.query.groupId ? parseInt(this.$route.query.groupId) : null,
accountId: this.$route.query.accountId ? this.$route.query.accountId : store.getters.accountId,
slaveId: this.$route.query.slaveId ? this.$route.query.slaveId : null,
fileUuid: '',
from: this.$route.query.voucherFrom ? this.$route.query.voucherFrom : '',
orgInfo: {
picture: _defaultPicture,
......@@ -837,7 +838,8 @@ export default {
age: data.bs[i].birth !== null ? getAgeByBirth(data.bs[i].birth) : '1',
editor: false,
state: data.bs[i].state,
signState: data.bs[i].signState
signState: data.bs[i].signState,
fileUuid: data.bs[i].fileUuid
})
this.childrensValidate.push({
nameState: true,
......@@ -1221,7 +1223,8 @@ export default {
idCard: '',
name: this.childrenArr[i].name,
relation: '20', // 20:子女;30:本人(为孕妇)
sex: this.childrenArr[i].sex === '男孩' ? '1' : this.childrenArr[i].sex === '女孩' ? '2' : '3'
sex: this.childrenArr[i].sex === '男孩' ? '1' : this.childrenArr[i].sex === '女孩' ? '2' : '3',
fileUuid: this.childrenArr[i].fileUuid
})
}
}
......
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