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
2f1a232c
Commit
2f1a232c
authored
Nov 26, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量加价页面部分调整
parent
d820c7e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
batchMarkup.vue
src/views/ecw/box/batchMarkup.vue
+16
-2
No files found.
src/views/ecw/box/batchMarkup.vue
View file @
2f1a232c
<!--批量加价-->
<!--批量加价-->
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
class=
"page-title"
>
{{
$t
(
'
批量加价
'
)
}}
</div>
<div
class=
"page-title"
>
<span>
{{
$t
(
"
批量加价
"
)
}}
</span>
<!-- TODO 这里的批量申请费用需要跳转到和订单列表一致的批量订单费用申请页面 -->
<el-button
type=
"primary"
style=
"margin-left: 5px;"
size=
"small"
@
click=
"batchOrderFeeApply(this.orderIds)"
>
{{
$t
(
'
批量申请费用
'
)
}}
</el-button>
</div>
<div>
<div>
{{
$t
(
'
运费或全包加价
'
)
}}
{{
$t
(
'
运费或全包加价
'
)
}}
<!--货币-->
<!--货币-->
...
@@ -51,6 +56,15 @@
...
@@ -51,6 +56,15 @@
<el-descriptions-item
label=
"SO NO"
>
<el-descriptions-item
label=
"SO NO"
>
{{
shipmentObj
.
bookSeaInfo
?
shipmentObj
.
bookSeaInfo
.
sono
:
''
}}
{{
shipmentObj
.
bookSeaInfo
?
shipmentObj
.
bookSeaInfo
.
sono
:
''
}}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('装柜时间')"
>
{{
shipmentObj
.
zgDate
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('到港时间')"
>
{{
shipmentObj
.
dgDate
}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('清关时间')"
>
{{
shipmentObj
.
qgDate
}}
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</el-card>
</el-card>
...
@@ -143,7 +157,7 @@ import {getChannelList} from "@/api/ecw/channel";
...
@@ -143,7 +157,7 @@ import {getChannelList} from "@/api/ecw/channel";
import
{
getCabinetPage
}
from
"
@/api/ecw/cabinet
"
;
import
{
getCabinetPage
}
from
"
@/api/ecw/cabinet
"
;
import
{
getWarehouseList
}
from
"
@/api/ecw/warehouse
"
;
import
{
getWarehouseList
}
from
"
@/api/ecw/warehouse
"
;
import
{
getSupplierPage
}
from
"
@/api/ecw/supplier
"
;
import
{
getSupplierPage
}
from
"
@/api/ecw/supplier
"
;
import
{
approvalCancel
,
boxGoodsDetail
,
createApproval
,
import
{
approvalCancel
,
boxGoodsDetail
,
createApproval
,
getSectionList
,
loadSecGoodsList
}
from
"
@/api/ecw/boxSea
"
;
getSectionList
,
loadSecGoodsList
}
from
"
@/api/ecw/boxSea
"
;
import
{
getAbnormalList
,
getbox
,
getLogList
}
from
"
@/api/ecw/box
"
;
import
{
getAbnormalList
,
getbox
,
getLogList
}
from
"
@/api/ecw/box
"
;
import
{
getTotlContent
}
from
"
@/views/ecw/box/shippingSea/utils
"
;
import
{
getTotlContent
}
from
"
@/views/ecw/box/shippingSea/utils
"
;
...
...
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