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
4741fdde
Commit
4741fdde
authored
Jan 09, 2024
by
zhoutong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
f306c9ec
497e23d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+9
-4
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
4741fdde
...
@@ -297,10 +297,11 @@
...
@@ -297,10 +297,11 @@
<
el
-
table
-
column
:
label
=
"
$t('货值')
"
prop
=
"
worth
"
/>
<
el
-
table
-
column
:
label
=
"
$t('货值')
"
prop
=
"
worth
"
/>
<
/el-table
>
<
/el-table
>
<
div
class
=
"
overweight_order
"
v
-
if
=
"
(['overweight_exception','channel_packaging_overweight_exception'].indexOf(orderExceptionData.orderExceptionType) > -1&&handlerParams.orderExceptionHandlerResult=='update_weight_limit')||(['line_weight_exception',].indexOf(orderExceptionData.orderExceptionType) > -1&&handlerParams.orderExceptionHandlerResult=='change_line_weight')
"
>
<
div
class
=
"
overweight_order
"
v
-
if
=
"
(['overweight_exception','channel_packaging_overweight_exception'].indexOf(orderExceptionData.orderExceptionType) > -1&&handlerParams.orderExceptionHandlerResult=='update_weight_limit')||(['line_weight_exception',].indexOf(orderExceptionData.orderExceptionType) > -1&&handlerParams.orderExceptionHandlerResult=='change_line_weight')
"
>
<
span
>
{{
$t
(
'
空运订单重量上限
'
)
}}
(
kg
)
<
/span
>
<
span
v
-
if
=
"
orderExceptionData.orderExceptionType=='line_weight_exception'
"
>
{{
$t
(
'
路线重量上限
'
)
}}
(
kg
)
<
/span
>
<
span
v
-
else
>
{{
$t
(
'
空运订单重量上限
'
)
}}
(
kg
)
<
/span
>
<
div
style
=
"
width:200px;margin-left:20px
"
><
el
-
input
type
=
"
number
"
v
-
model
=
"
handlerParams.weightLimit
"
><
/el-input></
div
>
<
div
style
=
"
width:200px;margin-left:20px
"
><
el
-
input
type
=
"
number
"
v
-
model
=
"
handlerParams.weightLimit
"
><
/el-input></
div
>
<
/div
>
<
/div
>
<!--
未分配客户经理
-->
<!--
未分配客户经理
-->
<
div
v
-
if
=
"
orderExceptionData.orderExceptionType=='not_customer_service_exception'
"
>
<
div
v
-
if
=
"
orderExceptionData.orderExceptionType=='not_customer_service_exception'
"
>
<
el
-
row
:
gutter
=
"
20
"
>
<
el
-
row
:
gutter
=
"
20
"
>
<
el
-
col
:
span
=
"
8
"
v
-
if
=
"
orderData.consignorVO
"
>
<
el
-
col
:
span
=
"
8
"
v
-
if
=
"
orderData.consignorVO
"
>
...
@@ -1458,9 +1459,13 @@
...
@@ -1458,9 +1459,13 @@
return
return
}
}
}
}
if
(
[
'
channel_packaging_overweight_exception
'
,
'
line_weight_exception
'
,
'
overweight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
update_weight_limit
'
){
if
(
([
'
channel_packaging_overweight_exception
'
,
'
line_weight_exception
'
,
'
overweight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
update_weight_limit
'
)
||
([
'
line_weight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
change_line_weight
'
)
){
if
(
!
this
.
handlerParams
.
weightLimit
){
if
(
!
this
.
handlerParams
.
weightLimit
){
this
.
$modal
.
msgError
(
this
.
$t
(
'
请输入空运订单上限
'
));
if
(
this
.
orderExceptionData
.
orderExceptionType
==
'
line_weight_exception
'
){
this
.
$modal
.
msgError
(
this
.
$t
(
'
请输入路线重量上限
'
));
}
else
{
this
.
$modal
.
msgError
(
this
.
$t
(
'
请输入空运订单上限
'
));
}
return
return
}
}
}
}
...
...
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