定点作业、出库确认、作业管理

This commit is contained in:
2024-03-13 15:42:17 +08:00
parent 6fdce408c4
commit f895730977
13 changed files with 864 additions and 263 deletions

View File

@@ -53,6 +53,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.jcflexend {
justify-content: flex-end !important;
}
.jccenter {
justify-content: center !important;
}
.zd-row {
width: 100%;
@@ -146,4 +149,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.pdr10 {
padding-right: 10rpx;
}
.pdt0 {
padding-top: 0 !important
}