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-06-16 16:42:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ea5dfaf9acbdaf7a62c400b4dcacb624ebc36663
ea5dfaf9
1 parent
30576e55
方法名修正
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
src/assets/languages/dictLabels.js
src/views/allocationConfig/flightRandConfig/index.vue
src/assets/languages/dictLabels.js
View file @
ea5dfaf
...
...
@@ -7,6 +7,16 @@ let ductLabels = {
"releasing"
:
{
"1"
:
"正在释放"
},
"cargoAllocationDataStatus"
:
{
"已推送"
:
"已推送"
,
"不推送"
:
"不推送"
,
"已配"
:
" "
,
"待推送"
:
"待推送"
,
"手动配舱"
:
' '
,
"已释放"
:
' '
,
"原航班配舱"
:
' '
,
"顺位配舱"
:
' '
,
},
},
"menu"
:
{
//菜单设置
"menuType"
:
{
...
...
src/views/allocationConfig/flightRandConfig/index.vue
View file @
ea5dfaf
...
...
@@ -3,7 +3,7 @@
<el-form class="form-header" :model="queryParams" ref="queryForm" size="medium" :inline="true"
label-position="right" label-width="auto">
<el-form-item label="原航班">
<el-input type="text" v-model="
upCase
" placeholder="请输入原航班" clearable></el-input>
<el-input type="text" v-model="
sourceFlightNo
" placeholder="请输入原航班" clearable></el-input>
</el-form-item>
<el-form-item label="状态" prop="status">
<el-select v-model="queryParams.status" placeholder="请选择" clearable>
...
...
@@ -444,7 +444,7 @@ export default {
},
},
computed: {
upCase
: {
sourceFlightNo
: {
get: function () {
return this.queryParams.sourceFlightNo;
},
...
...
Please
register
or
login
to post a comment