办公用品修改

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-date-picker
v-model="formData.usageDate"
type="date"
type="datetime"
value-format="x"
placeholder="选择申请时间"
disabled

View File

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

View File

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

View File

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