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:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dd739f678fd188dfc67e5c3b6ccf0ed4402875a8
dd739f67
1 parent
09644362
代码修正
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
11 deletions
src/views/allocationConfig/cargoAllocation/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/allocationConfig/flightRandConfig/index.vue
src/views/basicInformation/flightInformationImport/index.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/allocationConfig/cargoAllocation/info.vue
View file @
dd739f6
...
...
@@ -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 @
dd739f6
...
...
@@ -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 @
dd739f6
...
...
@@ -55,7 +55,7 @@
@click="findSourceFlightAndFlightDate"
>查询实际配载航班 </el-button
> 
<span style="color: ff4949"
<span style="color:
#
ff4949"
>注:ACCS原航班+日期查询该日期的航班实际情况</span
>
</el-form-item>
...
...
@@ -277,10 +277,10 @@
</el-col>
<el-col :span="24" style="margin-bottom: 5%">
<span style="color:
ff4949; margin-left: 10%"
<span style="color:
#
ff4949; margin-left: 10%"
>提示:配载航班之同请用分号分隔【符号不区分中英文】,例:CA1053;C7433</span
><br />
<span style="color:
ff4949; margin-left: 10%"
<span style="color:
#
ff4949; margin-left: 10%"
>提示:如果需要设置配载航班延迟或提前可以直接在目的航斑后加减【+-】天数。如:CA1053+1;CZ433-1</span
>
</el-col>
...
...
@@ -567,12 +567,12 @@ export default {
// 目的航班弹出框返回
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/flightInformationImport/index.vue
View file @
dd739f6
...
...
@@ -171,6 +171,7 @@ export default {
},
};
</script>
<style rel="stylesheet/scss" lang="scss">
.upload-demo {
float: right;
...
...
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
dd739f6
...
...
@@ -593,6 +593,7 @@
</el-dialog>
</div>
</template>
<script>
import {
delFlight,
...
...
@@ -1151,6 +1152,7 @@ export default {
},
};
</script>
<style>
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td,
.el-table__body tr.current-row > td {
...
...
Please
register
or
login
to post a comment