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
6779cef8
Commit
6779cef8
authored
Aug 02, 2023
by
吴志坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
基础信息和两个设备领用
parent
9ef7cde0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
basicInfo.vue
src/views/equipment/basicInfo.vue
+0
-1
draw.vue
src/views/equipment/draw.vue
+2
-2
draw.vue
src/views/processManagement/draw.vue
+3
-3
No files found.
src/views/equipment/basicInfo.vue
View file @
6779cef8
...
...
@@ -216,7 +216,6 @@
import
{
add
,
listBasicInfo
,
updataInfo
,
getDetailById
,
deleteLogical
}
from
'@/api/equipment/basicInfo'
import
{
parseTime
}
from
'@/utils'
import
{
getDictData
}
from
'@/api/equipment/application'
import
{
resetForm
}
from
'@/utils/common'
export
default
{
name
:
'BasicInfo'
,
data
()
{
...
...
src/views/equipment/draw.vue
View file @
6779cef8
...
...
@@ -499,6 +499,7 @@ export default {
this
.
loadingDetail
=
false
this
.
openHandle
=
false
this
.
$message
.
success
(
'操作成功'
)
this
.
queryParams
.
page
=
1
this
.
getList
()
}
})
...
...
@@ -575,8 +576,6 @@ export default {
pn
:
undefined
,
ptype
:
undefined
,
pgx
:
undefined
,
roleKey
:
undefined
,
roleSort
:
0
,
flag
:
undefined
,
menuIds
:
[],
menuName
:
undefined
,
...
...
@@ -660,6 +659,7 @@ export default {
deleteLogical
(
id
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
'操作成功'
)
this
.
queryParams
.
page
=
1
this
.
getList
()
}
})
...
...
src/views/processManagement/draw.vue
View file @
6779cef8
...
...
@@ -424,7 +424,7 @@ export default {
pn
:
undefined
,
lot
:
undefined
,
plocation
:
undefined
,
ptype
:
1
,
ptype
:
2
,
delFlag
:
0
},
// 查询warehouse的参数
...
...
@@ -499,6 +499,7 @@ export default {
this
.
loadingDetail
=
false
this
.
openHandle
=
false
this
.
$message
.
success
(
'操作成功'
)
this
.
queryParams
.
page
=
1
this
.
getList
()
}
})
...
...
@@ -575,8 +576,6 @@ export default {
pn
:
undefined
,
ptype
:
undefined
,
pgx
:
undefined
,
roleKey
:
undefined
,
roleSort
:
0
,
flag
:
undefined
,
menuIds
:
[],
menuName
:
undefined
,
...
...
@@ -660,6 +659,7 @@ export default {
deleteLogical
(
id
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
'操作成功'
)
this
.
queryParams
.
page
=
1
this
.
getList
()
}
})
...
...
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