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
64347f1f
Commit
64347f1f
authored
Jul 20, 2023
by
arvin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
3e99d798
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
11 deletions
+33
-11
dee_ui.js
applications/architecture-dee/public/dee-ui/dee_ui.js
+9
-3
report.html
applications/architecture-dee/public/dee-ui/report.html
+2
-2
index.vue
...ts/components/AddOutStorageMaterialDetailDialog/index.vue
+11
-3
index.vue
...ts/components/AddPutStorageMaterialDetailDialog/index.vue
+11
-3
No files found.
applications/architecture-dee/public/dee-ui/dee_ui.js
View file @
64347f1f
This diff is collapsed.
Click to expand it.
applications/architecture-dee/public/dee-ui/report.html
View file @
64347f1f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
applications/dee-mes/src/privateComponents/components/AddOutStorageMaterialDetailDialog/index.vue
View file @
64347f1f
...
...
@@ -4,7 +4,7 @@
* @date 2022/03/29
*/
<
template
>
<div
class=
"
-page
"
>
<div
class=
"
AddOutStorageMaterialDetailDialog-diloag
"
>
<dee-as-com
ref=
"materielSearch"
:lay-config=
"
{ typeName: 'Inventory', layKey: 'search_sanqichukuwuliaomingxi'}"
...
...
@@ -13,10 +13,11 @@
/>
<dee-as-com
ref=
"materielTable"
class=
"list-table"
:lay-config=
"
{ typeName: 'Inventory', layKey: 'table_sanqichukuwuliaomingxi'}"
@selectionChange="selectionChange"
/>
<div
class=
"foot-btn-box"
>
<div
slot=
"footer"
class=
"foot-btn-box"
>
<el-button
type=
"primary"
@
click=
"submitEvent"
>
确认
</el-button>
<el-button
@
click=
"cancelEvent"
>
取消
</el-button>
</div>
...
...
@@ -68,9 +69,16 @@ export default {
}
</
script
>
<
style
lang=
'scss'
>
.foot-btn-box
{
.AddOutStorageMaterialDetailDialog-diloag
{
.list-table
{
height
:
510px
!
important
;
}
.foot-btn-box
{
display
:
flex
;
margin-top
:
10px
;
justify-content
:
center
;
align-content
:
center
;
}
}
</
style
>
applications/dee-mes/src/privateComponents/components/AddPutStorageMaterialDetailDialog/index.vue
View file @
64347f1f
...
...
@@ -4,7 +4,7 @@
* @date 2022/03/29
*/
<
template
>
<div
class=
"
-page
"
>
<div
class=
"
AddPutStorageMaterialDetailDialog-dialog
"
>
<dee-as-com
ref=
"materielSearch"
:lay-config=
"
{ typeName: 'JobResponseOutStorageExpire', layKey: 'defaultQuery'}"
...
...
@@ -13,10 +13,11 @@
/>
<dee-as-com
ref=
"materielTable"
class=
"list-table"
:lay-config=
"
{ typeName: 'JobResponseOutStorageExpire', layKey: 'table'}"
@selectionChange="selectionChange"
/>
<div
class=
"foot-btn-box"
>
<div
slot=
"footer"
class=
"foot-btn-box"
>
<el-button
type=
"primary"
@
click=
"submitEvent"
>
确认
</el-button>
<el-button
@
click=
"cancelEvent"
>
取消
</el-button>
</div>
...
...
@@ -134,9 +135,16 @@ export default {
}
</
script
>
<
style
lang=
'scss'
>
.foot-btn-box
{
.AddPutStorageMaterialDetailDialog-dialog
{
.list-table
{
height
:
510px
!
important
;
}
.foot-btn-box
{
display
:
flex
;
justify-content
:
center
;
align-content
:
center
;
margin-top
:
10px
;
}
}
</
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