From 913aa4023ab076b641589671dcebf738c6baff64 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 09 五月 2025 13:55:15 +0800 Subject: [PATCH] 最新版本541200007 --- admin/src/views/business/inoutRecord.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/admin/src/views/business/inoutRecord.vue b/admin/src/views/business/inoutRecord.vue index 63c90c2..a5c74a6 100644 --- a/admin/src/views/business/inoutRecord.vue +++ b/admin/src/views/business/inoutRecord.vue @@ -4,6 +4,12 @@ <div slot="search-form"> <el-form ref="searchForm" :model="searchForm" label-width="100px" inline> <el-form-item label="" prop="inOrOut"> + <el-select v-model="searchForm.type" style="width: 130px" clearable @change="search" placeholder="浜嬩欢绫诲瀷"> + <el-option label="杞﹁締浜嬩欢" value="0">杞﹁締浜嬩欢</el-option> + <el-option label="浜哄憳浜嬩欢" value="1">浜哄憳浜嬩欢</el-option> + </el-select> + </el-form-item> + <el-form-item label="" prop="inOrOut"> <el-select v-model="searchForm.inOrOut" style="width: 130px" clearable @change="search" placeholder="杩涘嚭绫诲瀷"> <el-option label="杩�" value="0"></el-option> <el-option label="鍑�" value="1"></el-option> @@ -129,14 +135,13 @@ <script> import BaseTable from '@/components/base/BaseTable' import TableLayout from '@/layouts/TableLayout' -import SearchFormCollapse from '@/components/common/SearchFormCollapse' import Pagination from '@/components/common/Pagination' import OperaInoutRecordWindow from '@/components/business/OperaInoutRecordWindow' import { timeForMat } from '@/utils/util' export default { name: 'InoutRecord', extends: BaseTable, - components: { SearchFormCollapse, TableLayout, Pagination, OperaInoutRecordWindow }, + components: { TableLayout, Pagination, OperaInoutRecordWindow }, data () { return { // 鎼滅储 @@ -150,7 +155,8 @@ companyName: '', startDate: null, endDate: null, - radio: '0' + radio: '0', + type: null }, time: [], bizTypeList: [{ key: 0, name: '璁垮杞﹁締' }, -- Gitblit v1.9.3