mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 12:36:43 +08:00
Merge branch 'feature/GFRS-693【待确定】自助入司流程优化(app端)' into feature/GFRS-1198【待确定】自助入司改造(涉及销管)
This commit is contained in:
@@ -23,7 +23,17 @@
|
|||||||
</van-radio-group>
|
</van-radio-group>
|
||||||
<div v-if="item.impartAnswer == '0'">
|
<div v-if="item.impartAnswer == '0'">
|
||||||
<van-cell-group>
|
<van-cell-group>
|
||||||
<van-field v-model="item.impartRemark" type="textarea" autosize rows="1" placeholder="请输入" label="详细说明:" clearable v-validate="'required'" data-vv-name="答案" />
|
<van-field
|
||||||
|
v-model="item.impartRemark"
|
||||||
|
type="textarea"
|
||||||
|
autosize
|
||||||
|
rows="1"
|
||||||
|
placeholder="如:xx年xx月在xx医院住院/门诊治疗,诊断为xxx,是否康复出院,有无后遗症,如有复查,说明xx年xx月复查XX(如b超/ct)有无异常。"
|
||||||
|
label="详细说明:"
|
||||||
|
clearable
|
||||||
|
v-validate="'required'"
|
||||||
|
data-vv-name="答案"
|
||||||
|
/>
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
</div>
|
</div>
|
||||||
<!-- 读取的题目 -->
|
<!-- 读取的题目 -->
|
||||||
@@ -44,7 +54,17 @@
|
|||||||
<van-radio name="1">无</van-radio>
|
<van-radio name="1">无</van-radio>
|
||||||
</van-radio-group>
|
</van-radio-group>
|
||||||
<div v-if="it.impartAnswer == '0'">
|
<div v-if="it.impartAnswer == '0'">
|
||||||
<van-field v-model="it.impartRemark" type="textarea" autosize rows="1" placeholder="请输入" label="详细说明:" clearable v-validate="'required'" data-vv-name="答案" />
|
<van-field
|
||||||
|
v-model="it.impartRemark"
|
||||||
|
type="textarea"
|
||||||
|
autosize
|
||||||
|
rows="1"
|
||||||
|
placeholder="如:xx年xx月在xx医院住院/门诊治疗,诊断为xxx,是否康复出院,有无后遗症,如有复查,说明xx年xx月复查XX(如b超/ct)有无异常。"
|
||||||
|
label="详细说明:"
|
||||||
|
clearable
|
||||||
|
v-validate="'required'"
|
||||||
|
data-vv-name="答案"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
</div>
|
</div>
|
||||||
@@ -142,7 +162,17 @@ export default {
|
|||||||
item.bigCode = 'A' + index + 1
|
item.bigCode = 'A' + index + 1
|
||||||
if (item.itemDtoLst) {
|
if (item.itemDtoLst) {
|
||||||
item.itemDtoLst.map((it, index) => {
|
item.itemDtoLst.map((it, index) => {
|
||||||
let showSubLst = showLst.filter(itemB => {
|
// let showSubLst = showLst.filter(itemB => {
|
||||||
|
let showSubLst = showLst[0].itemDtoLst.filter(itemB => {
|
||||||
|
console.log(
|
||||||
|
'!!!!!!!!!!',
|
||||||
|
item.itemDtoLst,
|
||||||
|
showLst,
|
||||||
|
showLst[0].itemDtoLst,
|
||||||
|
it,
|
||||||
|
itemB,
|
||||||
|
itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
|
||||||
|
)
|
||||||
return itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
|
return itemB.impartNo == it.impartNo && itemB.impartType == it.impartType
|
||||||
})
|
})
|
||||||
if (showSubLst && showSubLst.length > 0) {
|
if (showSubLst && showSubLst.length > 0) {
|
||||||
@@ -337,7 +367,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .van-field__label {
|
/deep/ .van-field__label {
|
||||||
width: 38%;
|
width: 25%;
|
||||||
}
|
}
|
||||||
/deep/ .van-cell__value {
|
/deep/ .van-cell__value {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
//获取新的被增人员的手机号、证件号
|
//获取新的被增人员的手机号、证件号
|
||||||
// setLogAccount() {
|
setLogAccount() {
|
||||||
// this.agentEnterApplyMobil = this.$store.getters.getAgentEnterApplyMsg.agentEnterApplyMobil
|
this.agentEnterApplyMobil = this.$store.getters.getAgentEnterApplyMsg.agentEnterApplyMobil
|
||||||
// this.agentEnterApplyIdNo = this.$store.getters.getAgentEnterApplyMsg.agentEnterApplyIdNo
|
this.agentEnterApplyIdNo = this.$store.getters.getAgentEnterApplyMsg.agentEnterApplyIdNo
|
||||||
// },
|
},
|
||||||
goBack() {
|
goBack() {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'goBack',
|
flag: 'goBack',
|
||||||
|
|||||||
Reference in New Issue
Block a user