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
样式修改,提示语增加
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
36 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">
...
...
@@ -178,12 +178,12 @@
<el-button :type="downLoadingTip.downloading ? 'warning' : 'primary'" size="mini"
v-hasPermi="['allocation:cargo:export']" @click="xlsx(0)" :loading="downLoadingTip.downloading"
:disabled="tableData.length <= 0">{{
downLoadingTip.downloading ? downLoadingTip.tip : "导出本页查询结果"
downLoadingTip.downloading ? downLoadingTip.tip : "导出本页查询结果"
}}</el-button>
<el-button :type="downLoadingTip.downloading ? 'warning' : 'primary'" size="mini"
v-hasPermi="['allocation:cargo:export']" @click="xlsx(1)" :loading="downLoadingTip.downloading"
:disabled="tableData.length <= 0">{{
downLoadingTip.downloading ? downLoadingTip.tip : "导出全部查询结果"
downLoadingTip.downloading ? downLoadingTip.tip : "导出全部查询结果"
}}</el-button>
<el-button type="primary" size="mini" v-hasPermi="['allocation:cargo:allocation']" @click="addFit"
:disabled="tableSelection.length <= 0">添加到航班</el-button>
...
...
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
This diff is collapsed. Click to expand it.
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