Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
xingru.liu
2024-12-30 16:01:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
77826c024a1a81e4c87e2ef6e25b745a69278697
77826c02
1 parent
9c978fb5
修改接口展示
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/api/declareData-api.js
src/views/exportBillQuery/index.vue
src/views/reportingData/index.vue
src/api/declareData-api.js
View file @
77826c0
...
...
@@ -110,7 +110,7 @@ export function getWayBillReceipt(data) {
}
/**
*
查看物流回执
*
导出回执数据
* @param {*} data
* @returns
*/
...
...
src/views/exportBillQuery/index.vue
View file @
77826c0
...
...
@@ -226,7 +226,7 @@ export default {
},
{
name: "报送类型",
value: "appType
Str
",
value: "appType",
width: "",
align: "left",
},
...
...
src/views/reportingData/index.vue
View file @
77826c0
...
...
@@ -187,7 +187,7 @@
ref="entryTable"
:data="tableData"
:headerData="headerData"
:
height="430
"
:
maxHeight="tableMaxheight
"
:border="true"
:pagination="true"
:order="false"
...
...
Please
register
or
login
to post a comment