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
22ab0f26
Commit
22ab0f26
authored
Feb 24, 2023
by
huhaiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改海运缺陷
parent
b50e658d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
indexSea.vue
src/views/ecw/box/indexSea.vue
+1
-0
indexSeaAir.vue
src/views/ecw/box/indexSeaAir.vue
+2
-1
query.vue
src/views/ecw/box/query.vue
+7
-3
No files found.
src/views/ecw/box/indexSea.vue
View file @
22ab0f26
...
@@ -403,6 +403,7 @@ export default {
...
@@ -403,6 +403,7 @@ export default {
let
params
=
{
...
this
.
queryParams
}
;
let
params
=
{
...
this
.
queryParams
}
;
params
.
page
=
undefined
;
params
.
page
=
undefined
;
params
.
pageSize
=
undefined
;
params
.
pageSize
=
undefined
;
params
.
transportTypeList
=
[
"
1
"
,
"
2
"
];
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
"
createTime
"
);
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
"
createTime
"
);
// 执行导出
// 执行导出
this
.
$modal
this
.
$modal
...
...
src/views/ecw/box/indexSeaAir.vue
View file @
22ab0f26
...
@@ -403,6 +403,7 @@ export default {
...
@@ -403,6 +403,7 @@ export default {
let
params
=
{
...
this
.
queryParams
}
;
let
params
=
{
...
this
.
queryParams
}
;
params
.
page
=
undefined
;
params
.
page
=
undefined
;
params
.
pageSize
=
undefined
;
params
.
pageSize
=
undefined
;
params
.
transportTypeList
=
[
'
4
'
];
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
"
createTime
"
);
this
.
addBeginAndEndTime
(
params
,
this
.
dateRangeCreateTime
,
"
createTime
"
);
// 执行导出
// 执行导出
this
.
$modal
this
.
$modal
...
@@ -412,7 +413,7 @@ export default {
...
@@ -412,7 +413,7 @@ export default {
return
exportboxExcel
(
params
);
return
exportboxExcel
(
params
);
}
)
}
)
.
then
((
response
)
=>
{
.
then
((
response
)
=>
{
this
.
$download
.
excel
(
response
,
"
${table.classComment
}
.xls
"
);
this
.
$download
.
excel
(
response
,
this
.
$t
(
"
海空联运
"
)
+
"
.xls
"
);
this
.
exportLoading
=
false
;
this
.
exportLoading
=
false
;
}
)
}
)
.
catch
(()
=>
{
}
);
.
catch
(()
=>
{
}
);
...
...
src/views/ecw/box/query.vue
View file @
22ab0f26
...
@@ -132,9 +132,13 @@
...
@@ -132,9 +132,13 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"price"
:label=
"$t('金额')"
align=
"center"
></el-table-column>
<el-table-column
prop=
"price"
:label=
"$t('金额')"
align=
"center"
></el-table-column>
<el-table-column
prop=
""
:label=
"$t('实付金额')"
align=
"center"
></el-table-column>
<el-table-column
prop=
"payPrice"
:label=
"$t('实付金额')"
align=
"center"
></el-table-column>
<el-table-column
prop=
""
:label=
"$t('实付日期')"
align=
"center"
></el-table-column>
<el-table-column
prop=
"payTime"
:label=
"$t('实付日期')"
align=
"center"
>
<el-table-column
prop=
""
:label=
"$t('操作')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.payTime"
>
{{
formatDate
(
scope
.
row
.
payTime
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"editCostClick(scope.row)"
style=
"marginRight:10px;"
>
{{
$t
(
'
编辑
'
)
}}
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"editCostClick(scope.row)"
style=
"marginRight:10px;"
>
{{
$t
(
'
编辑
'
)
}}
</el-button>
<el-popconfirm
:title=
"$t('确定是否删除')"
@
confirm=
"deleteCostClick(scope.row)"
>
<el-popconfirm
:title=
"$t('确定是否删除')"
@
confirm=
"deleteCostClick(scope.row)"
>
...
...
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