From 6f07f6503055e92d74cad79dc93633c3896ef3c2 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 06 五月 2026 17:37:14 +0800
Subject: [PATCH] 天津军泰伟业 1.人力资源模块修改字段
---
src/views/inventoryManagement/receiptManagement/Record.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/inventoryManagement/receiptManagement/Record.vue b/src/views/inventoryManagement/receiptManagement/Record.vue
index 9b72c61..2eaf488 100644
--- a/src/views/inventoryManagement/receiptManagement/Record.vue
+++ b/src/views/inventoryManagement/receiptManagement/Record.vue
@@ -1,5 +1,5 @@
<template>
- <div class="app-container">
+ <div>
<div class="search_form">
<div>
<span class="search_title ml10">鍏ュ簱鏃ユ湡锛�</span>
@@ -12,6 +12,11 @@
@change="handleQuery"/>
<span class="search_title ml10">浜у搧澶х被锛�</span>
<el-input v-model="searchForm.productName"
+ style="width: 240px"
+ placeholder="璇疯緭鍏�"
+ clearable/>
+ <span class="search_title ml10">鍥剧焊缂栧彿锛�</span>
+ <el-input v-model="searchForm.model"
style="width: 240px"
placeholder="璇疯緭鍏�"
clearable/>
@@ -38,8 +43,6 @@
style="margin-left: 10px">鎼滅储
</el-button>
<el-button @click="handleReset">閲嶇疆</el-button>
- </div>
- <div>
<el-button @click="handleOut">瀵煎嚭</el-button>
<el-button type="danger"
plain
@@ -159,6 +162,7 @@
const data = reactive({
searchForm: {
productName: "",
+ model: "",
timeStr: "",
recordType: "",
type: "",
@@ -176,6 +180,7 @@
/** 閲嶇疆鎸夐挳鎿嶄綔 */
const handleReset = () => {
searchForm.value.productName = "";
+ searchForm.value.model = "";
searchForm.value.timeStr = "";
searchForm.value.recordType = "";
searchForm.value.type = "";
@@ -200,6 +205,7 @@
}
params.timeStr = searchForm.value.timeStr;
params.productName = searchForm.value.productName;
+ params.model = searchForm.value.model;
params.recordType = searchForm.value.recordType;
if (searchForm.value.type !== "") {
params.type = searchForm.value.type;
--
Gitblit v1.9.3