Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
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
jinhui.wang
2022-05-09 17:47:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
caab4ad705a93996e3000333d1209165d44120da
caab4ad7
1 parent
4bdcdb26
时间格式修正,文本修正
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/basicInformation/queryCargo/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
caab4ad
...
...
@@ -602,7 +602,7 @@ export default {
created() {
//查询条件数据源
let date = new Date()
this.queryParams.fltDateStart = `${date.getFullYear()}-${(date.getMonth() + 1).length > 1 ? (date.getMonth() + 1) : '0' + (date.getMonth() + 1)}-${date.getDate()}`
this.queryParams.fltDateStart = `${date.getFullYear()}-${(date.getMonth() + 1).length > 1 ? (date.getMonth() + 1) : '0' + (date.getMonth() + 1)}-${date.getDate()
.lenght > 1 ? date.getDate() : '0' + date.getDate()
}`
this.findFltConditionData();
if (this.$store.state.tagsView.cachedViews.length == 0) {
this.findAllFltData();
...
...
src/views/basicInformation/queryCargo/index.vue
View file @
caab4ad
...
...
@@ -395,7 +395,7 @@ export default {
disabled: true
},
{
name: "A
ccsP
ool",
name: "A
CCSp
ool",
value: "accsPool",
width: "120",
align: "center",
...
...
@@ -664,7 +664,7 @@ export default {
},
{
type: "",
name: "
accsP
ool",
name: "
ACCSp
ool",
value: "accsPool",
width: "",
align: "center",
...
...
@@ -819,7 +819,7 @@ export default {
val === item.id ? item.msg = item.msg + '操作成功,正在释放中。' : ''
})
res.data['accsPoolFlase'].map(val => {
val === item.id ? item.msg = item.msg + '
accs pool状态
不正确。' : ''
val === item.id ? item.msg = item.msg + '
推送状态/ACCSpool
不正确。' : ''
})
res.data['existReleasing'].map(val => {
val === item.id ? item.msg = item.msg + '已经在释放,请勿重复释放。' : ''
...
...
Please
register
or
login
to post a comment