Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
369364b5
Commit
369364b5
authored
Apr 02, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
userName
parent
903fac43
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
add.vue
pages/bug/component/add.vue
+2
-2
index.vue
pages/bug/index.vue
+2
-2
productReport.vue
pages/implement/components/productReport.vue
+1
-1
add.vue
pages/mordent/andon/parameter/component/add.vue
+1
-1
index.vue
pages/mordent/andon/parameter/index.vue
+1
-1
index.vue
...rocessDesign/ChangeSingle/technicalcoordination/index.vue
+1
-1
backCheck.vue
pages/qcimplement/components/backCheck.vue
+1
-1
return.vue
pages/resource/resource/return.vue
+1
-1
No files found.
pages/bug/component/add.vue
View file @
369364b5
...
@@ -101,7 +101,7 @@ export default {
...
@@ -101,7 +101,7 @@ export default {
methods
:
{
methods
:
{
initial
()
{
initial
()
{
this
.
bugForm
.
pagePath
=
window
.
location
.
href
this
.
bugForm
.
pagePath
=
window
.
location
.
href
this
.
bugForm
.
createor
=
localStorage
.
getItem
(
'userName'
)
this
.
bugForm
.
createor
=
this
.
$store
.
state
.
userInfo
.
userName
},
},
//初始化编辑信息
//初始化编辑信息
editeInfo
(
value
)
{
editeInfo
(
value
)
{
...
@@ -150,7 +150,7 @@ export default {
...
@@ -150,7 +150,7 @@ export default {
pagePath
:
window
.
location
.
href
,
pagePath
:
window
.
location
.
href
,
content
:
''
,
content
:
''
,
imgPaths
:
[],
imgPaths
:
[],
createor
:
localStorage
.
getItem
(
'userName'
)
,
createor
:
this
.
$store
.
state
.
userInfo
.
userName
,
level
:
1
,
level
:
1
,
name
:
''
name
:
''
}
}
...
...
pages/bug/index.vue
View file @
369364b5
...
@@ -396,7 +396,7 @@ export default {
...
@@ -396,7 +396,7 @@ export default {
}
else
{
}
else
{
param
=
this
.
$refs
.
detail
.
addBugInfo
()
param
=
this
.
$refs
.
detail
.
addBugInfo
()
}
}
param
.
auditUser
=
localStorage
.
getItem
(
'userName'
)
param
.
auditUser
=
this
.
$store
.
state
.
userInfo
.
userName
param
.
ids
=
[
param
.
id
]
param
.
ids
=
[
param
.
id
]
param
.
statusNew
=
5
param
.
statusNew
=
5
if
(
param
.
id
!=
null
)
{
if
(
param
.
id
!=
null
)
{
...
@@ -438,7 +438,7 @@ export default {
...
@@ -438,7 +438,7 @@ export default {
//this.showBt = false
//this.showBt = false
this
.
selectBatch
=
100
this
.
selectBatch
=
100
}
}
this
.
listBatch
.
auditUser
=
localStorage
.
getItem
(
'userName'
)
this
.
listBatch
.
auditUser
=
this
.
$store
.
state
.
userInfo
.
userName
},
},
//批量操作
//批量操作
statuChange
(
value
)
{
statuChange
(
value
)
{
...
...
pages/implement/components/productReport.vue
View file @
369364b5
...
@@ -485,7 +485,7 @@ export default {
...
@@ -485,7 +485,7 @@ export default {
for
(
let
i
=
0
;
i
<
this
.
data1
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
data1
.
length
;
i
++
)
{
let
obj
=
this
.
data1
[
i
]
let
obj
=
this
.
data1
[
i
]
if
(
obj
.
productstatus1
==
0
&&
obj
.
productstatus
!=
0
)
{
if
(
obj
.
productstatus1
==
0
&&
obj
.
productstatus
!=
0
)
{
obj
.
report_user_name
=
localStorage
.
getItem
(
'userName'
)
obj
.
report_user_name
=
this
.
$store
.
state
.
userInfo
.
userName
datalist
.
push
(
obj
)
datalist
.
push
(
obj
)
}
}
}
}
...
...
pages/mordent/andon/parameter/component/add.vue
View file @
369364b5
...
@@ -85,7 +85,7 @@ export default {
...
@@ -85,7 +85,7 @@ export default {
methods
:
{
methods
:
{
initial
()
{
initial
()
{
this
.
bugForm
.
pagePath
=
window
.
location
.
href
this
.
bugForm
.
pagePath
=
window
.
location
.
href
this
.
bugForm
.
createor
=
localStorage
.
getItem
(
'userName'
)
this
.
bugForm
.
createor
=
this
.
$store
.
state
.
userInfo
.
userName
},
},
//初始化编辑信息
//初始化编辑信息
editeInfo
(
value
)
{
editeInfo
(
value
)
{
...
...
pages/mordent/andon/parameter/index.vue
View file @
369364b5
...
@@ -345,7 +345,7 @@ export default {
...
@@ -345,7 +345,7 @@ export default {
//this.showBt = false
//this.showBt = false
this
.
selectBatch
=
100
this
.
selectBatch
=
100
}
}
this
.
listBatch
.
auditUser
=
localStorage
.
getItem
(
'userName'
)
this
.
listBatch
.
auditUser
=
this
.
$store
.
state
.
userInfo
.
userName
},
},
canselFooter
()
{
canselFooter
()
{
this
.
footerBar
=
false
this
.
footerBar
=
false
...
...
pages/processDesign/ChangeSingle/technicalcoordination/index.vue
View file @
369364b5
...
@@ -472,7 +472,7 @@ export default {
...
@@ -472,7 +472,7 @@ export default {
this
.
formdata
.
change_process_file
=
""
;
this
.
formdata
.
change_process_file
=
""
;
this
.
formdata
.
compilation_temporary_process
=
""
;
this
.
formdata
.
compilation_temporary_process
=
""
;
this
.
formdata
.
inspection_date
=
""
;
this
.
formdata
.
inspection_date
=
""
;
this
.
formdata
.
inspection_person_name
=
localStorage
.
getItem
(
"userName"
)
;
this
.
formdata
.
inspection_person_name
=
this
.
$store
.
state
.
userInfo
.
userName
;
this
.
formdata
.
status
=
1
;
this
.
formdata
.
status
=
1
;
this
.
formdata
.
note
=
""
;
this
.
formdata
.
note
=
""
;
...
...
pages/qcimplement/components/backCheck.vue
View file @
369364b5
...
@@ -113,7 +113,7 @@ export default {
...
@@ -113,7 +113,7 @@ export default {
this
.
mod
.
routingHeaderId
=
entryModel
.
routingHeaderId
this
.
mod
.
routingHeaderId
=
entryModel
.
routingHeaderId
this
.
mod
.
routingDetailId
=
entryModel
.
routingDetailId
this
.
mod
.
routingDetailId
=
entryModel
.
routingDetailId
this
.
mod
.
checkName
=
localStorage
.
getItem
(
'userName'
)
this
.
mod
.
checkName
=
this
.
$store
.
state
.
userInfo
.
userName
this
.
mod
.
check_Status
=
3
this
.
mod
.
check_Status
=
3
this
.
product_code
=
''
this
.
product_code
=
''
this
.
board_code
=
''
this
.
board_code
=
''
...
...
pages/resource/resource/return.vue
View file @
369364b5
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
},
},
resource
:
[],
resource
:
[],
selectList
:
[],
selectList
:
[],
libraryTube
:
localStorage
.
getItem
(
'userName'
)
//库管员
libraryTube
:
this
.
$store
.
state
.
userInfo
.
userName
//库管员
}
}
},
},
props
:
{},
props
:
{},
...
...
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