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-10-25 13:48:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f3585e4fc702d15e6a9c46e9bd6f51cc7d644b62
f3585e4f
1 parent
38a6838a
样式修改,提示语增加
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
34 deletions
src/views/allocationConfig/cargoAllocation/index.vue
src/views/allocationConfig/cargoAllocation/info.vue
src/views/allocationConfig/flightAllocConfig/info.vue
src/views/basicInformation/queryCargo/info.vue
src/views/allocationConfig/cargoAllocation/index.vue
View file @
f3585e4
...
...
@@ -142,10 +142,10 @@
</el-col>
<el-col :span="24">
<el-form-item label="Handling Code">
<el-empty description="暂无数据" v-if="
<
!-- <
el-empty description="暂无数据" v-if="
!selectData.HandlingCode || selectData.HandlingCode.length == 0
"></el-empty>
<el-checkbox-group v-model="handingCodes"
v-else
>
"></el-empty>
-->
<el-checkbox-group v-model="handingCodes">
<el-row>
<el-col :span="2" v-for="item in selectData.HandlingCode" :key="item.id">
<el-checkbox :label="item.chineseName" v-model="item.chineseName">
...
...
@@ -158,10 +158,10 @@
</el-col>
<el-col :span="24">
<el-form-item label="Sub Category">
<el-empty description="暂无数据" v-if="
<
!-- <
el-empty description="暂无数据" v-if="
!selectData.SubCategory || selectData.SubCategory.length == 0
"></el-empty>
<el-checkbox-group v-model="subCategorys"
v-else
>
"></el-empty>
-->
<el-checkbox-group v-model="subCategorys">
<el-row>
<el-col :span="2" v-for="item in selectData.SubCategory" :key="item.id">
<el-checkbox :label="item.chineseName" v-model="item.chineseName">
...
...
src/views/allocationConfig/cargoAllocation/info.vue
View file @
f3585e4
...
...
@@ -69,20 +69,20 @@ export default {
overweight: false,
},
cargoHeader: [
{ name: "口岸代码", value: "portName
" },
{ name: "运单号", value: "waybillNo" },
{ name: "货物状态", value: "statusName" },
{ name: "站点", value: "siteName" },
{ name: "申报类型", value: "typeName" },
{ name: "URSA", value: "ursa" },
{ name: "实际重量", value: "actualWeight" },
{ name: "件数", value: "qty" },
{ name: "ACCS原航班号", value: "fltNoAccs" },
{ name: "ACCS原航班日期", value: "fltDateAccs" },
{ name: "品名描述", value: "nameDescription" },
{ name: "是否自动", value: "cargoRulesStatus" },
{ name: "创建人", value: "createUserName" },
{ name: "创建时间", value: "createTime" },
{ name: "口岸代码", value: "portName", width: "
" },
{ name: "运单号", value: "waybillNo"
, width: ""
},
{ name: "货物状态", value: "statusName"
, width: ""
},
{ name: "站点", value: "siteName"
, width: ""
},
{ name: "申报类型", value: "typeName"
, width: ""
},
{ name: "URSA", value: "ursa"
, width: ""
},
{ name: "实际重量", value: "actualWeight"
, width: ""
},
{ name: "件数", value: "qty"
, width: ""
},
{ name: "ACCS原航班号", value: "fltNoAccs"
, width: "120"
},
{ name: "ACCS原航班日期", value: "fltDateAccs"
, width: "130"
},
{ name: "品名描述", value: "nameDescription"
, width: ""
},
{ name: "是否自动", value: "cargoRulesStatus"
, width: ""
},
{ name: "创建人", value: "createUserName"
, width: ""
},
{ name: "创建时间", value: "createTime"
, width: ""
},
],
routeList: [],
rules: {
...
...
src/views/allocationConfig/flightAllocConfig/info.vue
View file @
f3585e4
...
...
@@ -640,6 +640,9 @@ export default {
if (this.$route.params.handle != 'add') {
findDestinationFltRuleByFlightNo(obj).then(res => {
if (res.code === 200) {
if (res.data.routeList.length <= 0) {
this.msgWarning('未查询到航线信息!')
} else {
this.routeList = res.data.routeList
if (res.data.list.length > 0) {
//请求到数据
...
...
@@ -821,6 +824,7 @@ export default {
}
}
}
}
} else {
this.msgWarning(res.msg)
}
...
...
@@ -849,6 +853,7 @@ export default {
})
})
} else {
this.msgWarning('未查询到航线信息!')
this.routeList = []
this.infoForm.list = []
}
...
...
src/views/basicInformation/queryCargo/info.vue
View file @
f3585e4
...
...
@@ -69,20 +69,20 @@ export default {
overweight: false,
},
cargoHeader: [
{ name: "口岸代码", value: "portName
" },
{ name: "运单号", value: "waybillNo" },
{ name: "货物状态", value: "statusName" },
{ name: "站点", value: "siteName" },
{ name: "申报类型", value: "typeName" },
{ name: "URSA", value: "ursa" },
{ name: "实际重量", value: "actualWeight" },
{ name: "件数", value: "qty" },
{ name: "ACCS原航班号", value: "fltNoAccs" },
{ name: "ACCS原航班日期", value: "fltDateAccs" },
{ name: "品名描述", value: "nameDescription" },
{ name: "是否自动", value: "cargoRulesStatus" },
{ name: "创建人", value: "createUserName" },
{ name: "创建时间", value: "createTime" },
{ name: "口岸代码", value: "portName", width: "
" },
{ name: "运单号", value: "waybillNo"
, width: ""
},
{ name: "货物状态", value: "statusName"
, width: ""
},
{ name: "站点", value: "siteName"
, width: ""
},
{ name: "申报类型", value: "typeName"
, width: ""
},
{ name: "URSA", value: "ursa"
, width: ""
},
{ name: "实际重量", value: "actualWeight"
, width: ""
},
{ name: "件数", value: "qty"
, width: ""
},
{ name: "ACCS原航班号", value: "fltNoAccs"
, width: "120"
},
{ name: "ACCS原航班日期", value: "fltDateAccs"
, width: "130"
},
{ name: "品名描述", value: "nameDescription"
, width: ""
},
{ name: "是否自动", value: "cargoRulesStatus"
, width: ""
},
{ name: "创建人", value: "createUserName"
, width: ""
},
{ name: "创建时间", value: "createTime"
, width: ""
},
],
routeList: [],
rules: {
...
...
Please
register
or
login
to post a comment