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
1730532197@qq.com
2021-12-03 18:26:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cf2e51c688e9cf4446a4d81939d8723e0692e307
cf2e51c6
1 parent
6c5e0f6b
lwj
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/allocationConfig/flightRandConfig/index.vue
src/views/allocationConfig/flightRandConfig/index.vue
View file @
cf2e51c
...
...
@@ -22,7 +22,7 @@
</el-form-item>
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="findSourceFlightAndFlightDate">查询实际
目的
航班
<el-button type="primary" icon="el-icon-search" size="mini" @click="findSourceFlightAndFlightDate">查询实际
配载
航班
</el-button> 
<span style="color: red;">注:原航班+日期查询该日期的航班实际情况</span>
</el-form-item>
...
...
@@ -39,7 +39,7 @@
<el-table v-loading="loading" :data="sourceFlightRulesList">
<el-table-column label="原航班" align="center" prop="sourceFlightNo" />
<el-table-column label="
目的
航班排序" align="center" prop="flightRank" width="280" />
<el-table-column label="
配载
航班排序" align="center" prop="flightRank" width="280" />
<!-- <el-table-column label="优先级" align="center" prop="priority" /> -->
<el-table-column label="周期" align="center" prop="dayOfWeek" width="180" />
<el-table-column label="状态" align="center" prop="status" :formatter="statusFormat" />
...
...
@@ -62,11 +62,11 @@
<!-- 查看目的航班对话框 -->
<el-dialog title="实际
目的
航班" :visible.sync="openFlightDate" width="70%">
<el-dialog title="实际
配载
航班" :visible.sync="openFlightDate" width="70%">
<el-table v-loading="loadingFlightDate" :data="sourceFlightAndFlightDate">
<el-table-column label="原航班" align="center" prop="sourceFlightNo" />
<el-table-column label="实际
目的
航班" align="center" prop="actualFlight" width="280" />
<el-table-column label="实际
配载
航班" align="center" prop="actualFlight" width="280" />
<el-table-column label="航班日期" align="center" prop="flightDate" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
<template slot-scope="scope">
...
...
@@ -107,11 +107,11 @@
</el-col>
<el-col :span="24" style="margin-bottom: 5%;">
<span style="color: red;margin-left: 10%;">提示:
目的
航班之同请用分号分隔【符号不区分中英文】,例:CA1053:C7433</span><br />
<span style="color: red;margin-left: 10%;">提示:如果需要设置
目的
航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1:CZ433-1</span>
<span style="color: red;margin-left: 10%;">提示:
配载
航班之同请用分号分隔【符号不区分中英文】,例:CA1053:C7433</span><br />
<span style="color: red;margin-left: 10%;">提示:如果需要设置
配载
航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1:CZ433-1</span>
</el-col>
<el-col :span="24">
<el-form-item label="
目的
航班" prop="flightRank">
<el-form-item label="
配载
航班" prop="flightRank">
<el-input type="textarea" v-model="form.flightRank" :rows="4"></el-input>
</el-form-item>
</el-col>
...
...
@@ -216,7 +216,7 @@
}],
flightRank: [{
required: true,
message: "
目的
航班不能为空",
message: "
配载
航班不能为空",
trigger: "blur"
}],
}
...
...
Please
register
or
login
to post a comment