Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiawei.su
Laisi_AutoMES2
Commits
bf4c28d6
Commit
bf4c28d6
authored
Jan 22, 2021
by
yucheng.jiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工装对应产品
parent
bd1cc65b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
23 deletions
+10
-23
associateProduct.vue
Html/src/view/fms/associate/associateProduct.vue
+0
-0
accountInfo.vue
Html/src/view/fms/config/accountInfo.vue
+7
-20
typeMaintenance.vue
Html/src/view/fms/config/typeMaintenance.vue
+1
-1
storagemaintenance.vue
Html/src/view/wms/config/storagemaintenance.vue
+1
-1
storageInfoQuery.vue
Html/src/view/wms/whStatusQuery/storageInfoQuery.vue
+1
-1
No files found.
Html/src/view/fms/associate/associateProduct.vue
View file @
bf4c28d6
This diff is collapsed.
Click to expand it.
Html/src/view/fms/config/accountInfo.vue
View file @
bf4c28d6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
:on-format-error=
"handleFormatError"
:on-format-error=
"handleFormatError"
:on-success=
"handleSuccess"
:on-success=
"handleSuccess"
:on-error=
"handleError"
:on-error=
"handleError"
:format=
"['xlsx']"
:format=
"['xlsx'
,'xls'
]"
>
>
<Button
<Button
type=
"primary"
type=
"primary"
...
@@ -275,7 +275,7 @@ export default {
...
@@ -275,7 +275,7 @@ export default {
detailobj
:{},
detailobj
:{},
addmodal
:
false
,
addmodal
:
false
,
type
:
0
,
//1添加 2编辑
type
:
0
,
//1添加 2编辑
parentType
:[],
//
父级
类型
parentType
:[],
//
工装
类型
parentTypeid
:
''
,
parentTypeid
:
''
,
frockTypename
:
''
,
//工装类型名称
frockTypename
:
''
,
//工装类型名称
addmtype
:
1
,
//管理类型
addmtype
:
1
,
//管理类型
...
@@ -346,20 +346,6 @@ export default {
...
@@ -346,20 +346,6 @@ export default {
this
.
parentType
=
value
;
this
.
parentType
=
value
;
}
}
},
},
//获取工装列表
getFrocks
(){
// this.axios.request({
// url: "/fms/accountInfo/frockList",
// method: "get",
// })
// .then((res) => {
// this.frockList = [];
// let data = res.data.data;
// if (res.data.ret == 1&&Array.isArray(data)&&data.length) {
// this.frockList = data;
// }
// });
},
tosearch
(){
tosearch
(){
this
.
page
=
1
;
this
.
page
=
1
;
this
.
pagesize
=
10
;
this
.
pagesize
=
10
;
...
@@ -367,7 +353,7 @@ export default {
...
@@ -367,7 +353,7 @@ export default {
},
},
search
(
toexcel
){
search
(
toexcel
){
let
params
=
{
let
params
=
{
category
:
this
.
frockType
,
//工装类型id
category
:
this
.
frockType
id
,
//工装类型id
code
:
this
.
frockcode
,
code
:
this
.
frockcode
,
name
:
this
.
frockname
,
name
:
this
.
frockname
,
state
:
this
.
status
,
//0停用 1可用
state
:
this
.
status
,
//0停用 1可用
...
@@ -385,7 +371,7 @@ export default {
...
@@ -385,7 +371,7 @@ export default {
if
(
toexcel
===
1
){
if
(
toexcel
===
1
){
if
(
res
.
data
.
ret
===
1
)
{
if
(
res
.
data
.
ret
===
1
)
{
window
.
location
.
href
=
window
.
location
.
href
=
axios
.
publicPath
+
""
+
res
.
data
.
data
;
this
.
axios
.
publicPath
+
""
+
res
.
data
.
data
;
}
else
{
}
else
{
this
.
$Message
.
error
(
this
.
$t
(
res
.
data
.
msg
));
this
.
$Message
.
error
(
this
.
$t
(
res
.
data
.
msg
));
}
}
...
@@ -518,7 +504,7 @@ export default {
...
@@ -518,7 +504,7 @@ export default {
return
false
;
return
false
;
}
}
},
},
handleSuccess
(
res
,
file
)
{
handleSuccess
1
(
res
,
file
)
{
this
.
spinShow
=
false
;
this
.
spinShow
=
false
;
if
(
res
.
ret
==
1
)
{
if
(
res
.
ret
==
1
)
{
this
.
$Message
.
success
(
this
.
$t
(
"100378"
));
this
.
$Message
.
success
(
this
.
$t
(
"100378"
));
...
@@ -528,7 +514,8 @@ export default {
...
@@ -528,7 +514,8 @@ export default {
this
.
$Message
.
error
(
this
.
$t
(
res
.
msg
+
''
));
this
.
$Message
.
error
(
this
.
$t
(
res
.
msg
+
''
));
}
}
},
},
handleError
(){
handleError1
(){
this
.
spinShow
=
false
;
this
.
$Message
.
error
(
this
.
$t
(
"600512"
)
+
"!"
);
this
.
$Message
.
error
(
this
.
$t
(
"600512"
)
+
"!"
);
},
},
delfile
(){
delfile
(){
...
...
Html/src/view/fms/config/typeMaintenance.vue
View file @
bf4c28d6
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
:on-format-error=
"handleFormatError"
:on-format-error=
"handleFormatError"
:on-success=
"handleSuccess"
:on-success=
"handleSuccess"
:on-error=
"handleError"
:on-error=
"handleError"
:format=
"['xlsx']"
:format=
"['xlsx'
,'xls'
]"
>
>
<Button
<Button
type=
"primary"
type=
"primary"
...
...
Html/src/view/wms/config/storagemaintenance.vue
View file @
bf4c28d6
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
:on-format-error=
"handleFormatError"
:on-format-error=
"handleFormatError"
:on-success=
"handleSuccess"
:on-success=
"handleSuccess"
:on-error=
"handleError"
:on-error=
"handleError"
:format=
"['xlsx']"
:format=
"['xlsx'
,'xls'
]"
>
>
<Button
<Button
type=
"primary"
type=
"primary"
...
...
Html/src/view/wms/whStatusQuery/storageInfoQuery.vue
View file @
bf4c28d6
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
:on-format-error=
"handleFormatError"
:on-format-error=
"handleFormatError"
:on-success=
"handleSuccess"
:on-success=
"handleSuccess"
:on-error=
"handleError"
:on-error=
"handleError"
:format=
"['xlsx']"
:format=
"['xlsx'
,'xls'
]"
>
>
<Button
<Button
type=
"primary"
type=
"primary"
...
...
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