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
635fd0b4
Commit
635fd0b4
authored
Apr 02, 2020
by
renjintao
Committed by
佟礼
Apr 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单执行
parent
22d14160
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
5 deletions
+52
-5
zh-CN.js
i18n/locale/zh-CN.js
+46
-0
productReport.vue
pages/implement/components/productReport.vue
+2
-1
sendCheck.vue
pages/implement/components/sendCheck.vue
+2
-2
usercard.vue
pages/implement/components/usercard.vue
+2
-2
No files found.
i18n/locale/zh-CN.js
View file @
635fd0b4
...
@@ -1051,7 +1051,53 @@ export default {
...
@@ -1051,7 +1051,53 @@ export default {
routing_header_id
:
''
,
routing_header_id
:
''
,
comb_param
:
''
,
comb_param
:
''
,
rule_qty
:
''
,
rule_qty
:
''
,
taskSeq
:
'工序号'
,
efficiencyValue
:
'效率系数'
,
calId
:
'连班策略'
,
overTime
:
'六日加班'
,
isDiscrete
:
'是否离散'
,
multipleEquip
:
"是否多台安排设备"
,
// 否 是
multipleEquipIds
:
"设备id"
,
//用英文逗号分隔
discrete
:
'离散值'
,
},
},
routing_header
:{
id
:
''
,
creationTime
:
''
,
creatorUserId
:
''
,
lastModificationTime
:
''
,
lastModifierUserId
:
''
,
deleterUserId
:
''
,
deletionTime
:
''
,
classId
:
'类id'
,
unicode
:
'unicode'
,
name
:
'工艺名称'
,
code
:
'工艺编号'
,
productId
:
'产品id'
,
productName
:
'产品名称'
,
productCode
:
'产品图号'
,
version
:
'工艺文件版本'
,
author
:
'编制人'
,
departmentId
:
''
,
isMain
:
''
,
upId
:
''
,
upDetailId
:
''
,
routingType
:
'工艺类型'
,
status
:
''
,
approvalStatus
:
'状态'
,
remark
:
'工艺说明'
,
roufile
:
'多媒体附件'
,
approvalStatusRemark
:
''
,
auditUserId1
:
'审核人'
,
auditUserId2
:
'审批人'
,
isDeleted
:
''
,
platesnum
:
''
,
isEffect
:
''
,
developmentMode
:
'研制方式'
,
changeOrderCode
:
'更改单编号'
,
changeOrderDate
:
'更改单日期'
,
changeMethod
:
'更改办法'
,
taskType
:
'任务类型'
,
},
routing_detail
:
{
routing_detail
:
{
id
:
''
,
id
:
''
,
creationTime
:
'创建时间'
,
creationTime
:
'创建时间'
,
...
...
pages/implement/components/productReport.vue
View file @
635fd0b4
...
@@ -482,10 +482,11 @@ export default {
...
@@ -482,10 +482,11 @@ export default {
let
datalist
=
[]
let
datalist
=
[]
let
userInfo
=
this
.
$store
.
state
.
admin
.
user
.
info
;
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
=
userInfo
.
name
datalist
.
push
(
obj
)
datalist
.
push
(
obj
)
}
}
}
}
...
...
pages/implement/components/sendCheck.vue
View file @
635fd0b4
...
@@ -227,9 +227,9 @@ export default {
...
@@ -227,9 +227,9 @@ export default {
},
},
getCurrentUser
(
e
)
{
getCurrentUser
(
e
)
{
if
(
e
)
{
if
(
e
)
{
let
userInfo
=
this
.
$stor
e
.
admin
.
user
.
info
;
let
userInfo
=
this
.
$store
.
stat
e
.
admin
.
user
.
info
;
this
.
user
.
cardno
=
userInfo
.
login_id
this
.
user
.
cardno
=
userInfo
.
login_id
this
.
user
.
user_name
=
userInfo
.
userN
ame
this
.
user
.
user_name
=
userInfo
.
n
ame
this
.
user
.
user_id
=
userInfo
.
userId
this
.
user
.
user_id
=
userInfo
.
userId
}
else
{
}
else
{
this
.
user
.
cardno
=
''
this
.
user
.
cardno
=
''
...
...
pages/implement/components/usercard.vue
View file @
635fd0b4
...
@@ -238,8 +238,8 @@ export default {
...
@@ -238,8 +238,8 @@ export default {
},
},
getCurrentUser
(
e
)
{
getCurrentUser
(
e
)
{
if
(
e
)
{
if
(
e
)
{
let
userInfo
=
this
.
$store
.
state
.
userI
nfo
;
let
userInfo
=
this
.
$store
.
state
.
admin
.
user
.
i
nfo
;
console
.
log
(
userInfo
);
this
.
user
.
cardno
=
userInfo
.
login_id
this
.
user
.
cardno
=
userInfo
.
login_id
this
.
user
.
user_name
=
userInfo
.
name
this
.
user
.
user_name
=
userInfo
.
name
this
.
user
.
user_id
=
userInfo
.
userId
this
.
user
.
user_id
=
userInfo
.
userId
...
...
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