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
5d47ae28
Commit
5d47ae28
authored
Sep 07, 2023
by
旭艳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
站位计划列表样式修改
parent
9a37e807
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
index.vue
.../src/privateComponents/components/SearchSorties/index.vue
+5
-1
index.vue
...s/assemblyPlanManagement/stationPlanMaintenance/index.vue
+6
-7
missingParts.vue
...blyPlanManagement/stationPlanMaintenance/missingParts.vue
+0
-1
No files found.
applications/dee-mes/src/privateComponents/components/SearchSorties/index.vue
View file @
5d47ae28
...
...
@@ -15,7 +15,7 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"站位:"
>
<el-select
v-model=
"form.postion"
placeholder=
"站位"
@
change=
"change
From
"
>
<el-select
v-model=
"form.postion"
placeholder=
"站位"
@
change=
"change
Postion
"
>
<el-option
v-for=
"(item, i) in postionList"
:key=
"item.value + i"
...
...
@@ -86,6 +86,10 @@ export default {
changeFrom
(
val
)
{
this
.
$emit
(
'input'
,
val
)
},
changePostion
(
val
)
{
this
.
$emit
(
'input'
,
val
)
this
.
$bus
.
$emit
(
'getTableData'
,
this
.
form
)
},
getStation
(
val
)
{
this
.
postionList
=
[]
this
.
$set
(
this
.
form
,
'postion'
,
''
)
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/index.vue
View file @
5d47ae28
...
...
@@ -78,6 +78,8 @@ export default {
mounted
()
{
this
.
$bus
.
$on
(
'getTableData'
,
(
data
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
getLeftCount
(
data
)
this
.
getRightCount
(
data
)
const
formData
=
{
items
:
[],
operator
:
'AND'
...
...
@@ -98,10 +100,7 @@ export default {
methods
:
{
rowClick
(
data
)
{
this
.
rowData
=
data
this
.
getLeftCount
(
data
.
row
.
extProcessPlan
)
this
.
getRightCount
(
data
.
row
.
extProcessPlan
)
this
.
getMissInfo
(
data
.
row
.
extProcessPlan
)
// this.$emit('rowClick', data.row)
},
// getPageData(val) {
// this.getMissInfo(this.rowData.row, val)
...
...
@@ -113,12 +112,12 @@ export default {
{
'fieldName'
:
'extProcessPlan.sorties'
,
'operator'
:
'EQ'
,
'value'
:
obj
.
sorties
'value'
:
obj
.
sorties
Name
},
{
'fieldName'
:
'extProcessPlan.positionNumber'
,
'operator'
:
'EQ'
,
'value'
:
obj
.
pos
itionNumber
'value'
:
obj
.
pos
tionName
},
{
'fieldName'
:
'extProcessPlan.subTypeName'
,
...
...
@@ -151,12 +150,12 @@ export default {
{
'fieldName'
:
'sorties'
,
'operator'
:
'EQ'
,
'value'
:
obj
.
sorties
'value'
:
obj
.
sorties
Name
},
{
'fieldName'
:
'positionNumber'
,
'operator'
:
'EQ'
,
'value'
:
obj
.
pos
itionNumber
'value'
:
obj
.
pos
tionName
},
{
'fieldName'
:
'subTypeName'
,
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/missingParts.vue
View file @
5d47ae28
...
...
@@ -80,7 +80,6 @@ export default {
deep
:
true
,
immediate
:
true
,
handler
(
val
)
{
console
.
log
(
1212
,
val
)
this
.
detailInfo
=
val
}
}
...
...
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