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
2dbd2ad8
Commit
2dbd2ad8
authored
Oct 18, 2022
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator
into dev
parents
38b13862
ef9a5123
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
creatCollection.vue
src/views/ecw/financial/creatCollection.vue
+6
-6
receiptDetail.vue
src/views/ecw/financial/receiptDetail.vue
+6
-6
singleApply.vue
src/views/ecw/order/singleApply.vue
+2
-1
No files found.
src/views/ecw/financial/creatCollection.vue
View file @
2dbd2ad8
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
<
/el-descriptions
>
<
/el-descriptions
>
<
/el-card
>
<
/el-card
>
<
el
-
card
class
=
"
card
"
>
<
el
-
card
class
=
"
card
"
>
<
div
slot
=
"
header
"
class
=
"
card-title
"
>
{{
$t
(
'
应收账单
'
)
}}
<
/div
>
<
div
slot
=
"
header
"
class
=
"
card-title
"
>
{{
$t
(
'
收款信息
'
)
}}
<
/div
>
<
el
-
table
:
data
=
"
form.receiptAccountList
"
border
:
key
=
"
form.receiptAccountList.length
"
>
<
el
-
table
:
data
=
"
form.receiptAccountList
"
border
:
key
=
"
form.receiptAccountList.length
"
>
<
el
-
table
-
column
:
label
=
"
$t('应收币种')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('应收币种')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
...
@@ -296,7 +296,7 @@
...
@@ -296,7 +296,7 @@
{{
$t
(
'
核销基准金额
'
)
}}
(
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
showCurrencyId
"
/>
)
{{
$t
(
'
核销基准金额
'
)
}}
(
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
showCurrencyId
"
/>
)
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款账户')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款账户')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
el
-
form
-
item
<
el
-
form
-
item
v
-
if
=
"
scope.row.type !== 'total'
"
v
-
if
=
"
scope.row.type !== 'total'
"
...
@@ -319,7 +319,7 @@
...
@@ -319,7 +319,7 @@
<
/el-form-item
>
<
/el-form-item
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款币种')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款币种')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
el
-
form
-
item
<
el
-
form
-
item
v
-
if
=
"
scope.row.type !== 'total'
"
v
-
if
=
"
scope.row.type !== 'total'
"
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
<
/el-form-item
>
<
/el-form-item
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款汇率')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款汇率')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
el
-
form
-
item
<
el
-
form
-
item
v
-
if
=
"
scope.row.type !== 'total'
"
v
-
if
=
"
scope.row.type !== 'total'
"
...
@@ -347,10 +347,10 @@
...
@@ -347,10 +347,10 @@
>
>
<
el
-
input
v
-
model
=
"
scope.row.collectionRate
"
@
input
=
"
() => rateChange(scope.row, scope.$index)
"
><
/el-input
>
<
el
-
input
v
-
model
=
"
scope.row.collectionRate
"
@
input
=
"
() => rateChange(scope.row, scope.$index)
"
><
/el-input
>
<
/el-form-item
>
<
/el-form-item
>
<
span
v
-
else
>
{{
$t
(
'
收款总
金额
'
)
}}
<
/span
>
<
span
v
-
else
>
{{
$t
(
'
期望收费
金额
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款金额')
"
align
=
"
center
"
prop
=
"
collectionAmount
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款金额')
"
align
=
"
center
"
prop
=
"
collectionAmount
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionAmount
.
toFixed
(
6
)
}}
<
/span
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionAmount
.
toFixed
(
6
)
}}
<
/span
>
<
div
v
-
else
>
<
div
v
-
else
>
...
...
src/views/ecw/financial/receiptDetail.vue
View file @
2dbd2ad8
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<
/el-table
>
<
/el-table
>
<
/el-card
>
<
/el-card
>
<
el
-
card
class
=
"
card
"
>
<
el
-
card
class
=
"
card
"
>
<
div
slot
=
"
header
"
class
=
"
card-title
"
>
{{
$t
(
'
应收账单
'
)
}}
<
/div
>
<
div
slot
=
"
header
"
class
=
"
card-title
"
>
{{
$t
(
'
收款信息
'
)
}}
<
/div
>
<
el
-
table
:
data
=
"
form.receiptAccountList
"
border
>
<
el
-
table
:
data
=
"
form.receiptAccountList
"
border
>
<
el
-
table
-
column
:
label
=
"
$t('应收币种')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('应收币种')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
...
@@ -185,17 +185,17 @@
...
@@ -185,17 +185,17 @@
{{
$t
(
'
核销基准金额
'
)
}}
(
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
showCurrencyId
"
/>
)
{{
$t
(
'
核销基准金额
'
)
}}
(
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
showCurrencyId
"
/>
)
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款账户')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款账户')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
v
-
if
=
"
scope.row.type !== 'total'
"
>
<
template
slot
-
scope
=
"
scope
"
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
`${bankData.find(v => v.id == scope.row.platformAccountId).baAccountName
}
(${bankData.find(v => v.id == scope.row.platformAccountId).baAccountNum
}
)`
}}
{{
`${bankData.find(v => v.id == scope.row.platformAccountId).baAccountName
}
(${bankData.find(v => v.id == scope.row.platformAccountId).baAccountNum
}
)`
}}
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款币种')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款币种')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
scope.row.collectionCurrencyId
"
/>
<
dict
-
tag
:
type
=
"
DICT_TYPE.BOX_SHIPPING_PRICE_UNIT
"
:
value
=
"
scope.row.collectionCurrencyId
"
/>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款汇率')
"
align
=
"
center
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款汇率')
"
align
=
"
center
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<!--
<
el
-
form
-
item
<!--
<
el
-
form
-
item
v
-
if
=
"
scope.row.type !== 'total'
"
v
-
if
=
"
scope.row.type !== 'total'
"
...
@@ -207,10 +207,10 @@
...
@@ -207,10 +207,10 @@
<
el
-
input
v
-
model
=
"
scope.row.collectionRate
"
@
input
=
"
() => rateChange(scope.row, scope.$index)
"
><
/el-input
>
<
el
-
input
v
-
model
=
"
scope.row.collectionRate
"
@
input
=
"
() => rateChange(scope.row, scope.$index)
"
><
/el-input
>
<
/el-form-item> --
>
<
/el-form-item> --
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionRate
}}
<
/span
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionRate
}}
<
/span
>
<
span
v
-
else
>
{{
$t
(
'
收款总
金额
'
)
}}
<
/span
>
<
span
v
-
else
>
{{
$t
(
'
期望收费
金额
'
)
}}
<
/span
>
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('收款金额')
"
align
=
"
center
"
prop
=
"
collectionAmount
"
>
<
el
-
table
-
column
:
label
=
"
$t('
期望
收款金额')
"
align
=
"
center
"
prop
=
"
collectionAmount
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionAmount
}}
<
/span
>
<
span
v
-
if
=
"
scope.row.type !== 'total'
"
>
{{
scope
.
row
.
collectionAmount
}}
<
/span
>
<
div
v
-
else
>
<
div
v
-
else
>
...
...
src/views/ecw/order/singleApply.vue
View file @
2dbd2ad8
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<el-table-column
:label=
"$t('入仓货物属性')"
align=
"center"
>
<el-table-column
:label=
"$t('入仓货物属性')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
$t
(
'
合计
'
)
}}
:
</span>
<span>
{{
$t
(
'
合计
'
)
}}
:
</span>
<span>
{{
scope
.
row
.
sumNum
+
this
.
$t
(
'
箱
'
)
+
'
'
+
scope
.
row
.
sumVolume
+
'
m³
'
+
scope
.
row
.
sumWeight
+
'
kg
'
}}
</span>
<span>
{{
scope
.
row
.
sumNum
+
$t
(
'
箱
'
)
+
'
'
+
scope
.
row
.
sumVolume
+
'
m³
'
+
scope
.
row
.
sumWeight
+
'
kg
'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('入仓时间')"
align=
"center"
>
<el-table-column
:label=
"$t('入仓时间')"
align=
"center"
>
...
@@ -221,6 +221,7 @@ export default {
...
@@ -221,6 +221,7 @@ export default {
// 执行查询
// 执行查询
getMergeListByOrderNo
(
this
.
queryParams
).
then
(
response
=>
{
getMergeListByOrderNo
(
this
.
queryParams
).
then
(
response
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
console
.
log
(
'
(response.data
'
,
response
.
data
)
if
(
response
.
data
.
mergedList
){
if
(
response
.
data
.
mergedList
){
this
.
mergedList
=
response
.
data
.
mergedList
;
this
.
mergedList
=
response
.
data
.
mergedList
;
}
}
...
...
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