From 06205a1b49435f32b17b0a9e9673e9fa8ac28fda Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期四, 04 一月 2024 10:57:21 +0800 Subject: [PATCH] 优化 --- jcdm-ui/src/views/main/bs/ProductBomChild/index.vue | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/ProductBomChild/index.vue b/jcdm-ui/src/views/main/bs/ProductBomChild/index.vue index 65eba98..4e34ecf 100644 --- a/jcdm-ui/src/views/main/bs/ProductBomChild/index.vue +++ b/jcdm-ui/src/views/main/bs/ProductBomChild/index.vue @@ -2,6 +2,22 @@ <div class="app-container"> <el-card class="box-card"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> + <el-form-item label="宸ュ簭缂栫爜" prop="opCode"> + <el-input + v-model="queryParams.opCode" + placeholder="璇疯緭鍏ュ伐搴忕紪鐮�" + clearable + @keyup.enter.native="handleQuery" + /> + </el-form-item> + <el-form-item label="宸ュ簭鍚嶇О" prop="opName"> + <el-input + v-model="queryParams.opName" + placeholder="璇疯緭鍏ュ伐搴忓悕绉�" + clearable + @keyup.enter.native="handleQuery" + /> + </el-form-item> <el-form-item label="鐗╂枡缂栫爜" prop="materialCode"> <el-input v-model="queryParams.materialCode" @@ -10,10 +26,10 @@ @keyup.enter.native="handleQuery" /> </el-form-item> - <el-form-item label="BOM缂栫爜" label-width="120" prop="bomCode"> + <el-form-item label="鐗╂枡鍚嶇О" label-width="120" prop="materialName"> <el-input - v-model="queryParams.bomCode" - placeholder="璇疯緭鍏OM缂栫爜" + v-model="queryParams.materialName" + placeholder="璇疯緭鍏ョ墿鏂欏悕绉�" clearable @keyup.enter.native="handleQuery" /> @@ -268,6 +284,9 @@ pageSize: 10, materialCode: null, bomCode: null, + opCode: null, + opName: null, + materialName: null, }, headerInformationData:{ bomCode: "", -- Gitblit v1.9.3