update 辅材入库下拉框优化

This commit is contained in:
18110972313 2025-05-22 16:59:12 +08:00
parent b9128a8b8d
commit edffef748b

View File

@ -5,7 +5,7 @@
<el-row :gutter="20">
<el-col :span="5">
<el-form-item label="入库单" prop="queryParams.params">
<el-Input v-model="state.queryParams.params.RECEIVEREQUESTNAME" placeholder="到货单" @keydown.enter.prevent = "handleQuery"clearable />
<el-Input v-model="state.queryParams.params.RECEIVEREQUESTNAME" placeholder="到货单" @keydown.enter.prevent = "handleQuery" clearable />
</el-form-item>
</el-col>
</el-row>