办公用品修改

This commit is contained in:
xaol 2025-02-19 14:48:07 +08:00
parent 2cba942c97
commit 64b3247d3f
4 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@
<el-form-item label="申请时间" prop="usageDate"> <el-form-item label="申请时间" prop="usageDate">
<el-date-picker <el-date-picker
v-model="formData.usageDate" v-model="formData.usageDate"
type="date" type="datetime"
value-format="x" value-format="x"
placeholder="选择申请时间" placeholder="选择申请时间"
disabled disabled

View File

@ -61,7 +61,7 @@
<el-form-item label="申请时间" prop="usageDate" > <el-form-item label="申请时间" prop="usageDate" >
<el-date-picker <el-date-picker
v-model="formData.usageDate" v-model="formData.usageDate"
type="date" type="datetime"
value-format="x" value-format="x"
placeholder="选择申请时间" placeholder="选择申请时间"
:disabled="!isEditable('usageDate')" :disabled="!isEditable('usageDate')"

View File

@ -81,7 +81,7 @@
label="申请时间" label="申请时间"
align="center" align="center"
prop="usageDate" prop="usageDate"
:formatter="dateFormatter2" :formatter="dateFormatter"
width="180px" width="180px"
/> />
<el-table-column label="审批状态" align="center" prop="status" > <el-table-column label="审批状态" align="center" prop="status" >
@ -122,7 +122,7 @@
<script setup lang="ts"> <script setup lang="ts">
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict' import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
import {dateFormatter2} from '@/utils/formatTime' import {dateFormatter} from '@/utils/formatTime'
import download from '@/utils/download' import download from '@/utils/download'
import { BgypApi, BgypVO } from '@/api/home/bgyp' import { BgypApi, BgypVO } from '@/api/home/bgyp'
import * as LeaveApi from '@/api/bpm/leave' import * as LeaveApi from '@/api/bpm/leave'

View File

@ -1,5 +1,5 @@
<template> <template>
<Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 80%"> <Dialog :title="dialogTitle" v-model="dialogVisible" style="width: 800px">
<!-- 搜索工作栏 --> <!-- 搜索工作栏 -->
<ContentWrap> <ContentWrap>
<el-form <el-form
@ -127,7 +127,7 @@ const queryParams = reactive({
id: undefined, id: undefined,
itemName: undefined, itemName: undefined,
categoryId: undefined, categoryId: undefined,
itemStatus: undefined, itemStatus: 0,
stockQuantity: undefined, stockQuantity: undefined,
unitPrice: undefined, unitPrice: undefined,
stockDate: [], stockDate: [],