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
91f48a6c
Commit
91f48a6c
authored
Sep 13, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
8e15dbc0
f2efac81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
batchMarkup.vue
src/views/ecw/box/batchMarkup.vue
+4
-2
preinstall.vue
src/views/ecw/box/shippingAir/nodePage/preinstall.vue
+3
-3
seaProcess.vue
src/views/ecw/box/shippingAir/seaProcess.vue
+1
-1
pending.vue
src/views/ecw/order/pending.vue
+2
-1
No files found.
src/views/ecw/box/batchMarkup.vue
View file @
91f48a6c
...
...
@@ -69,7 +69,7 @@
<div
class=
"document-status"
v-if=
"sectionObj"
>
<span>
{{
$t
(
'
单证状态
'
)
}}
:
</span>
<template
v-for=
"(item, index) in getDocStatus(sectionObj.sectionOrderList)"
>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item"
:key=
"index"
/>
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item"
:key=
"index"
class=
"document"
/>
</
template
>
</div>
</div>
...
...
@@ -391,5 +391,7 @@ export default {
</
script
>
<
style
scoped
>
.document-status
.document
~
.document
:before
{
content
:
','
;
}
</
style
>
src/views/ecw/box/shippingAir/nodePage/preinstall.vue
View file @
91f48a6c
...
...
@@ -114,19 +114,19 @@
<p>
{{
$t
(
'
重量
'
)
}}
:
</p>
<p>
{{
preList
.
remainWeight
||
0
}}
kg
</p>
</div-->
<div
class=
"table-button"
>
<div
v-if=
"false"
class=
"table-button"
>
<el-button
type=
"success"
size=
"small"
@
click=
"addPart"
:disabled=
"isAudit"
>
{{
$t
(
'
增加
'
)
}}
</el-button>
</div>
</el-row>
<el-scrollbar
style=
"height:calc(100% - 43px)"
>
<el-row
v-for=
"(part, index) in preList.sectionGoodList"
:key=
"index"
class=
"pre-part"
>
<el-row
class=
"preinstall-title"
>
<div
class=
"pre-part-info"
>
<div
v-if=
"false"
class=
"pre-part-info"
>
<p>
{{
$t
(
'
第{index
}
部分
'
,
{
index
:
index
+
1
}
)
}}
<
/p
>
<
p
>
{{
getTotlContent
(
part
.
secStatistics
)
}}
<
/p
>
<
/div
>
<
div
class
=
"
table-button
"
>
<
el
-
button
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deletePart(part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除部分
'
)
}}
<
/el-button
>
<
el
-
button
v
-
if
=
"
false
"
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deletePart(part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除部分
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
danger
"
size
=
"
small
"
@
click
=
"
deleteOrder('selected', part)
"
:
disabled
=
"
isAudit
"
>
{{
$t
(
'
删除订单
'
)
}}
<
/el-button
>
<
el
-
button
type
=
"
primary
"
size
=
"
small
"
@
click
=
"
foldTable(index, part)
"
>
{{
part
.
fold
?
$t
(
'
展开
'
)
:
$t
(
'
收起
'
)
}}
<
/el-button
>
<
/div
>
...
...
src/views/ecw/box/shippingAir/seaProcess.vue
View file @
91f48a6c
...
...
@@ -202,7 +202,7 @@ export default {
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
分拣反审
"
));
}
else
{
this
.
$set
(
this
.
dialogConfig
,
"
fullscreen
"
,
true
);
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
空运-
排单
"
));
this
.
$set
(
this
.
dialogConfig
,
"
title
"
,
this
.
$t
(
"
空运-
分拣
"
));
}
// 装柜
case
"
cabinet
"
:
...
...
src/views/ecw/order/pending.vue
View file @
91f48a6c
...
...
@@ -104,6 +104,7 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('处理人')"
align=
"center"
prop=
"userName"
/>
<el-table-column
:label=
"$t('处理备注')"
align=
"center"
prop=
"handlerRemark"
/>
<el-table-column
:label=
"$t('创建时间')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
...
...
@@ -173,7 +174,7 @@
<el-button
v-else-if=
"scope.row.orderExceptionType=='in_warehousing_diff_exception'"
v-hasPermi=
"['ecw:exception:inWarehousingException']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handEdit(scope.row)"
>
{{
$t
(
'
处理
'
)
}}
</el-button>
<el-button
v-else-if=
"scope.row.orderExceptionType=='stock_up_exception'"
v-hasPermi=
"['ecw:exception:stockUpException']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handEdit(scope.row)"
>
{{
$t
(
'
处理
'
)
}}
</el-button>
<el-button
v-else-if=
"scope.row.orderExceptionType=='channel_exception'"
v-hasPermi=
"['ecw:exception:channelException']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handEdit(scope.row)"
>
{{
$t
(
'
处理
'
)
}}
</el-button>
<el-button
v-else-if=
"scope.row.orderExceptionType=='channel_packaging_overweight_exception'"
v-hasPermi=
"['ecw:exception:channelPackagingException']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handEdit(scope.row)"
>
{{
$t
(
'
处理
'
)
}}
</el-button>
<el-button
v-else-if=
"scope.row.orderExceptionType=='channel_packaging_overweight_exception'"
v-hasPermi=
"['ecw:exception:channelPackagingException']"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handEdit(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