Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
胡宝山
template_vue
Commits
27b351db
Commit
27b351db
authored
Jul 29, 2023
by
刘宇扬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图标
parent
9f6590f1
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
181 additions
and
751 deletions
+181
-751
magnagement.js
src/api/magnagement.js
+26
-0
boundManagement.vue
src/views/equipment/boundManagement.vue
+50
-288
income.vue
src/views/equipment/income.vue
+97
-457
management.vue
src/views/equipment/management.vue
+4
-3
index.vue
src/views/processManagement/basicProcessManagement/index.vue
+4
-3
No files found.
src/api/magnagement.js
View file @
27b351db
...
@@ -8,4 +8,30 @@ export function listdevice(query) {
...
@@ -8,4 +8,30 @@ export function listdevice(query) {
params
:
query
params
:
query
})
})
}
}
export
function
updatadevice
(
data
)
{
return
request
({
url
:
'/wbwarehouse/update'
,
method
:
'put'
,
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
}
})
}
export
function
getDetailById
(
id
)
{
return
request
({
url
:
'/wbwarehouse/detail/'
+
id
,
method
:
'get'
})
}
export
function
add
(
data
)
{
return
request
({
url
:
'/wbwarehouse/add'
,
method
:
'post'
,
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
}
})
}
src/views/equipment/boundManagement.vue
View file @
27b351db
This diff is collapsed.
Click to expand it.
src/views/equipment/income.vue
View file @
27b351db
This diff is collapsed.
Click to expand it.
src/views/equipment/management.vue
View file @
27b351db
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
/>
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search
"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"padding: 8px 7px;"
icon=
"el-icon-search"
size=
"small
"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-refresh
"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
style=
"padding: 8px 7px;"
icon=
"el-icon-refresh"
size=
"small
"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"placeholder"
/>
<div
class=
"placeholder"
/>
...
@@ -306,7 +306,8 @@ export default {
...
@@ -306,7 +306,8 @@ export default {
lot
:
undefined
,
lot
:
undefined
,
plocation
:
undefined
,
plocation
:
undefined
,
pstatus
:
0
,
pstatus
:
0
,
ptype
:
1
ptype
:
1
,
delFlag
:
0
},
},
// 表单参数
// 表单参数
form
:
{
form
:
{
...
...
src/views/processManagement/basicProcessManagement/index.vue
View file @
27b351db
...
@@ -35,8 +35,8 @@
...
@@ -35,8 +35,8 @@
/>
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search
"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
style=
"padding: 8px 7px;"
icon=
"el-icon-search"
size=
"small
"
@
click=
"handleQuery"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-refresh
"
@
click=
"resetQuery"
>
重置
</el-button>
<el-button
style=
"padding: 8px 7px;"
icon=
"el-icon-refresh"
size=
"small
"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
class=
"placeholder"
/>
<div
class=
"placeholder"
/>
...
@@ -315,7 +315,8 @@ export default {
...
@@ -315,7 +315,8 @@ export default {
lot
:
undefined
,
lot
:
undefined
,
plocation
:
undefined
,
plocation
:
undefined
,
pstatus
:
0
,
pstatus
:
0
,
ptype
:
2
ptype
:
2
,
delFlag
:
0
},
},
// 表单参数
// 表单参数
form
:
{
form
:
{
...
...
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