From 2a32e53e45eef72bb37409b0694e4b5c2b1587af Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 23 十月 2025 15:12:26 +0800 Subject: [PATCH] 页面 --- admin/src/views/business/inoutRecord.vue | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/admin/src/views/business/inoutRecord.vue b/admin/src/views/business/inoutRecord.vue index 63c90c2..b89d53d 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> @@ -62,8 +68,7 @@ @click="exportExcel">瀵煎嚭</el-button> </li> </ul> - <el-table - :height="tableHeightNew" + <el-table :height="tableHeightNew+10" v-loading="isWorking.search" :data="tableData.list" stripe @@ -83,7 +88,7 @@ </template> </el-table-column> <el-table-column prop="carCode" label="杞︾墝鍙�" min-width="100px"></el-table-column> -<!-- <el-table-column prop="carBizType" label="杞﹁締涓氬姟绫诲瀷" min-width="100px"> +<!-- <el-table-column prop="carBizType" label="杞﹁締涓氬姟绫诲瀷" min-width="100px"> <template slot-scope="{row}"> <template v-if="row.carCode"> <span v-if="row.carBizType ==0">璁垮杞﹁締</span> @@ -129,14 +134,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,15 +154,16 @@ companyName: '', startDate: null, endDate: null, - radio: '0' + radio: '0', + type: null }, time: [], bizTypeList: [{ key: 0, name: '璁垮杞﹁締' }, { key: 1, name: '澶栧崗杩愯緭杞﹁締' }, { key: 2, name: '甯傚叕鍙稿嵏璐ц溅杈�' }, { key: 3, name: '鍔犲伐鐑熷嵏璐ц溅杈�' }, - { key: 4, name: '瀹夋嘲鐗╂祦鍏姟鐢ㄨ溅' }, - { key: 5, name: '瀹夋嘲鐗╂祦璐ц繍杞﹁締' }, + { key: 4, name: '鑷湁鍏姟杞�' }, + { key: 5, name: '鑷湁璐ц繍杞﹁締' }, { key: 6, name: '鏈煡杞﹁締' } ] } -- Gitblit v1.9.3