Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
紫光云
web-project
Commits
1187ebf8
Commit
1187ebf8
authored
Jun 27, 2024
by
牛虎林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算管理高级查询功能开发
parent
b56fd371
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
detail.data.ts
src/views/statement/changeSignatureDrawer/detail.data.ts
+1
-2
changeSignature.vue
src/views/statement/tabs/changeSignature.vue
+1
-1
No files found.
src/views/statement/changeSignatureDrawer/detail.data.ts
View file @
1187ebf8
...
...
@@ -782,8 +782,7 @@ export function getFormConfig(): Partial<FormProps> {
},
},
],
};
}
src/views/statement/tabs/changeSignature.vue
View file @
1187ebf8
...
...
@@ -36,7 +36,6 @@ import detaildrawer from '@/views/statement/changeSignatureDrawer/detailDrawer.v
import
{
useDrawer
}
from
"@/components/Drawer"
;
const
[
registerDrawer
,
{
openDrawer
}]
=
useDrawer
();
import
{
inject
}
from
'vue'
;
import
{
router
}
from
'@/router'
;
let
detailId
=
inject
(
'detailId'
);
//导出相关操作
import
{
biddingPlanColumns
,
exportUrl
}
from
"@/views/statement/components/changeSignature/data"
;
...
...
@@ -92,6 +91,7 @@ import {getFormConfig} from "@/views/statement/changeSignatureDrawer/detail.data
projectId
:
null
,
exportUrl
:
exportUrl
,
title
:
"变更签证管理"
,
searchData
:
getForm
().
getFieldsValue
(),
exportData
:
getExportData
(),
});
}
...
...
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