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
ac3130e4
Commit
ac3130e4
authored
Dec 31, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预付异常修复
parent
050ee02c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+7
-6
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
ac3130e4
...
...
@@ -201,10 +201,11 @@
<
el
-
row
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_pay_exception'
"
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
form
-
item
:
label
=
"
$t('已核销预付金额')+':'
"
>
<
span
style
=
"
margin-left: 8px;
"
v
-
for
=
"
(item, key) of orderFee.writeOffAmount
"
:
key
=
"
key
"
>
{{
item
}}
{{
currencyMap
[
key
]
}}
<
/span
>
<
span
v
-
if
=
"
JSON.stringify(orderFee.writeOffAmount) != '{
}
'
"
style
=
"
margin-left: 8px;
"
v
-
for
=
"
(item, key) of orderFee.writeOffAmount
"
:
key
=
"
key
"
>
{{
item
}}
{{
currencyMap
[
key
]
}}
<
/span
>
<
span
v
-
if
=
"
JSON.stringify(orderFee.writeOffAmount) == '{
}
'
"
>
0
<
/span
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
:
label
=
"
$t('已核销预付金额占总金额比例')+':'
"
label
-
width
=
"
320px
"
>
{{
orderFee
.
writeOffAmountScale
}}
%
<
/el-form-item
>
...
...
@@ -216,7 +217,7 @@
{{
orderFee
.
paymentGoodsWorth
}}
{{
$t
(
'
人民币
'
)
}}
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品货值占总货值比例')+':'
"
label
-
width
=
"
320px
"
>
{{
orderFee
.
paymentGoodsWorthScale
}}
%
<
/el-form-item
>
...
...
@@ -229,7 +230,7 @@
{{
orderFee
.
paymentGoodsVolume
}}
{{
$t
(
'
立方米
'
)
}}
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品货值占订单总运费+清关费比例')+':'
"
label
-
width
=
"
320px
"
>
{{
orderFee
.
needWorthScale
}}
%
<
/el-form-item
>
...
...
@@ -241,13 +242,13 @@
{{
orderFee
.
totalVolume
}}
{{
$t
(
'
立方米
'
)
}}
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
12
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品方数占总方数比例')+':'
"
label
-
width
=
"
320px
"
>
{{
orderFee
.
paymentGoodsVolumeScale
}}
%
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
:
span
=
"
8
"
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_doc_exception'
"
>
<
el
-
row
:
span
=
"
12
"
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_doc_exception'
"
>
<
el
-
form
-
item
:
label
=
"
$t('报关资料')+':'
"
size
=
"
medium
"
:
require
=
"
true
"
>
<
file
-
upload
v
-
model
=
"
handlerParams.fileList
"
:
value
=
"
orderExceptionData.orderExceptionAttr
"
><
/file-upload
>
<
/el-form-item
>
...
...
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