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
1e323da1
Commit
1e323da1
authored
Aug 07, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应收报表中国实收运费字段错误
parent
354c8088
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
selfNoReport.vue
src/views/ecw/financial/selfNoReport.vue
+17
-17
No files found.
src/views/ecw/financial/selfNoReport.vue
View file @
1e323da1
...
...
@@ -20,7 +20,7 @@
>
<el-select
v-model=
"queryParams.startWarehouseIdList"
multiple
:placeholder=
"$t('请选择')"
clearable
...
...
@@ -104,7 +104,7 @@
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
value-format=
"yyyy-MM-dd HH:mm:ss"
>
</el-date-picker>
</el-form-item>
...
...
@@ -117,7 +117,7 @@
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
value-format=
"yyyy-MM-dd HH:mm:ss"
>
</el-date-picker>
</el-form-item>
...
...
@@ -130,7 +130,7 @@
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
value-format=
"yyyy-MM-dd HH:mm:ss"
>
</el-date-picker>
</el-form-item>
...
...
@@ -272,7 +272,7 @@
prop=
"summaryInfo.netReceiptsAdvanceFreightFeeGroup"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
summaryInfo
.
n
etReceiptsAdvanceFreightFee
{{
row
.
summaryInfo
.
totalN
etReceiptsAdvanceFreightFee
}}{{
row
.
summaryInfo
.
totalFreightFeeCurrency
}}
</
template
>
</el-table-column>
...
...
@@ -407,20 +407,20 @@ export default {
let
da
=
res
.
data
.
filter
(
(
item
)
=>
+
item
.
tradeType
===
2
||
+
item
.
tradeType
===
3
);
let
ids
=
da
.
map
(
item
=>
item
.
id
);
let
ids
=
da
.
map
(
item
=>
item
.
id
);
this
.
$set
(
this
.
queryParams
,
"
startWarehouseIdList
"
,
ids
);
this
.
exportWarehouseList
=
da
;
//下拉框数据
}
}
);
getListTree
({
treeType
:
1
}).
then
((
r
)
=>
{
this
.
countryList
=
r
.
data
;
});
},
watch
:
{
// 目的国变更后要重置目的仓
...
...
@@ -486,8 +486,8 @@ export default {
handleSelect
(
val
){
console
.
log
(
"
带
"
)
//console.log(this.currencyList)
},
},
getCurrencyLabel
(
id
)
{
const
item
=
this
.
currencyList
.
find
((
item
)
=>
item
.
id
===
id
);
if
(
!
item
)
return
""
;
...
...
@@ -506,7 +506,7 @@ export default {
this
.
addBeginAndEndTime
(
params
,
this
.
daogangTime
,
"
DaogangTime
"
,
false
);
this
.
addBeginAndEndTime
(
params
,
this
.
qingguanTime
,
"
QingguanTime
"
,
false
);
// 执行查询
boxSettlementPage
(
params
)
.
then
((
response
)
=>
{
...
...
@@ -561,7 +561,7 @@ export default {
// 其他费用折扣
this
.
getTotal
(
"
discountOtherFee
"
)
+
OtherCurrencyName
,
];
return
data
;
},
/** 搜索按钮操作 */
...
...
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