This commit is contained in:
=
2026-06-12 09:03:33 +08:00
parent 8315cda9a7
commit a2e5e7d56f
2 changed files with 15 additions and 9 deletions
@@ -64,7 +64,7 @@ layout("/layouts/platform.html"){
clearable
remote
reserve-keyword
placeholder="请输入姓名或工号查询"
placeholder="请点击选择证明人(需为工会委员)"
:remote-method="createRemoteMethod(certifierUserOptions)"
@change="certifierUserChange">
<el-option
@@ -129,7 +129,7 @@ layout("/layouts/platform.html"){
<el-descriptions-item label="收款账户" v-if="formData.type !== '1a2f7e8decb649a6ba8ca76e2af07779'">
<el-form-item prop="bankCardNumber" label="收款账户">
<el-input maxlength="20" v-model="formData.bankCardNumber" placeholder="请填写收款账户"
<el-input maxlength="20" v-model="formData.bankCardNumber" placeholder="负责慰问的经办人工资卡号"
></el-input>
</el-form-item>
</el-descriptions-item>
@@ -137,7 +137,7 @@ layout("/layouts/platform.html"){
<el-descriptions-item label="户名" v-if="formData.type !== '1a2f7e8decb649a6ba8ca76e2af07779'">
<el-form-item prop="bankUserName" label="户名">
<el-input maxlength="20" v-model="formData.bankUserName"
placeholder="请填写户名"
placeholder="负责慰问的经办人姓名"
></el-input>
</el-form-item>
</el-descriptions-item>
@@ -145,7 +145,7 @@ layout("/layouts/platform.html"){
<el-descriptions-item label="开户行" v-if="formData.type !== '1a2f7e8decb649a6ba8ca76e2af07779'">
<el-form-item prop="bankOfDeposit" label="开户行">
<el-input maxlength="20" v-model="formData.bankOfDeposit"
placeholder="请填写开户行"
placeholder="工资卡银行"
></el-input>
</el-form-item>
</el-descriptions-item>
@@ -104,7 +104,7 @@ layout("/layouts/platform_h5.html"){
required
readonly
:rules="[{ required: true }]"
placeholder="请点击选择证明人"
placeholder="请点击选择证明人(需为工会委员)"
@click="certifierUserSelectShow = true"
is-link
></van-field>
@@ -201,7 +201,7 @@ layout("/layouts/platform_h5.html"){
maxlength="20"
clearable
name="bankCardNumber"
placeholder="请填写收款账户"
placeholder="负责慰问的经办人工资银行卡号"
:rules="[{ required: true }]"
required
></van-field>
@@ -210,7 +210,7 @@ layout("/layouts/platform_h5.html"){
v-if="formData.type !== '1a2f7e8decb649a6ba8ca76e2af07779'"
v-model="formData.bankUserName"
label="户名"
placeholder="请填写户名"
placeholder="负责慰问的经办人姓名"
:rules="[{ required: true }]"
required
maxlength="20"
@@ -224,7 +224,7 @@ layout("/layouts/platform_h5.html"){
type="textarea"
rows="4"
autosize
placeholder="请填写开户行"
placeholder="工资卡银行"
:rules="[{ required: true }]"
required
name="bankOfDeposit"
@@ -306,7 +306,13 @@ layout("/layouts/platform_h5.html"){
{{ '(附件说明:' + chooseType.uploadFileDesc + '' }}
</span>
</template>
<van-field class="direction-column-field" name="avatar" label="">
<van-field
class="direction-column-field"
name="files"
label=""
required
:rules="[{ required: true, message: '请上传附件' }]"
>
<template #input>
<h5-file-upload
slot="input"