diff --git a/common/style/layout.styl b/common/style/layout.styl
index 701fcf6..57475e4 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -438,6 +438,15 @@ uni-button[disabled]:not([type]) {
border-color: #c9c9c9;
background-color: #c9c9c9;
}
+uni-button[type=default] {
+ border: 2rpx solid #c9c9c9;
+}
+uni-button[type=primary] {
+ border: 2rpx solid #007aff;
+}
+uni-button[size=mini] {
+ vertical-align: middle;
+}
/** 下拉框 */
.uni-select__selector {
diff --git a/common/style/reset.css b/common/style/reset.css
index 52702a9..11454f2 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -140,6 +140,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.h-50 {
height: 50% !important;
}
+.mgt20 {
+ margin-top: 20rpx;
+}
.mgt40 {
margin-top: 40rpx;
}
diff --git a/locale/en.json b/locale/en.json
index f49a44c..f7dedfb 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -33,7 +33,7 @@
"button.print": "Printing",
"button.force-complete": "Force Completion",
"button.reissue": "Re - issue",
- "button.ready": "Ready",
+ "button.ready-to-go": "Ready",
"button.start-work-order": "Start Work Order",
"button.add-order": "Create New Work Order",
"button.roll-down": "Normal Unwinding",
diff --git a/pages/SecondPhase/production/SboProcess.vue b/pages/SecondPhase/production/SboProcess.vue
index 6df9ce9..2ef6afe 100644
--- a/pages/SecondPhase/production/SboProcess.vue
+++ b/pages/SecondPhase/production/SboProcess.vue
@@ -3,12 +3,31 @@
-
-
-
-
+
+
+ {{$t('grid.point-code')}}
+
+
+
-
+
+
+
+
+
+
+
+
+
+ {{$t('filter.mother-roll')}}
+
+
+
+
+
+
+
+
@@ -51,32 +70,23 @@
+
+
-
-
-
-