Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-04-15 16:42:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bd4c39f39f7933410b04d9b689923a448f4f824a
bd4c39f3
1 parent
02fe84ce
feat: 离境时间增加当前默认时间
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/views/reportingData/time-dialog.vue
src/views/reportingData/time-dialog.vue
View file @
bd4c39f
...
...
@@ -71,6 +71,7 @@
<script>
import { declareUpload, checkBillNo } from "@/api/declareData-api.js";
import { formatDate } from "../../utils";
export default {
props: {
timeVisible: {
...
...
@@ -120,6 +121,9 @@ export default {
if (val) {
this.timeVisibleConfig = val;
this.getBillNo();
this.formData = {
leaveTime: formatDate(new Date()),
};
}
},
},
...
...
Please
register
or
login
to post a comment