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
81090bc0
Commit
81090bc0
authored
Mar 15, 2024
by
wangdanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调胶
parent
2f93f6a0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
94 additions
and
9 deletions
+94
-9
printTag.vue
...c/privateComponents/components/LacquerFreeze/printTag.vue
+28
-2
subpackagePrint.vue
...teComponents/components/LacquerFreeze/subpackagePrint.vue
+17
-7
glueMixingApplyNode.vue
...omponents/components/PaintProcess/glueMixingApplyNode.vue
+49
-0
No files found.
applications/dee-mes/src/privateComponents/components/LacquerFreeze/printTag.vue
View file @
81090bc0
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
padding-left: 20px;
padding-left: 20px;
"
"
>
>
数量
<span
style=
"padding-left: 20px"
>
{{
item
.
coun
t
}}
</span>
重量
<span
style=
"padding-left: 20px"
>
{{
item
.
weigh
t
}}
</span>
</div>
</div>
</div>
</div>
<div
<div
...
@@ -85,7 +85,6 @@
...
@@ -85,7 +85,6 @@
{{
item
.
number
.
value
}}
{{
item
.
number
.
value
}}
</div>
</div>
</div>
</div>
<div
<div
style=
"
style=
"
height: 76px;
height: 76px;
...
@@ -174,6 +173,33 @@
...
@@ -174,6 +173,33 @@
/>
/>
</div>
</div>
</div>
</div>
<div
style=
"height: 40px; border-bottom: 2px solid #222"
>
<!-- 材料规范 -->
<div
style=
"
display: inline-block;
border-right: 2px solid #222;
line-height: 40px;
width: 24%;
text-align: center;
box-sizing: border-box;
"
>
{{
item
.
standard
.
label
}}
</div>
<div
style=
"
display: inline-block;
width: 59%;
box-sizing: border-box;
padding-left: 10px;
"
>
{{
item
.
standard
.
value
}}
</div>
</div>
<div
<div
v-if=
"item.remainingConstructionPeriod"
v-if=
"item.remainingConstructionPeriod"
style=
"height: 40px; border-bottom: 2px solid #222"
style=
"height: 40px; border-bottom: 2px solid #222"
...
...
applications/dee-mes/src/privateComponents/components/LacquerFreeze/subpackagePrint.vue
View file @
81090bc0
...
@@ -23,7 +23,8 @@ export default {
...
@@ -23,7 +23,8 @@ export default {
visible
:
false
,
visible
:
false
,
width
:
260
,
width
:
260
,
prints
:
[]
prints
:
[]
}
},
form
:
{}
}
}
},
},
computed
:
{},
computed
:
{},
...
@@ -36,6 +37,7 @@ export default {
...
@@ -36,6 +37,7 @@ export default {
},
},
// 生命周期 - 挂载完成(可以访问 DOM 元素)
// 生命周期 - 挂载完成(可以访问 DOM 元素)
mounted
()
{
mounted
()
{
this
.
form
=
this
.
$utils
.
findByNameVnode
(
this
,
'DeeAsForm'
).
form
this
.
eventFunc
()
this
.
eventFunc
()
},
},
methods
:
{
methods
:
{
...
@@ -107,17 +109,25 @@ export default {
...
@@ -107,17 +109,25 @@ export default {
this
.
printConfig
.
prints
=
[
this
.
printConfig
.
prints
=
[
{
{
text
:
data
.
itemNo
,
text
:
data
.
itemNo
,
title
:
'
胶料
冷冻标签'
,
title
:
'
密封剂
冷冻标签'
,
coun
t
:
data
.
weight
,
weigh
t
:
data
.
weight
,
number
:
{
label
:
'编号'
,
value
:
data
.
itemNo
},
number
:
{
label
:
'编号'
,
value
:
data
.
itemNo
},
modelNo
:
{
label
:
'材料规范'
,
value
:
data
.
assignCard
.
modelNo
},
mark
:
{
mark
:
{
label
:
'牌号'
,
label
:
'
材料标识/
牌号'
,
value
:
data
.
assignCard
.
modelNo
value
:
data
.
assignCard
.
modelNo
},
},
mixingUnit
:
{
mixingUnit
:
{
label
:
'合格证号'
,
label
:
'合格证
编
号'
,
value
:
data
.
assignCard
.
certificateNo
value
:
data
.
assignCard
.
certificateNo
},
},
standard
:
{
label
:
'材料规范'
,
value
:
this
.
form
.
standard
},
remainingConstructionPeriod
:
{
remainingConstructionPeriod
:
{
label
:
'剩余施工期'
,
label
:
'剩余施工期'
,
value
:
data
.
assignCard
.
leftWorkMinutes
value
:
data
.
assignCard
.
leftWorkMinutes
...
@@ -139,9 +149,9 @@ export default {
...
@@ -139,9 +149,9 @@ export default {
}
}
}
}
},
},
deployment
:
{
label
:
'
调配
员'
,
value
:
data
.
creator
.
userName
},
deployment
:
{
label
:
'
发料
员'
,
value
:
data
.
creator
.
userName
},
inspector
:
{
inspector
:
{
label
:
'检验
员
'
,
label
:
'检验'
,
value
:
data
.
assignCard
.
checker
value
:
data
.
assignCard
.
checker
}
}
}
}
...
...
applications/dee-mes/src/privateComponents/components/PaintProcess/glueMixingApplyNode.vue
0 → 100644
View file @
81090bc0
<
template
>
<div>
<dee-as-com
:lay-config=
"layConfig"
:basic-data=
"basicData"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'GlueMixingApplyNode'
,
components
:
{},
props
:
{
componentProp
:
{
type
:
Object
},
basicData
:
{
type
:
Object
,
default
:
()
=>
null
}
},
data
()
{
return
{}
},
computed
:
{
layConfig
()
{
return
JSON
.
parse
(
JSON
.
parse
(
this
.
componentProp
.
configParams
))
}
},
watch
:
{},
// 生命周期 - 创建完成(可以访问当前this 实例)
created
()
{
},
// 生命周期 - 挂载之前
beforeMount
()
{
},
// 生命周期 - 挂载完成(可以访问 DOM 元素)
mounted
()
{
console
.
log
(
this
.
layConfig
)
},
methods
:
{}
}
</
script
>
<
style
lang=
'scss'
scoped
>
</
style
>
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