Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-insurance
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.frontend
pica-insurance
提交
dc497040
提交
dc497040
编写于
3月 27, 2024
作者:
zhaosheng.zhang
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'feature/sz-public-new/text' into 'release'
Feature/sz public new/text See merge request
!286
上级
a61b9772
cc2c5267
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
19 行增加
和
13 行删除
+19
-13
index2.vue
src/views/sz-public-new/index2.vue
+19
-13
未找到文件。
src/views/sz-public-new/index2.vue
浏览文件 @
dc497040
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
>
>
<van-field
<van-field
v-model=
"dectionForm.name"
v-model=
"dectionForm.name"
label=
"
参保人
姓名"
label=
"姓名"
clearable
clearable
required
required
class=
"appoint-form-items"
class=
"appoint-form-items"
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
:readonly="isReadonly('name')"
:readonly="isReadonly('name')"
placeholder="点击此处输入"
placeholder="点击此处输入"
:rules="[
:rules="[
{ required: true, message: '请输入
参保人
姓名' },
{ required: true, message: '请输入姓名' },
{
{
pattern: /^.{2,40}$/,
pattern: /^.{2,40}$/,
message: '
参保人
姓名请填写2-40位',
message: '姓名请填写2-40位',
},
},
]"
]"
/>
/>
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
:class=
"{ 'field-readonly': isReadonly('idCard') }"
:class=
"{ 'field-readonly': isReadonly('idCard') }"
clearable
clearable
required
required
label=
"
参保人
证件号"
label=
"证件号"
placeholder=
"点击此处输入"
placeholder=
"点击此处输入"
:rules=
"rules"
:rules=
"rules"
:readonly=
"isReadonly('idCard')"
:readonly=
"isReadonly('idCard')"
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
class=
"appoint-form-items"
class=
"appoint-form-items"
:class=
"{ 'field-readonly': isReadonly('sex') }"
:class=
"{ 'field-readonly': isReadonly('sex') }"
required
required
label=
"
参保人
性别"
label=
"性别"
>
>
<
template
#
input
>
<
template
#
input
>
<van-radio-group
<van-radio-group
...
@@ -81,8 +81,12 @@
...
@@ -81,8 +81,12 @@
direction=
"horizontal"
direction=
"horizontal"
:disabled=
"isReadonly('sex')"
:disabled=
"isReadonly('sex')"
>
>
<van-radio
:name=
"1"
>
男
</van-radio>
<van-radio
:name=
"1"
>
<van-radio
:name=
"2"
>
女
</van-radio>
男
</van-radio>
<van-radio
:name=
"2"
>
女
</van-radio>
</van-radio-group>
</van-radio-group>
</
template
>
</
template
>
</van-field>
</van-field>
...
@@ -91,7 +95,7 @@
...
@@ -91,7 +95,7 @@
class=
"appoint-form-items"
class=
"appoint-form-items"
:class=
"{ 'field-readonly': isReadonly('birthTime') }"
:class=
"{ 'field-readonly': isReadonly('birthTime') }"
required
required
label=
"
参保人
出生日期"
label=
"出生日期"
:right-icon=
"isReadonly('birthTime') ? '' : 'arrow'"
:right-icon=
"isReadonly('birthTime') ? '' : 'arrow'"
:readonly=
"isReadonly('birthTime')"
:readonly=
"isReadonly('birthTime')"
>
>
...
@@ -106,7 +110,7 @@
...
@@ -106,7 +110,7 @@
v-model=
"dectionForm.mobilePhone"
v-model=
"dectionForm.mobilePhone"
class=
"appoint-form-items"
class=
"appoint-form-items"
:class=
"{ 'field-readonly': isReadonly('mobilePhone') }"
:class=
"{ 'field-readonly': isReadonly('mobilePhone') }"
label=
"
参保人
手机号"
label=
"手机号"
label-width=
"100%"
label-width=
"100%"
clearable
clearable
required
required
...
@@ -122,13 +126,13 @@
...
@@ -122,13 +126,13 @@
>
>
<
template
#
label
>
<
template
#
label
>
<div
class=
"phone-wrap"
>
<div
class=
"phone-wrap"
>
参保人
手机号
手机号
<span
class=
"sm-grey"
>
该手机号将用于接收预约信息
</span>
<span
class=
"sm-grey"
>
该手机号将用于接收预约信息
</span>
</div>
</div>
</
template
>
</
template
>
</van-field>
</van-field>
</van-form>
</van-form>
<wx-open-launch-weapp
<
!-- <
wx-open-launch-weapp
v-if="!(rightsNo || projectEquityNo === 'SZ202306011000938751')"
v-if="!(rightsNo || projectEquityNo === 'SZ202306011000938751')"
id="checkBtn"
id="checkBtn"
style="display: block"
style="display: block"
...
@@ -140,7 +144,7 @@
...
@@ -140,7 +144,7 @@
<script type="text/wxtag-template">
<script type="text/wxtag-template">
<style>.bottom-text { display: flex; align-items: center; justify-content: center; margin-top: 15px; margin-bottom: 10px;height: 18px;font-size: 13px;line-height: 18px;text-align: center;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;color: #212121ff; }</style> <div class="bottom-text">查看领取记录 ></div>
<style>.bottom-text { display: flex; align-items: center; justify-content: center; margin-top: 15px; margin-bottom: 10px;height: 18px;font-size: 13px;line-height: 18px;text-align: center;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;color: #212121ff; }</style> <div class="bottom-text">查看领取记录 ></div>
</script>
</script>
</wx-open-launch-weapp>
</wx-open-launch-weapp>
-->
</div>
</div>
<div
<div
v-for=
"(i, ind) in staticINFO.logoUrlList"
v-for=
"(i, ind) in staticINFO.logoUrlList"
...
@@ -191,7 +195,9 @@
...
@@ -191,7 +195,9 @@
size=
"25"
size=
"25"
@
click=
"showProtocol = false"
@
click=
"showProtocol = false"
/>
/>
<p
class=
"title"
>
身份校验通过
</p>
<p
class=
"title"
>
身份校验通过
</p>
<span
class=
"content"
>
请点击“下一步”进入权益领取流程
</span>
<span
class=
"content"
>
请点击“下一步”进入权益领取流程
</span>
<div
class=
"submit-button submit-button-empty"
>
<div
class=
"submit-button submit-button-empty"
>
<wx-open-launch-weapp
<wx-open-launch-weapp
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录