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
54aabd35
Commit
54aabd35
authored
Apr 01, 2020
by
佟礼
Browse files
Options
Browse Files
Download
Plain Diff
工单执行
parents
b26f1992
3a549d53
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
209 additions
and
200 deletions
+209
-200
productReport.vue
pages/implement/components/productReport.vue
+199
-194
sendCheck.vue
pages/implement/components/sendCheck.vue
+3
-2
usercard.vue
pages/implement/components/usercard.vue
+2
-2
orderMaterial.vue
pages/processManage/setProcess/components/orderMaterial.vue
+1
-0
index.vue
pages/processManage/setProcess/index.vue
+4
-2
No files found.
pages/implement/components/productReport.vue
View file @
54aabd35
This diff is collapsed.
Click to expand it.
pages/implement/components/sendCheck.vue
View file @
54aabd35
...
@@ -227,9 +227,10 @@ export default {
...
@@ -227,9 +227,10 @@ export default {
},
},
getCurrentUser
(
e
)
{
getCurrentUser
(
e
)
{
if
(
e
)
{
if
(
e
)
{
let
userInfo
=
this
.
$store
.
admin
.
user
.
info
;
let
userInfo
=
this
.
$store
.
state
.
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 @
54aabd35
...
@@ -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
...
...
pages/processManage/setProcess/components/orderMaterial.vue
View file @
54aabd35
...
@@ -410,6 +410,7 @@ export default {
...
@@ -410,6 +410,7 @@ export default {
file_template
:
''
,
file_template
:
''
,
remarks
:
''
,
remarks
:
''
,
extend
:
''
,
extend
:
''
,
order_comb_id
:
0
,
order_comb_id
:
0
,
orderids
:
''
,
orderids
:
''
,
productingPreparationPeople
:
''
,
productingPreparationPeople
:
''
,
...
...
pages/processManage/setProcess/index.vue
View file @
54aabd35
...
@@ -526,7 +526,7 @@ export default {
...
@@ -526,7 +526,7 @@ export default {
{
{
title
:
'
主工艺
'
,
title
:
'
工艺规程
'
,
key
:
'mainRoutingID'
,
key
:
'mainRoutingID'
,
width
:
120
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
...
@@ -610,7 +610,7 @@ export default {
...
@@ -610,7 +610,7 @@ export default {
key
:
'materialbillID'
,
key
:
'materialbillID'
,
width
:
120
,
width
:
120
,
render
:
(
h
,
params
)
=>
{
render
:
(
h
,
params
)
=>
{
if
(
this
.
tabstatus
==
'1'
)
{
if
(
params
.
row
.
mainRoutingID
==
0
)
{
h
(
'div'
,
''
)
h
(
'div'
,
''
)
}
else
{
}
else
{
let
id
=
params
.
row
.
id
let
id
=
params
.
row
.
id
...
@@ -1615,6 +1615,8 @@ export default {
...
@@ -1615,6 +1615,8 @@ export default {
this
.
modalliao
=
true
this
.
modalliao
=
true
let
ld
=
this
.
$refs
.
orderMaterial
let
ld
=
this
.
$refs
.
orderMaterial
params
.
row
.
mainRoutingID
if
(
if
(
params
.
row
.
materialbillStatus
==
1
||
params
.
row
.
materialbillStatus
==
1
||
params
.
row
.
materialbillStatus
==
2
||
params
.
row
.
materialbillStatus
==
2
||
...
...
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