Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
80928860c5ef7e335d6b78b7d355ee996b6bd193
Authored by
zhongnanhuang
2024-06-17 13:32:32 +0800
1 parent
49a4344a
build: skipped
feat: update 采购筛选条件新增修改审核状态
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/Order/index.tsx
src/pages/Order/index.tsx
View file @
8092886
...
...
@@ -3661,6 +3661,7 @@ const OrderPage = () => {
3661
3661
'subNotes',
3662
3662
'orderStatus',
3663
3663
'createTime',
3664
+ 'modifiedAuditStatus',
3664
3665
];
3665
3666
if (isSupplier() && !canSearchIndex.includes(item.dataIndex)) {
3666
3667
item.search = false;
...
...