Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Fix Request interface 404 due to time error #7

Merged
merged 3 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/static/favicon.ico
Binary file not shown.
Binary file added public/static/favicon2.ico
Binary file not shown.
1 change: 0 additions & 1 deletion src/views/bill/AllocationOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/AssembleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/DisassembleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/OtherInList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/OtherOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/PurchaseBackList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/PurchaseInList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/PurchaseOrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/RetailBackList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/RetailOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/SaleBackList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/SaleOrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/bill/SaleOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/AdvanceInList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/GiroList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/ItemInList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/ItemOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/MoneyInList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
1 change: 0 additions & 1 deletion src/views/financial/MoneyOutList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<a-form-item label="单据日期" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width:100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down
3 changes: 1 addition & 2 deletions src/views/system/LogList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<a-form-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-range-picker
style="width: 100%"
v-model="queryParam.createTimeRange"
format="YYYY-MM-DD"
:placeholder="['开始时间', '结束时间']"
@change="onDateChange"
Expand Down Expand Up @@ -88,6 +87,7 @@
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import JEllipsis from '@/components/jeecg/JEllipsis'
import { getAction } from '@api/manage'

export default {
name: "LogList",
Expand All @@ -101,7 +101,6 @@
queryParam: {
operation:'',
content:'',
createTimeRange:[],
userInfo: '',
clientIp:'',
status:''
Expand Down
Loading