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
7974d687
Commit
7974d687
authored
Apr 07, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
胶料查询展开基础数据
parent
fb40e94b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
...eComponents/components/DeploymentCardInfoSelect/index.vue
+6
-1
No files found.
applications/dee-mes/src/privateComponents/components/DeploymentCardInfoSelect/index.vue
View file @
7974d687
...
...
@@ -561,7 +561,11 @@ export default {
'items'
:
paramsItems
,
'operator'
:
'AND'
},
'openProps'
:
[],
'openProps'
:
[
{
'name'
:
'shellacDeploy'
}
],
'sortItem'
:
[
{
'fieldName'
:
'modifyTime'
,
...
...
@@ -581,6 +585,7 @@ export default {
this
.
$set
(
this
.
form
,
'humidity'
,
res
.
items
.
content
[
0
].
humidity
)
this
.
$set
(
this
.
form
,
'component'
,
res
.
items
.
content
[
0
].
component
)
this
.
$set
(
this
.
form
,
'shellacDeployId'
,
res
.
items
.
content
[
0
].
id
)
this
.
$set
(
this
.
form
,
'shellacDeploy'
,
{
constructionTime
:
res
.
items
.
content
[
0
].
constructionTime
})
this
.
$set
(
this
.
form
,
'storeUp'
,
res
.
items
.
content
[
0
].
storeUp
)
this
.
$set
(
this
.
form
,
'storeUpTo'
,
res
.
items
.
content
[
0
].
storeUpTo
)
if
(
this
.
form
.
validityStart
&&
this
.
form
.
freeTemperature
)
{
...
...
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