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
9bac88d4
Commit
9bac88d4
authored
Nov 30, 2022
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预付异常增加比例
parent
2336a0ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
14 deletions
+29
-14
PrepayExceptionDetail.vue
src/views/ecw/order/components/PrepayExceptionDetail.vue
+16
-9
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+13
-5
No files found.
src/views/ecw/order/components/PrepayExceptionDetail.vue
View file @
9bac88d4
...
...
@@ -41,7 +41,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:label=
"$t('已核销预付金额占总金额比例')+':'"
label-width=
"
20
0px"
>
<el-form-item
:label=
"$t('已核销预付金额占总金额比例')+':'"
label-width=
"
32
0px"
>
{{
orderFee
.
writeOffAmountScale
}}
%
</el-form-item>
</el-col>
...
...
@@ -53,24 +53,31 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:label=
"$t('预付商品货值占佣金额比例')+':'"
label-width=
"
20
0px"
>
<el-form-item
:label=
"$t('预付商品货值占佣金额比例')+':'"
label-width=
"
32
0px"
>
{{
orderFee
.
paymentGoodsWorthScale
}}
%
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-form-item
:label=
"$t('预付商品方数')+':'"
>
{{
orderFee
.
paymentGoodsVolume
}}
{{
$t
(
'
立方米
'
)
}}
</el-form-item>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('预付商品方数')+':'"
>
{{
orderFee
.
paymentGoodsVolume
}}
{{
$t
(
'
立方米
'
)
}}
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:label=
"$t('预付商品货值占订单总运费+清关费比例')+':'"
label-width=
"320px"
>
{{
orderFee
.
needWorthScale
}}
%
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('订单总方数')+':'"
>
{{
orderFee
.
totalVolume
}}
{{
$t
(
'
立方米
'
)
}}
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
:label=
"$t('预付商品方数占总方数比例')+':'"
label-width=
"
20
0px"
>
<el-form-item
:label=
"$t('预付商品方数占总方数比例')+':'"
label-width=
"
32
0px"
>
{{
orderFee
.
paymentGoodsVolumeScale
}}
%
</el-form-item>
</el-col>
...
...
src/views/ecw/order/prepayDeal.vue
View file @
9bac88d4
...
...
@@ -205,7 +205,7 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
form
-
item
:
label
=
"
$t('已核销预付金额占总金额比例')+':'
"
label
-
width
=
"
20
0px
"
>
<
el
-
form
-
item
:
label
=
"
$t('已核销预付金额占总金额比例')+':'
"
label
-
width
=
"
32
0px
"
>
{{
orderFee
.
writeOffAmountScale
}}
%
<
/el-form-item
>
<
/el-col
>
...
...
@@ -217,15 +217,23 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品货值占总货值比例')+':'
"
label
-
width
=
"
20
0px
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品货值占总货值比例')+':'
"
label
-
width
=
"
32
0px
"
>
{{
orderFee
.
paymentGoodsWorthScale
}}
%
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_pay_exception'
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品方数')+':'
"
>
{{
orderFee
.
paymentGoodsVolume
}}
{{
$t
(
'
立方米
'
)
}}
<
el
-
col
:
span
=
"
6
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品方数')+':'
"
>
{{
orderFee
.
paymentGoodsVolume
}}
{{
$t
(
'
立方米
'
)
}}
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品货值占订单总运费+清关费比例')+':'
"
label
-
width
=
"
320px
"
>
{{
orderFee
.
needWorthScale
}}
%
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_pay_exception'
"
>
<
el
-
col
:
span
=
"
6
"
>
...
...
@@ -234,7 +242,7 @@
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品方数占总方数比例')+':'
"
label
-
width
=
"
20
0px
"
>
<
el
-
form
-
item
:
label
=
"
$t('预付商品方数占总方数比例')+':'
"
label
-
width
=
"
32
0px
"
>
{{
orderFee
.
paymentGoodsVolumeScale
}}
%
<
/el-form-item
>
<
/el-col
>
...
...
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