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
62ac27b7
Commit
62ac27b7
authored
Jun 21, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20240-06-21提交
parent
ac6219d7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
574 additions
and
275 deletions
+574
-275
pkgPage.vue
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
+549
-268
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+6
-3
index.vue
src/views/ecw/order/stocking/index.vue
+19
-4
No files found.
src/views/ecw/box/shippingAir/nodePage/mergePkg/pkgPage.vue
View file @
62ac27b7
This diff is collapsed.
Click to expand it.
src/views/ecw/order/prepayDeal.vue
View file @
62ac27b7
...
@@ -1970,8 +1970,6 @@
...
@@ -1970,8 +1970,6 @@
>
{{
currencyMap
[
scope
.
row
.
clearanceFreightCurrency
]
}}
/
>
{{
currencyMap
[
scope
.
row
.
clearanceFreightCurrency
]
}}
/
{{
unitMap
[
scope
.
row
.
clearanceFreightVolume
]
}}
<
/spa
n
{{
unitMap
[
scope
.
row
.
clearanceFreightVolume
]
}}
<
/spa
n
>
>
<!--
<
selector
v
-
model
=
"
scope.row.clearanceFreightCurrency
"
:
options
=
"
currencyList
"
:
label
-
field
=
"
$l('title')
"
value
-
field
=
"
id
"
defaultable2
class
=
"
w100
"
/>
/ <selector v-model="scope.row.clearanceFreightVolume" :options="unitList" :label-field="$l
(
'title'
)
" value-field="id" defaultable2 class="w100" /
>
-->
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
v
-
else
>
<
div
v
-
else
>
...
@@ -2557,6 +2555,7 @@ export default {
...
@@ -2557,6 +2555,7 @@ export default {
this
.
orderExceptionData
.
orderExceptionType
==
this
.
orderExceptionData
.
orderExceptionType
==
"
not_shipping_channel_exception
"
"
not_shipping_channel_exception
"
)
{
)
{
//not_shipping_channel_exception 不可出渠道异常
this
.
selectLine
=
this
.
routerList
.
find
(
this
.
selectLine
=
this
.
routerList
.
find
(
(
item
)
=>
item
.
id
==
this
.
handlerParams
.
lineId
(
item
)
=>
item
.
id
==
this
.
handlerParams
.
lineId
);
);
...
@@ -2568,6 +2567,7 @@ export default {
...
@@ -2568,6 +2567,7 @@ export default {
}
,
}
,
//订单详情
//订单详情
getOrderData
()
{
getOrderData
()
{
//not_shipping_channel_exception 不可出渠道异常
getOrder
(
this
.
orderId
).
then
((
response
)
=>
{
getOrder
(
this
.
orderId
).
then
((
response
)
=>
{
this
.
orderData
=
response
.
data
;
this
.
orderData
=
response
.
data
;
if
(
this
.
orderData
.
channelId
!=
0
)
{
if
(
this
.
orderData
.
channelId
!=
0
)
{
...
@@ -3071,11 +3071,12 @@ export default {
...
@@ -3071,11 +3071,12 @@ export default {
if
(
!
item
.
prodId
)
{
if
(
!
item
.
prodId
)
{
calcable
=
false
;
calcable
=
false
;
}
}
//alert(item.oneClearanceFreight);
}
);
}
);
console
.
log
(
"
calculationPrice
"
,
this
.
handlerParams
.
channelId
);
console
.
log
(
"
calculationPrice
"
,
this
.
handlerParams
.
channelId
);
if
(
this
.
calculating
||
!
calcable
)
return
false
;
if
(
this
.
calculating
||
!
calcable
)
return
false
;
this
.
calculating
=
true
;
this
.
calculating
=
true
;
console
.
log
(
"
calculating --->
"
);
//
console.log("calculating ---> ");
const
params
=
{
const
params
=
{
lineId
:
this
.
handlerParams
.
lineId
,
lineId
:
this
.
handlerParams
.
lineId
,
transportId
:
this
.
orderData
.
transportId
,
transportId
:
this
.
orderData
.
transportId
,
...
@@ -3093,8 +3094,10 @@ export default {
...
@@ -3093,8 +3094,10 @@ export default {
calculationPrice
(
params
)
calculationPrice
(
params
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
this
.
orderData
.
orderItemVOList
.
map
((
item
,
index
)
=>
{
this
.
orderData
.
orderItemVOList
.
map
((
item
,
index
)
=>
{
//清关价问题关键点在这,后台获取的值的变量名称换了
item
.
oneClearanceFreight
=
item
.
oneClearanceFreight
=
res
.
data
.
prodCostDtoList
[
index
].
oneClearanceFee
;
res
.
data
.
prodCostDtoList
[
index
].
oneClearanceFee
;
//alert( item.oneClearanceFreight);
item
.
clearanceFreightCurrency
=
item
.
clearanceFreightCurrency
=
res
.
data
.
prodCostDtoList
[
index
].
clearanceFeeCurrency
;
res
.
data
.
prodCostDtoList
[
index
].
clearanceFeeCurrency
;
item
.
clearanceFreightVolume
=
item
.
clearanceFreightVolume
=
...
...
src/views/ecw/order/stocking/index.vue
View file @
62ac27b7
...
@@ -301,13 +301,24 @@
...
@@ -301,13 +301,24 @@
})
})
}}
}}
</el-form-item>
</el-form-item>
<!--lanbm 2024-06-21 处理问题
<el-form-item :label="$t('入仓统计')" class="mb-0">
<el-form-item :label="$t('入仓统计')" class="mb-0">
{{
{{
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
num: statistics.sumCartonsNumFinishedWarehouseIn,
num:statistics.sumCartonsNumFinishedWarehouseIn,
weight: statistics.sumWeightFinishedWarehouseIn,
weight:statistics.sumWeightFinishedWarehouseIn,
volume: statistics.sumVolumeFinishedWarehouseIn,
volume:statistics.sumVolumeFinishedWarehouseIn,
quantity: statistics.sumQuantityAllFinishedWarehouseIn,
quantity:statistics.sumQuantityAllFinishedWarehouseIn,
})
}}
</el-form-item>-->
<el-form-item
:label=
"$t('入仓统计')"
class=
"mb-0"
>
{{
$t(`{num}箱 {weight}Kg {volume}m³ {quantity}个`, {
num:form.sumNum,
weight:form.sumWeight,
volume:form.sumVolume,
quantity:form.sumQuantity,
})
})
}}
}}
</el-form-item>
</el-form-item>
...
@@ -502,6 +513,8 @@ export default {
...
@@ -502,6 +513,8 @@ export default {
manualExceptionType
:
[],
manualExceptionType
:
[],
sumVolume
:
""
,
sumVolume
:
""
,
sumWeight
:
""
,
sumWeight
:
""
,
sumNum
:
""
,
//入仓件数 lanbm 2024-06-21 add
sumQuantity
:
""
,
//入仓数量
},
},
currencyList
:
[],
currencyList
:
[],
order
:
{},
order
:
{},
...
@@ -599,6 +612,8 @@ export default {
...
@@ -599,6 +612,8 @@ export default {
this
.
order
=
r
.
data
;
this
.
order
=
r
.
data
;
this
.
form
.
sumVolume
=
this
.
order
.
sumVolume
;
this
.
form
.
sumVolume
=
this
.
order
.
sumVolume
;
this
.
form
.
sumWeight
=
this
.
order
.
sumWeight
;
this
.
form
.
sumWeight
=
this
.
order
.
sumWeight
;
this
.
form
.
sumNum
=
this
.
order
.
sumNum
;
this
.
form
.
sumQuantity
=
this
.
order
.
sumQuantity
;
})
})
.
then
(()
=>
{
.
then
(()
=>
{
// this.getLabelByOrder()
// this.getLabelByOrder()
...
...
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