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
f7e67489
Commit
f7e67489
authored
Jul 31, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 7.31
parent
d60c41a5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
1 deletions
+36
-1
ruoyi-ui/src/api/smartSchool/logisticsManage/repairReport.js
+35
-0
ruoyi-ui/src/views/smartSchool/logisticsManage/repairReport/index copy.vue
+0
-0
ruoyi-ui/src/views/smartSchool/logisticsManage/repairReport/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/personWork/logisticsWarranty/index.vue
+1
-1
No files found.
ruoyi-ui/src/api/smartSchool/logisticsManage/repairReport.js
0 → 100644
View file @
f7e67489
import
request
from
"@/utils/request"
;
// 查看所有后勤报修信息
export
function
listRepairs
(
query
)
{
return
request
({
url
:
"/repairs/listAll"
,
method
:
"get"
,
params
:
query
,
});
}
// 查询报修信息详情
export
function
getRepairs
(
id
)
{
return
request
({
url
:
"/repairs/"
+
id
,
method
:
"get"
,
});
}
//反馈结果接口
export
function
submitRepairs
(
data
)
{
return
request
({
url
:
"/repairs"
,
method
:
"put"
,
data
:
data
,
});
}
//派单接口
export
function
dispatchRepairs
(
data
)
{
return
request
({
url
:
"/repairs"
,
method
:
"put"
,
data
:
data
,
});
}
ruoyi-ui/src/views/smartSchool/logisticsManage/repairReport/index copy.vue
0 → 100644
View file @
f7e67489
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/logisticsManage/repairReport/index.vue
View file @
f7e67489
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/personWork/logisticsWarranty/index.vue
View file @
f7e67489
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"维修结果"
prop=
"maintainResult"
>
<el-form-item
label=
"维修结果"
prop=
"maintainResult"
>
<el-input
v-model=
"form.maintainResult"
placeholder=
"
保
修结果"
></el-input>
<el-input
v-model=
"form.maintainResult"
placeholder=
"
维
修结果"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
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