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
c7a2068a
Commit
c7a2068a
authored
Apr 28, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据包追溯优化
parent
b1d1fa66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
+14
-13
reviewCount.vue
pages/qc/dataTrace/components/reviewCount.vue
+14
-13
No files found.
pages/qc/dataTrace/components/reviewCount.vue
View file @
c7a2068a
...
...
@@ -9,15 +9,15 @@
<MenuItem
name=
"2"
replace
>
主工艺
</MenuItem>
<MenuItem
name=
"3"
replace
>
<
!--
<
MenuItem
name=
"3"
replace
>
专业工艺
</MenuItem>
</MenuItem>
-->
</Menu>
</Col>
<Col
span=
"20"
class=
"revieweBox"
>
<basicView
ref=
"basicView"
:baseData=
"basicData"
v-show=
"basicmodal"
/>
<mainView
ref=
"mainView"
:baseData=
"basicData"
v-show=
"mainmodal"
/>
<
dispatched
ref=
"dispatched"
:baseData=
"basicData"
v-show=
"dispatchedmodal"
/
>
<
!--
<dispatched
ref=
"dispatched"
:baseData=
"basicData"
v-show=
"dispatchedmodal"
/>
--
>
</Col>
</Row>
</div>
...
...
@@ -66,7 +66,7 @@ export default {
loaddata
(
pamasId
){
this
.
basicmodal
=
true
;
this
.
mainmodal
=
false
;
this
.
dispatchedmodal
=
false
;
//
this.dispatchedmodal= false;
// console.warn(pamasId) 获取主工艺信息 10030
let
url
=
`
${
designUrl
}
/orderrouting/getordersheaderinfo?orderId=`
+
pamasId
;
if
(
pamasId
){
...
...
@@ -161,18 +161,19 @@ export default {
if
(
v
==
2
){
this
.
basicmodal
=
false
;
this
.
mainmodal
=
true
;
this
.
dispatchedmodal
=
false
;
//
this.dispatchedmodal= false;
this
.
$refs
.
mainView
.
getqc
(
this
.
mainexecuteid
);
}
else
if
(
v
==
3
){
this
.
basicmodal
=
false
;
this
.
mainmodal
=
false
;
this
.
dispatchedmodal
=
true
;
this
.
$refs
.
dispatched
.
getqc
(
this
.
disexecuteid
);
}
else
{
}
// else if(v==3){
// this.basicmodal= false;
// this.mainmodal= false;
// // this.dispatchedmodal= true;
// this.$refs.dispatched.getqc(this.disexecuteid);
// }
else
{
this
.
basicmodal
=
true
;
this
.
mainmodal
=
false
;
this
.
dispatchedmodal
=
false
;
// this.dispatchedmodal= false;
}
},
},
...
...
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