Commit b086dcd3 authored by chenzj's avatar chenzj

工作单元页面调整

parent cd1ce324
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
<el-col :span="20" :xs="24"> <el-col :span="20" :xs="24">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"
label-width="68px"> label-width="68px">
<el-form-item label="物料编码" prop="itemCode"> <el-form-item label="物料编码" prop="sapItemCode">
<el-input v-model="queryParams.itemCode" placeholder="请输入物料编码" clearable style="width: 240px" <el-input v-model="queryParams.sapItemCode" placeholder="请输入物料编码" clearable style="width: 240px"
@keyup.enter.native="handleQuery" /> @keyup.enter.native="handleQuery" />
</el-form-item> </el-form-item>
<el-form-item label="物料名称" prop="itemName"> <el-form-item label="物料名称" prop="itemName">
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment