【修改】修改字段信息

This commit is contained in:
fengachen
2022-07-27 13:37:02 +08:00
parent 5c605f0af4
commit 7628da3580
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -117,7 +117,7 @@
<h3 class="title">第三方垫付信息</h3>
<a-row :gutter="24">
<a-col :span="12" class="detail-item">
<label>关联付款发票名称</label>
<label>付款单位发票抬头</label>
<span><j-ellipsis :value="otherCompanyInfo.headerName" :length="20"></j-ellipsis></span>
</a-col>
<a-col :span="12" class="detail-item">
@@ -289,7 +289,7 @@ import { queryCommonProjectById, getStanderMemberLastProofInfo, getCertificateLa
import JEllipsis from '@comp/jero/JEllipsis'
import PreviewFile from './jero/PreviewFile'
import { ProjectTypeEnums } from '@/enums/commonEnums'
import pick from 'lodash.pick'
// import pick from 'lodash.pick'
// import {getAction} from "@api/manage";
const columns = [
{
@@ -103,12 +103,12 @@
</a-row>
<a-row v-if="currentSelectInvoiceType">
<a-col :span="12">
<a-form-item label="关联付款发票名称" :labelCol="labelPayCol" :wrapperCol="wrapperPayCol">
<a-form-item label="付款单位发票抬头" :labelCol="labelPayCol" :wrapperCol="wrapperPayCol">
<a-input
v-decorator="['headerName',{ rules: validatorRules.headerName.rules, validateTrigger: 'blur',initialValue:proofInfo.headerName}]"
:trigger-change="true"
@change="event => event.target.value = event.target.value.trim()"
placeholder="请输入关联付款发票名称"
placeholder="请输入付款单位发票抬头"
:maxLength="50"></a-input>
</a-form-item>
</a-col>