Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
6ffb6f99
Commit
6ffb6f99
authored
Aug 07, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.7
parent
295e5e91
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
70 additions
and
2 deletions
+70
-2
ruoyi-ui/src/views/smartSchool/personWork/auditoriumReservation/index.vue
+0
-2
ruoyi-ui/src/views/smartSchool/personWork/lendingReceiving/index.vue
+14
-0
ruoyi-ui/src/views/smartSchool/schoolProperty/collectionLedger/index.vue
+14
-0
ruoyi-ui/src/views/smartSchool/schoolProperty/lendingReturn/index.vue
+14
-0
ruoyi-ui/src/views/smartSchool/schoolProperty/outboundLedger/index.vue
+14
-0
ruoyi-ui/src/views/smartSchool/schoolProperty/warehousingLedger/index.vue
+14
-0
No files found.
ruoyi-ui/src/views/smartSchool/personWork/auditoriumReservation/index.vue
View file @
6ffb6f99
...
...
@@ -322,9 +322,7 @@ import {
uploadList
,
//文件上传
}
from
"@/api/smartSchool/personWork/auditoriumReservation"
;
import
{
CustomCellStyle
}
from
"@/enums/customStyle"
;
import
{
commonUpload
}
from
"@/api/common"
;
import
"@riophae/vue-treeselect/dist/vue-treeselect.css"
;
import
{
SubmitState
}
from
"@/enums/apply"
;
import
SelectUser
from
"./components/SelectUser"
;
import
moment
from
'moment'
import
FileUploadNew
from
'@/components/FileUploadNew'
;
...
...
ruoyi-ui/src/views/smartSchool/personWork/lendingReceiving/index.vue
0 → 100644
View file @
6ffb6f99
<
template
>
<div>
<h2>
教师借出领用报修记录
</h2>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
ruoyi-ui/src/views/smartSchool/schoolProperty/collectionLedger/index.vue
0 → 100644
View file @
6ffb6f99
<
template
>
<div>
<h2>
领用台帐
</h2>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
ruoyi-ui/src/views/smartSchool/schoolProperty/lendingReturn/index.vue
0 → 100644
View file @
6ffb6f99
<
template
>
<div>
<h2>
借出归还台帐
</h2>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
ruoyi-ui/src/views/smartSchool/schoolProperty/outboundLedger/index.vue
0 → 100644
View file @
6ffb6f99
<
template
>
<div>
<h2>
出库台帐
</h2>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
ruoyi-ui/src/views/smartSchool/schoolProperty/warehousingLedger/index.vue
0 → 100644
View file @
6ffb6f99
<
template
>
<div>
<h2>
入库台帐
</h2>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
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