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
788e4ee6
Commit
788e4ee6
authored
Aug 21, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/price_query' into dev
# Conflicts: # src/views/ecw/order/prepayDeal.vue
parents
f9afc26f
f3dcd007
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+4
-4
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
788e4ee6
...
...
@@ -1140,7 +1140,7 @@
<!--
<
span
v
-
if
=
"
!scope.row.oneSeaFreight
"
>
{{
$t
(
'
运费
'
)
}}
:{{
$t
(
'
未报价
'
)
}}
<
/span> --
>
<
div
v
-
if
=
"
orderExceptionData.orderExceptionStatus == 0
"
>
<
div
>
<
el
-
form
-
item
v
-
if
=
"
unitChangable
"
:
label
=
"
$t('是否预付')
"
>
<
el
-
form
-
item
v
-
if
=
"
unitChangable
&& handlerParams.orderExceptionHandlerResult != 'confirmed_return'
"
:
label
=
"
$t('是否预付')
"
>
<
el
-
radio
-
group
v
-
model
=
"
row.needPay
"
>
<
el
-
radio
:
label
=
"
1
"
>
{{
$t
(
"
预付
"
)
}}
<
/el-radio
>
<
el
-
radio
:
label
=
"
0
"
>
{{
$t
(
"
均可
"
)
}}
<
/el-radio
>
...
...
@@ -1148,7 +1148,7 @@
<
/el-form-item
>
<
/div
>
<
div
>
<
el
-
form
-
item
v
-
if
=
"
unitChangable
"
:
label
=
"
$t('单价模式')
"
>
<
el
-
form
-
item
v
-
if
=
"
unitChangable
&& handlerParams.orderExceptionHandlerResult != 'confirmed_return'
"
:
label
=
"
$t('单价模式')
"
>
<
dict
-
selector
:
type
=
"
DICT_TYPE.ECW_PRICE_TYPE
"
v
-
model
=
"
row.charging
"
...
...
@@ -1157,7 +1157,7 @@
/>
<
/el-form-item
>
<
/div
>
<
div
class
=
"
price_list
"
>
<
div
class
=
"
price_list
"
v
-
if
=
"
handlerParams.orderExceptionHandlerResult != 'confirmed_return'
"
>
<
div
class
=
"
price_label
"
>
{{
row
.
charging
==
1
?
$t
(
'
全包价
'
)
:
$t
(
"
运费
"
)
}}
:
<
/div
>
<
div
class
=
"
price_list
"
>
<
div
...
...
@@ -1184,7 +1184,7 @@
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
price_list
"
v
-
if
=
"
row.charging === 0 || row.charging === '0
'
"
>
<
div
class
=
"
price_list
"
v
-
if
=
"
(row.charging === 0 || row.charging === '0') && handlerParams.orderExceptionHandlerResult != 'confirmed_return
'
"
>
<
div
class
=
"
price_label
"
>
{{
$t
(
"
清关费
"
)
}}
:
<
/div
>
<
div
class
=
"
price_list
"
>
<
div
...
...
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