From b0f68c57f7699d083818b9837289e4fb5b7cb25c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 21 五月 2025 09:14:52 +0800
Subject: [PATCH] 最新版本541200007
---
admin/src/views/business/inoutRecord.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/business/inoutRecord.vue b/admin/src/views/business/inoutRecord.vue
index 63c90c2..c976ee6 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>
@@ -83,7 +89,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 +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