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
725c573d
Commit
725c573d
authored
Jan 18, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
6f65d20f
ede9945b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
4 deletions
+18
-4
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+12
-3
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+6
-1
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
725c573d
...
...
@@ -14,10 +14,13 @@
trigger=
"click"
>
<upload-files
ref=
"chemical"
v-model=
"form.chemicalObjFileLinks"
:view-or-edit=
"'view'"
/>
<el-button
slot=
"reference"
>
查看附件
</el-button>
<el-button
slot=
"reference"
size=
"medium"
type=
"primary"
>
查看附件
</el-button>
</el-popover>
</div>
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
<div
class=
"right-button"
>
<el-button
type=
"primary"
size=
"medium"
@
click=
"savePDF"
>
下载
</el-button>
</div>
<!--
<dee-tools
:tools=
"tools"
mode=
"normal"
style=
"flex-direction: row-reverse;margin-bottom: 12px;"
/>
-->
</div>
<el-form
ref=
"form"
:model=
"form"
class=
"checkNo-container"
:rules=
"formRules"
>
<el-col
:span=
"6"
>
...
...
@@ -979,8 +982,14 @@ export default {
.material-checkNo
{
.head
{
display
:
flex
;
justify-content
:
flex-
end
;
justify-content
:
flex-
start
;
align-items
:
center
;
.right-button
{
margin-left
:
10px
;
}
}
.link-to-page-dialog-box
{
max-height
:
100%
;
}
// .el-select {
// width: 220px
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
725c573d
...
...
@@ -205,7 +205,12 @@ export default {
.
searchApi
(
'AircraftSorties'
,
params
)
.
then
((
res
)
=>
{
this
.
sortiesData
=
[]
if
(
res
)
{
if
(
res
.
items
&&
res
.
items
.
content
)
{
res
.
items
.
content
.
map
((
item
,
index
)
=>
{
if
(
item
.
defCode
===
'NA'
)
{
res
.
items
.
content
.
unshift
(
res
.
items
.
content
.
splice
(
index
,
1
)[
0
])
}
})
this
.
sortiesData
=
res
.
items
.
content
.
map
((
row
)
=>
{
return
{
value
:
row
.
id
,
...
...
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