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
8776ea9d
Commit
8776ea9d
authored
Jan 22, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改缺件信息样式
parent
1b5f66b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
missingParts.vue
...blyPlanManagement/stationPlanMaintenance/missingParts.vue
+7
-3
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/missingParts.vue
View file @
8776ea9d
...
@@ -12,12 +12,12 @@
...
@@ -12,12 +12,12 @@
border
border
size=
"mini"
size=
"mini"
align=
"center"
align=
"center"
:height=
"420
"
class=
"missing-parts-table
"
>
>
<el-table-column
<el-table-column
prop=
"extMaterial.resName"
prop=
"extMaterial.resName"
label=
"物料名称"
label=
"物料名称"
width=
"
6
0"
width=
"
8
0"
align=
"center"
align=
"center"
/>
/>
<el-table-column
<el-table-column
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<el-table-column
<el-table-column
prop=
"takeAmount"
prop=
"takeAmount"
label=
"库存占用数量"
label=
"库存占用数量"
width=
"
6
0"
width=
"
9
0"
align=
"center"
align=
"center"
/>
/>
<el-table-column
<el-table-column
...
@@ -111,6 +111,10 @@ export default {
...
@@ -111,6 +111,10 @@ export default {
// display: flex;
// display: flex;
// flex-flow: column;
// flex-flow: column;
// justify-content: space-around;
// justify-content: space-around;
.missing-parts-table
{
height
:calc
(
100vh
-
220px
)
;
overflow
:
scroll
;
}
.search-box
{
.search-box
{
border
:
1px
solid
#d8d8d8
;
border
:
1px
solid
#d8d8d8
;
border-radius
:
8px
;
border-radius
:
8px
;
...
...
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