领料申请页面字段微调

This commit is contained in:
BianLzhaoMin 2024-05-29 14:21:42 +08:00
parent f0db05ce34
commit ac1d192df7
2 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column <el-table-column
label="领料人" label="现场领料人"
align="center" align="center"
prop="leasePerson" prop="leasePerson"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
@ -176,7 +176,7 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<el-table-column <el-table-column
label="申请人" label="领料申请人"
align="center" align="center"
prop="applyFor" prop="applyFor"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"

View File

@ -64,11 +64,11 @@
style="width: 240px" style="width: 240px"
></el-cascader> ></el-cascader>
</el-form-item> </el-form-item>
<el-form-item label="领料人" prop="leasePerson"> <el-form-item label="现场领料人" prop="leasePerson">
<el-input <el-input
maxlength="50" maxlength="50"
v-model="queryParams.leaseApplyInfo.leasePerson" v-model="queryParams.leaseApplyInfo.leasePerson"
placeholder="请输入领料人" placeholder="请输入现场领料人姓名"
clearable clearable
style="width: 240px" style="width: 240px"
/> />