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
jiaxing.zhou
2025-03-03 16:05:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0c69d77f1af6767226e5e30623f8da9a578bd66
a0c69d77
1 parent
75fc25bb
feat(exportListQuery): 添加清单编号列
- 在出口清单查询页面的表格中新增了"清单编号"列 - 清单编号列的值来源于"invtNo"字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/exportListQuery/index.vue
src/views/exportListQuery/index.vue
View file @
a0c69d7
...
...
@@ -277,6 +277,12 @@ export default {
align: "left",
},
{
name: "清单编号",
value: "invtNo",
width: "",
align: "left"
},
{
name: "电商企业代码",
value: "ebpcode",
width: "",
...
...
Please
register
or
login
to post a comment