Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
60883a07
Commit
60883a07
authored
Dec 18, 2023
by
zhoutong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字典用错了。第二个异常应该是取票异常字典
parent
91ed58b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
queryAir.vue
src/views/ecw/box/queryAir.vue
+19
-1
No files found.
src/views/ecw/box/queryAir.vue
View file @
60883a07
...
...
@@ -166,7 +166,7 @@
</el-table-column>
<el-table-column
prop=
"billAbnId"
:label=
"$t('异常')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE
.BOX_AIR_SHIPMENT_PROCESS
"
:value=
"scope.row.billAbnId"
/>
<dict-tag
:type=
"DICT_TYPE
[getregprocess(scope.row.opStep)]
"
:value=
"scope.row.billAbnId"
/>
</
template
>
</el-table-column>
<el-table-column
prop=
"abnDetail"
:label=
"$t('异常描述')"
align=
"center"
width=
"300"
></el-table-column>
...
...
@@ -362,6 +362,24 @@ export default {
};
},
methods
:
{
getregprocess
(
val
)
{
var
data
=
''
switch
(
val
){
case
10
:
data
=
'
FLYING_TICKET_EXCEPTION
'
break
;
case
12
:
data
=
'
ARRIVAL_TICKET_EXCEPTION
'
break
case
13
:
data
=
'
CLEARANCE_TICKET_EXCEPTION
'
break
default
:
data
=
'
BOX_SHIPPING_TICKET_EXCEPTION
'
break
}
return
data
},
selectable
(
row
,
index
)
{
if
(
row
.
abnormalDealStatus
===
1
)
return
false
;
return
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment