Browse Source

feat(selectStockLedger): 添加关键字搜索输入框

liujt 1 month ago
parent
commit
55a77bdc1d
1 changed files with 14 additions and 2 deletions
  1. 14 2
      src/BIZComponents/selectStockLedger/item-search.vue

+ 14 - 2
src/BIZComponents/selectStockLedger/item-search.vue

@@ -114,8 +114,18 @@
               placeholder="请输入"
             ></el-input>
           </el-form-item>
+        </el-col>  
+        <el-col :span="6">
+          <el-form-item label="关键字:" prop="keyWord">
+            <el-input
+              clearable
+              v-model="params.keyWord"
+              placeholder="请输入"
+            ></el-input>
+          </el-form-item>
         </el-col>
-        <el-col :span="24">
+
+        <el-col :span="18">
           <div class="ele-form-actions">
             <el-button
               type="primary"
@@ -160,7 +170,9 @@
         assetName: '',
         qualityResult: '',
         factoryId: '',
-        dimension: '2'
+        dimension: '2',
+        keyWord: '',
+        colorKey: '',
       };
       return {
         // 表单数据