Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
22587e94
Commit
22587e94
authored
Nov 07, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CAS计划下达增加已下达未下达页签
parent
7ad2a913
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
11 deletions
+50
-11
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+50
-11
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
22587e94
...
@@ -123,15 +123,31 @@
...
@@ -123,15 +123,31 @@
</span>
</span>
</div>
</div>
<div
v-show=
"currTab && currTab.configName==='CasAssemble'"
class=
"background"
style=
"height:calc(100% - 40px);"
>
<div
v-show=
"currTab && currTab.configName==='CasAssemble'"
class=
"background"
style=
"height:calc(100% - 40px);"
>
<dee-as-com
<dee-tab
:is-lazy=
"false"
:tabs=
"casTabItems"
:show-swipe=
"false"
:is-detail=
"false"
@
tabClick=
"tabClickCAS"
>
ref=
"detailComExtCas"
<div
slot=
"0"
style=
"height:100%; box-sizing: border-box"
>
:basic-data=
"
{activeNodeData,requestParams}"
<dee-as-com
:lay-config="{
ref=
"detailComExtCasWXD"
typeName: 'ExtCas',
:basic-data=
"
{activeNodeData,requestParams}"
layKey: 'casAssembleLists'
:lay-config="{
}"
typeName: 'ExtCas',
@row-click="rowClickErp($event,'CAS')"
layKey: 'casAssembleLists'
/>
}"
@row-click="rowClickErp($event,'CAS')"
/>
</div>
<div
slot=
"1"
style=
"height:100%; box-sizing: border-box"
>
<dee-as-com
ref=
"detailComExtCasYXD"
:basic-data=
"
{activeNodeData,requestParams}"
:lay-config="{
typeName: 'ExtCas',
layKey: 'casAssembleListsConfirm'
}"
@row-click="rowClickErp($event,'CAS')"
/>
</div>
</dee-tab>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -209,6 +225,17 @@ export default {
...
@@ -209,6 +225,17 @@ export default {
// id: '2'
// id: '2'
// }
// }
],
],
casTabItems
:
[
{
name
:
'未下达'
,
id
:
'0'
},
{
name
:
'已下达'
,
id
:
'1'
}
],
activeTabCAS
:
'0'
,
layConfig
:
{
layConfig
:
{
typeName
:
'JoExecutePlan'
,
typeName
:
'JoExecutePlan'
,
layKey
:
'stationPlanUnConfirmList'
layKey
:
'stationPlanUnConfirmList'
...
@@ -684,6 +711,12 @@ export default {
...
@@ -684,6 +711,12 @@ export default {
this
.
getRightTableData
(
this
.
activeNodeData
.
level
!==
4
?
this
.
activeNodeData
:
null
)
this
.
getRightTableData
(
this
.
activeNodeData
.
level
!==
4
?
this
.
activeNodeData
:
null
)
})
})
},
},
tabClickCAS
(
val
)
{
this
.
activeTabCAS
=
val
.
index
this
.
$nextTick
(()
=>
{
this
.
getRightTableData
(
this
.
activeNodeData
)
})
},
handleNodeClick
(
data
,
node
)
{
handleNodeClick
(
data
,
node
)
{
this
.
requestParams
=
[]
this
.
requestParams
=
[]
if
(
data
.
name
!==
'转移工作包'
)
{
if
(
data
.
name
!==
'转移工作包'
)
{
...
@@ -788,8 +821,14 @@ export default {
...
@@ -788,8 +821,14 @@ export default {
getRightTableData
(
data
)
{
getRightTableData
(
data
)
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
if
(
this
.
currTab
&&
this
.
currTab
.
configName
===
'CasAssemble'
)
{
if
(
this
.
currTab
&&
this
.
currTab
.
configName
===
'CasAssemble'
)
{
if
(
this
.
$refs
.
detailComExtCas
.
$refs
.
asCom
&&
this
.
$refs
.
detailComExtCas
.
$refs
.
asCom
.
getData
)
{
if
(
this
.
activeTabCAS
===
'0'
)
{
this
.
$refs
.
detailComExtCas
.
$refs
.
asCom
.
getData
(
data
)
if
(
this
.
$refs
.
detailComExtCasWXD
.
$refs
.
asCom
&&
this
.
$refs
.
detailComExtCasWXD
.
$refs
.
asCom
.
getData
)
{
this
.
$refs
.
detailComExtCasWXD
.
$refs
.
asCom
.
getData
(
data
)
}
}
else
if
(
this
.
activeTabCAS
===
'1'
)
{
if
(
this
.
$refs
.
detailComExtCasYXD
.
$refs
.
asCom
&&
this
.
$refs
.
detailComExtCasYXD
.
$refs
.
asCom
.
getData
)
{
this
.
$refs
.
detailComExtCasYXD
.
$refs
.
asCom
.
getData
(
data
)
}
}
}
}
else
{
}
else
{
if
(
this
.
activeTab
===
'0'
)
{
if
(
this
.
activeTab
===
'0'
)
{
...
...
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