新增主生产计划模块

This commit is contained in:
qihao.gong@jikimo.com
2023-08-15 10:36:04 +08:00
parent 4a5fb0c6e4
commit 1533ef7be9
72 changed files with 25769 additions and 0 deletions

View File

@@ -0,0 +1,76 @@
.o_mrp_mps {
button {
&.o_mrp_mps_procurement {
background-color: $gray-200;
border: none;
}
&.o_no_padding {
padding: 0 0 0 0;
}
}
input:not(.form-check-input) {
border-style: groove;
height: 100%;
padding-top: 0;
}
table {
thead th {
@include o-position-sticky($top: 0px, $left: 0px);
z-index: 10;
border-top: none;
&:first-child {
z-index: 11;
height: 1em;
}
}
tbody th {
@include o-position-sticky($left: 0px);
&:first-child,&:nth-child(2) {
z-index: 1;
background-color: $gray-200;
}
}
th {
vertical-align: middle;
}
.o_mps_inline {
display: inline-flex;
max-width: 38%;
}
}
tr {
line-height: 1em;
min-height: 1em;
height: 1em;
}
.btn {
line-height: 1em;
}
.form-control {
padding: 0em 0em;
color: $black;
}
.o_input {
line-height: 1em;
}
.o_mrp_mps_hover {
background-color: #d6d8d9;
&.alert-success {
background-color: darken(#dff0d8, 10%);
}
&.alert-warning {
background-color: darken(#fcf8e3, 10%);
}
}
}