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-02-28 17:25:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4677888449cc11ab096aac363c5a18084159c8da
46778884
1 parent
591eeb19
代码修改
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
15 deletions
src/views/allocationConfig/cargoAllocation/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightRandConfig/index.vue
src/views/basicInformation/caPreReviewImport/index.vue
src/views/basicInformation/flightInformationImport/index.vue
src/views/allocationConfig/cargoAllocation/info.vue
View file @
4677888
...
...
@@ -139,7 +139,7 @@ export default {
this.formData.ids = arr;
if (this.formData.fltNo && this.formData.fltDate) {
allocationFlight(this.formData).then((res) => {
//code 200 配舱成功
601
重量已满需要确认 其余code直接输出msg
//code 200 配舱成功
202
重量已满需要确认 其余code直接输出msg
if (res.code === 200) {
this.$message({
message: "货物配舱成功",
...
...
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
4677888
...
...
@@ -173,7 +173,7 @@
</el-form-item>
<el-form-item label="申报类别">
<el-card shadow="never" style="width:
7
0%">
<el-card shadow="never" style="width:
8
0%">
<el-checkbox-group v-model="form.typeOfGoods">
<el-row>
<el-col :span="2" v-for="item in cargoType" :key="item.id">
...
...
@@ -189,7 +189,7 @@
</el-form-item>
<el-form-item label="货物类型">
<el-card shadow="never" style="width:
7
0%">
<el-card shadow="never" style="width:
8
0%">
<el-checkbox-group v-model="form.declarationCategory">
<el-row>
<el-col :span="3" v-for="item in cargoStatus" :key="item.id">
...
...
@@ -205,7 +205,7 @@
</el-form-item>
<el-form-item label="Service Code">
<el-card shadow="never" style="width:
7
0%">
<el-card shadow="never" style="width:
8
0%">
<el-checkbox-group v-model="form.serviceCode">
<el-row>
<el-col :span="2" v-for="item in serviceCode" :key="item.id">
...
...
@@ -220,7 +220,7 @@
</el-form-item>
<el-form-item label="Handling Code">
<el-card shadow="never" style="width:
7
0%">
<el-card shadow="never" style="width:
8
0%">
<el-checkbox-group v-model="form.handlingCode">
<el-row>
<el-col :span="3" v-for="item in handlingCode" :key="item.id">
...
...
@@ -235,7 +235,7 @@
</el-form-item>
<el-form-item label="Sub Category">
<el-card shadow="never" style="width:
7
0%">
<el-card shadow="never" style="width:
8
0%">
<el-checkbox-group v-model="form.subCategory">
<el-row>
<el-col :span="3" v-for="item in subCategory" :key="item.id">
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
4677888
...
...
@@ -26,7 +26,7 @@
<el-form-item>
<el-button type="primary" icon="el-icon-search" size="mini" @click="findSourceFlightAndFlightDate">查询实际配载航班
</el-button> 
<span style="color:
red
;">注:原航班+日期查询该日期的航班实际情况</span>
<span style="color:
#ff4949
;">注:原航班+日期查询该日期的航班实际情况</span>
</el-form-item>
<br />
<el-form-item>
...
...
@@ -115,8 +115,8 @@
</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:
#ff4949
;margin-left: 10%;">提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span><br />
<span style="color:
#ff4949
;margin-left: 10%;">提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span>
</el-col>
<el-col :span="24">
<el-form-item label="配载航班" prop="flightRank">
...
...
@@ -386,12 +386,12 @@
// 目的航班弹出框返回
cancelFlightDate() {
this.openFlightDate = false;
this.findSourceFlight
AndFlightDate
();
this.findSourceFlight
Rules
();
},
// 取消按钮
cancel() {
this.open = false;
this.findSourceFlight
AndFlightDate
();
this.findSourceFlight
Rules
();
//this.reset();
},
// 状态字典翻译
...
...
src/views/basicInformation/caPreReviewImport/index.vue
View file @
4677888
...
...
@@ -13,7 +13,7 @@
</el-form-item>
</el-form>
<div style="font-size: 12px; font-weight: 700">
提示:<span style="color: #
000
0ff">以下为所提交的数据或出错信息</span>
提示:<span style="color: #
189
0ff">以下为所提交的数据或出错信息</span>
</div>
<el-table ref="filterTable" :data="tableData" v-loading="loading" style="width: 100%; margin-top: 20px" size="small" border>
<el-table-column label="行号" prop="line" fixed width="50" align="center">
...
...
src/views/basicInformation/flightInformationImport/index.vue
View file @
4677888
...
...
@@ -34,7 +34,7 @@
</el-form-item>
</el-form>
<div style="font-size: 12px; font-weight: 700">
提示:<span style="color: #
000
0ff">以下为所提交的数据或出错信息</span>
提示:<span style="color: #
189
0ff">以下为所提交的数据或出错信息</span>
</div>
<el-table
ref="filterTable"
...
...
@@ -64,8 +64,7 @@
</el-table>
</div>
</template>
</div>
</template>
<script>
import {
filghtKindData,
...
...
Please
register
or
login
to post a comment