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
3dba94d2
Commit
3dba94d2
authored
Jul 02, 2024
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目库,报表中心的计划完成情况的开工竣工筛选,列表,详情
parent
b94ee9cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
detail.data.ts
src/views/statement/performanceDrawer/detail.data.ts
+8
-2
detailDrawer.vue
src/views/statement/performanceDrawer/detailDrawer.vue
+3
-2
No files found.
src/views/statement/performanceDrawer/detail.data.ts
View file @
3dba94d2
...
@@ -90,8 +90,14 @@ export const formSchema: FormSchema[] = [
...
@@ -90,8 +90,14 @@ export const formSchema: FormSchema[] = [
},
},
},
},
{
{
field
:
'time'
,
field
:
'beginTime'
,
label
:
'开竣工时间'
,
label
:
'开工时间'
,
labelWidth
:
'140px'
,
component
:
'Input'
,
},
{
field
:
'endTime'
,
label
:
'竣工时间'
,
labelWidth
:
'140px'
,
labelWidth
:
'140px'
,
component
:
'Input'
,
component
:
'Input'
,
},
},
...
...
src/views/statement/performanceDrawer/detailDrawer.vue
View file @
3dba94d2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:title=
"getTitle"
:title=
"getTitle"
width=
"700px"
width=
"700px"
>
>
<BasicForm
ref=
"formElRef"
@
register=
"registerForm"
>
</BasicForm
>
<BasicForm
ref=
"formElRef"
@
register=
"registerForm"
/
>
</BasicDrawer>
</BasicDrawer>
</
template
>
</
template
>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
import
{
addItem
,
updateItem
}
from
'@/api/project/project'
;
import
{
addItem
,
updateItem
}
from
'@/api/project/project'
;
import
{
isArray
}
from
'@/utils/is'
;
import
{
isArray
}
from
'@/utils/is'
;
import
{
useUserStore
}
from
'@/store/modules/user'
;
import
{
useUserStore
}
from
'@/store/modules/user'
;
const
userStore
=
useUserStore
();
const
userStore
=
useUserStore
();
const
emit
=
defineEmits
([
'success'
,
'register'
]);
const
emit
=
defineEmits
([
'success'
,
'register'
]);
const
isUpdate
=
ref
(
true
);
const
isUpdate
=
ref
(
true
);
...
@@ -27,7 +28,7 @@
...
@@ -27,7 +28,7 @@
baseColProps
:
{
span
:
24
},
baseColProps
:
{
span
:
24
},
schemas
:
formSchema
,
schemas
:
formSchema
,
showActionButtonGroup
:
false
,
showActionButtonGroup
:
false
,
disabled
:
true
disabled
:
true
,
});
});
const
[
registerDrawer
,
{
setDrawerProps
,
closeDrawer
}]
=
useDrawerInner
(
async
(
data
)
=>
{
const
[
registerDrawer
,
{
setDrawerProps
,
closeDrawer
}]
=
useDrawerInner
(
async
(
data
)
=>
{
...
...
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