diff --git a/common/style/layout.styl b/common/style/layout.styl
index a4014a3..2dee157 100644
--- a/common/style/layout.styl
+++ b/common/style/layout.styl
@@ -84,6 +84,15 @@ uni-button:after {
color: #606266;
padding: 0 10rpx;
}
+.filter_unit {
+ height: 80rpx;
+ line-height: 80rpx;
+ border: 1rpx solid #e5e5e5;
+ background-color: transparent;
+ font-size: 28rpx;
+ color: #606266;
+ text-align:center;
+}
.filter_input_disabled {
background-color: #eee;
}
diff --git a/locale/en.json b/locale/en.json
index 81ad05f..36b04bd 100644
--- a/locale/en.json
+++ b/locale/en.json
@@ -72,7 +72,8 @@
"MoveLocation": "Move into Storage Location",
"Keyword": "Keyword",
"Pointlocation": "Point location",
- "Pointlocationcarrier": "Point - location carrier"
+ "Pointlocationcarrier": "Point - location carrier",
+ "Unitmeasurement": "Unit of measurement"
},
"th": {
"MaterialBoxNumber": "Material Box Number",
diff --git a/locale/vi.json b/locale/vi.json
index 052e3f2..f67e66b 100644
--- a/locale/vi.json
+++ b/locale/vi.json
@@ -72,7 +72,8 @@
"MoveLocation": "Chuyển vào vị trí kho",
"Keyword": "Từ khóa",
"Pointlocation": "Điểm",
- "Pointlocationcarrier": "Vật chở tại điểm"
+ "Pointlocationcarrier": "Vật chở tại điểm",
+ "Unitmeasurement": "Đơn vị đo"
},
"th": {
"MaterialBoxNumber": "Số hộp vật liệu",
diff --git a/locale/zh-Hans.json b/locale/zh-Hans.json
index 6de8b0e..24dbb8f 100644
--- a/locale/zh-Hans.json
+++ b/locale/zh-Hans.json
@@ -72,7 +72,8 @@
"MoveLocation": "移入货位",
"Keyword": "关键字",
"Pointlocation": "点位",
- "Pointlocationcarrier": "点位载具"
+ "Pointlocationcarrier": "点位载具",
+ "Unitmeasurement": "计量单位"
},
"th": {
"MaterialBoxNumber": "料框号",
diff --git a/pages/manage/common/cxwl.vue b/pages/manage/common/cxwl.vue
index 6f3ad46..de233d2 100644
--- a/pages/manage/common/cxwl.vue
+++ b/pages/manage/common/cxwl.vue
@@ -15,8 +15,9 @@
{{$t('label.MaterialName')}}
-
- {{$t('MaterialCode')}}
+
+ {{$t('label.MaterialCode')}}
+ {{$t('label.Unitmeasurement')}}