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
256d7cfb
Commit
256d7cfb
authored
Nov 03, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海运/空运出货详情添加异常按钮
parent
90046ad6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
query.vue
src/views/ecw/box/query.vue
+18
-6
queryAir.vue
src/views/ecw/box/queryAir.vue
+1
-1
No files found.
src/views/ecw/box/query.vue
View file @
256d7cfb
...
...
@@ -252,15 +252,20 @@
align=
"center"
width=
"120px"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
:disabled=
"scope.row.abnormalDealStatus === 1"
@
click=
"() => updateStatus('single', scope.row)"
<el-button
type=
"primary"
size=
"small"
:disabled=
"scope.row.abnormalDealStatus === 1"
@
click=
"() => updateStatus('single', scope.row)"
style=
"margin-top: 5px"
>
{{
$t
(
"
更新状态
"
)
}}
</el-button
>
>
<el-button
type=
"danger"
style=
"margin-top: 5px;"
size=
"small"
@
click=
"openError(scope.row)"
>
{{
$t
(
'
异常
'
)
}}
</el-button>
</
template
>
</el-table-column>
</el-table>
</el-tab-pane>
...
...
@@ -590,6 +595,7 @@ import { listUser } from "@/api/system/user";
//lanbm 2024-05-16 add
import
{
getCurrencyList
}
from
"
@/api/ecw/currency
"
;
import
unloadingError
from
"
@/views/ecw/box/shippingSea/nodePage/unloading/unloadingError.vue
"
;
import
Template
from
"
@/views/cms/template/index.vue
"
;
export
default
{
name
:
"
EcwBoxQuery
"
,
...
...
@@ -597,6 +603,7 @@ export default {
shipmentId
:
String
,
},
components
:
{
Template
,
costForm
,
regError
,
editForm
,
...
...
@@ -746,6 +753,11 @@ export default {
this
.
currRow
=
row
;
this
.
dialogVisible
=
true
;
},
/* 打开异常 */
openError
(
row
)
{
this
.
currRow
=
row
;
this
.
dialogVisible
=
true
;
},
/* 更新状态 */
updateStatus
(
type
,
row
)
{
let
orders
=
[];
...
...
src/views/ecw/box/queryAir.vue
View file @
256d7cfb
...
...
@@ -323,7 +323,7 @@
>
{{
$t
(
"
撤销清关申请
"
)
}}
</el-button
>
<!--
<el-button
type=
"danger"
style=
"margin-top: 5px;"
size=
"small"
@
click=
"openError(scope.row)"
>
{{
$t
(
'
异常
'
)
}}
</el-button>
--
>
<el-button
type=
"danger"
style=
"margin-top: 5px;"
size=
"small"
@
click=
"openError(scope.row)"
>
{{
$t
(
'
异常
'
)
}}
</el-button
>
</
template
>
</el-table-column>
</el-table>
...
...
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