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
dfcf32df
Commit
dfcf32df
authored
Jul 25, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库程修改
parent
3569815a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
...rivateComponents/components/ChemicalTestProcess/index.vue
+6
-6
No files found.
applications/dee-mes/src/privateComponents/components/ChemicalTestProcess/index.vue
View file @
dfcf32df
...
...
@@ -7,13 +7,13 @@
<
template
>
<div
class=
"Chemical-test-process"
>
<dee-as-com
v-if=
"
d
ata"
v-if=
"
JobResponseInExpermentD
ata"
refs=
"outerCasing"
:lay-config=
"
{
typeName: 'InStorageRequestItem',
layKey: '1c4983a2-6f51-49e4-95ee-2f5506b8e217'
}"
:basic-data="
d
ata"
:basic-data="
JobResponseInExpermentD
ata"
/>
</div>
</
template
>
...
...
@@ -32,15 +32,14 @@ export default {
},
data
()
{
return
{
// data: { 'reportNo': bindForm.reportNo, '
isPass': bindForm.isPass, 'isDestroy': bindForm.isDestroy, 'experimentAmount':bindForm.experimentAmount, 'jobOrder': { 'purchaseUnit': { 'unitName': bindForm.jobOrder.purchaseUnit.purchaseUnit }
}, 'dxType': 'JobResponseInStorage', 'operator': 'ADD' }
d
ata
:
null
// data: { 'reportNo': bindForm.reportNo, '
experimentAmount':bindForm.experimentAmount
}, 'dxType': 'JobResponseInStorage', 'operator': 'ADD' }
JobResponseInExpermentD
ata
:
null
}
},
computed
:
{},
created
()
{
// 初始化数据
console
.
log
(
'理化检验流程'
,
this
.
basicData
)
console
.
log
(
'理化检验流程1'
,
this
.
form
)
this
.
getFrom
(
this
.
basicData
.
id
)
},
methods
:
{
...
...
@@ -91,7 +90,8 @@ export default {
]
}
post
(
'JobResponseInStorage/search'
,
param
).
then
(
res
=>
{
this
.
data
=
res
.
items
.
content
[
0
]
// this.data = res.items.content[0]
this
.
JobResponseInExpermentData
=
res
.
items
.
content
[
0
]
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
})
...
...
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