add 装箱暂存管理/分切上料/分切下料/子卷绑定/生箔工序/烘烤工序

This commit is contained in:
蔡玲
2024-09-06 16:25:51 +08:00
parent 383c989e65
commit 6022b63c4d
14 changed files with 985 additions and 138 deletions

View File

@@ -29,7 +29,7 @@ uni-button:after {
height: auto;
background-color: #fff;
border-radius: 24rpx;
padding: 22rpx;
padding: 22rpx 22rpx 8rpx 22rpx;
margin-bottom: 20rpx;
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
}
@@ -44,16 +44,23 @@ uni-button:after {
}
.filter_label {
display: block;
line-height: 80rpx;
line-height: 40rpx;
font-size: 28rpx;
color: #323232;
font-weight: bold;
letter-spacing: 4rpx;
padding-left: 10rpx;
padding: 20rpx 0 20rpx 0;
/* text-align:justify;
text-align-last: justify;
text-justify: inter-ideograph; */
}
.filter_msg {
font-size: 28rpx;
line-height: 30rpx;
color: #ff6a00;
text-align: right;
padding: 20rpx 0 20rpx 0;
}
/** */
.filter_picker .uni-input {
width: 100%;
@@ -248,6 +255,7 @@ uni-button:after {
.button-primary_s {
font-size: 26rpx;
line-height: 60rpx;
margin: 0;
}
.button-info, .submit-button[disabled] {
background-color: #c9c9c9;