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
eefb8389
Commit
eefb8389
authored
Jul 24, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库程修改
parent
23f8ce54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
index.vue
...rivateComponents/components/ChemicalTestProcess/index.vue
+3
-2
index.vue
...ponents/components/PurchasingWarehousingProcess/index.vue
+3
-3
No files found.
applications/dee-mes/src/privateComponents/components/ChemicalTestProcess/index.vue
View file @
eefb8389
...
...
@@ -7,12 +7,13 @@
<
template
>
<div
class=
"Chemical-test-process"
>
<dee-as-com
v-if=
"basicData"
refs=
"outerCasing"
:lay-config=
"
{
typeName: 'InStorageRequestItem',
layKey: '1c4983a2-6f51-49e4-95ee-2f5506b8e217'
}"
:basic-data="basicData
.businessObject
"
:basic-data="basicData"
/>
</div>
</
template
>
...
...
@@ -34,7 +35,7 @@ export default {
computed
:
{},
created
()
{
// 初始化数据
console
.
log
(
'
basicData
'
,
this
.
basicData
)
console
.
log
(
'
理化检验流程
'
,
this
.
basicData
)
},
methods
:
{
}
...
...
applications/dee-mes/src/privateComponents/components/PurchasingWarehousingProcess/index.vue
View file @
eefb8389
...
...
@@ -68,7 +68,7 @@ export default {
return
row
.
arrivalDate
.
split
(
' '
)[
0
]
}
},
{
title
:
'生产日期'
,
key
:
'producedTime'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
row
.
arrivalDat
e
.
split
(
' '
)[
0
]
return
row
.
producedTim
e
.
split
(
' '
)[
0
]
}
},
{
title
:
'随产品资料'
,
key
:
'withProductMaterial'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
...
...
@@ -92,7 +92,7 @@ export default {
{
title
:
'备注'
,
key
:
'remark'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'状态'
,
key
:
'state'
,
align
:
'center'
,
headerAlign
:
'center'
},
{
title
:
'创建时间'
,
key
:
'createTime'
,
align
:
'center'
,
headerAlign
:
'center'
,
width
:
'120'
,
formatter
:
(
row
,
column
,
cellValue
,
index
)
=>
{
return
row
.
arrivalDat
e
.
split
(
' '
)[
0
]
return
row
.
createTim
e
.
split
(
' '
)[
0
]
}
}
],
optionsTree
:
{
...
...
@@ -116,7 +116,7 @@ export default {
// 初始化数据
},
mounted
()
{
console
.
log
(
'this.basicData'
,
this
.
basicData
)
console
.
log
(
'this.basicData'
,
{
...
this
.
basicData
}
)
this
.
timerId
=
setInterval
(()
=>
{
if
(
this
.
basicData
.
id
)
{
clearInterval
(
this
.
timerId
)
...
...
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