Browse Source

[dev] 修改 调配管理查询参数

xiong 1 year ago
parent
commit
2e815a36eb
1 changed files with 9 additions and 10 deletions
  1. 9 10
      src/views/pharmacyManagement/business/blend/index.vue

+ 9 - 10
src/views/pharmacyManagement/business/blend/index.vue

@@ -52,16 +52,14 @@
             </el-select>
           </el-form-item>
           <el-form-item label="" prop="pharmacistUserId">
-            <el-select v-model="queryParams.pharmacistUserId" placeholder="调配师"
-                       style="width:160px"
-            >
-              <el-option
-                v-for="item in listDispatcherArr"
-                :key="item.id"
-                :value="item.id"
-                :label="item.name"
-              ></el-option>
-            </el-select>
+            <el-input
+              v-model="queryParams.allocateNickName"
+              style="width: 190px;"
+              placeholder="请输入调配师姓名 / 工号"
+              clearable
+              size="small"
+              @keyup.enter.native="handleQuery"
+            />
           </el-form-item>
           <el-form-item label="" prop="reqStr">
             <el-input
@@ -460,6 +458,7 @@ export default {
         doctor: null,
         // 调配师 Id
         pharmacistUserId: null,
+        allocateNickName: null,
         checkTime: [],
         disCode: null,
         disName: null,