diff --git a/common/style/layout.css b/common/style/layout.css
index f37a0ed..35239e3 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -71,7 +71,7 @@ uni-button:after {
height: 80rpx;
font-size: 48rpx;
line-height: 80rpx;
- color: #323232;
+ color: #4e6ef2;
text-align: center;
}
.icon_phone {
@@ -309,7 +309,7 @@ uni-button:after {
border-radius: 10rpx;
}
.slide_new table tbody tr td.fontcol1 {
- color: #007de7;
+ color: #4e6ef2;
}
.slide_new table tbody tr td.fontcol2 {
color: #000;
@@ -319,16 +319,18 @@ uni-button:after {
line-height: 30rpx;
padding: 8rpx 20rpx;
border-radius: 8rpx;
+ background-color: #F60;
+ color: #fff;
}
.slide_new table tbody tr td .fontbg1 {
background-color: #cfd2d4;
color: #5e5d5d;
}
-.slide_new table tbody tr td .fontbg3 {
+.slide_new table tbody tr td .fontbg2 {
background-color: #96f3b8;
color: #36744c;
}
-.slide_new table tbody tr td .fontbg4 {
+.slide_new table tbody tr td .fontbg3 {
background-color: #f3ccb5;
color: #ff5e00;
}
diff --git a/pages.json b/pages.json
index bc21cbf..6b4972a 100644
--- a/pages.json
+++ b/pages.json
@@ -96,6 +96,14 @@
}
}
+ ,{
+ "path" : "pages/manage/mater-out-storage",
+ "style" :
+ {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 24de8a7..edaadf7 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -47,7 +47,7 @@
{id: 1, title: '空托盘出库', icon: 'RF01', path: '/pages/manage/empty-tray-out'},
{id: 2, title: '空托盘入库', icon: 'RF02', path: '/pages/manage/empty-tray-in'},
{id: 3, title: '组盘入库', icon: 'RF03', path: '/pages/manage/group-in-storage'},
- {id: 4, title: '原料出库', icon: 'RF04', path: ''},
+ {id: 4, title: '原料出库', icon: 'RF04', path: '/pages/manage/mater-out-storage'},
{id: 5, title: '生产下料', icon: 'RF05', path: ''},
{id: 6, title: '点位更新', icon: 'RF06', path: ''},
{id: 7, title: '定点作业', icon: 'RF07', path: ''},
diff --git a/pages/manage/empty-tray-in.vue b/pages/manage/empty-tray-in.vue
index edc2db9..1f572b6 100644
--- a/pages/manage/empty-tray-in.vue
+++ b/pages/manage/empty-tray-in.vue
@@ -12,7 +12,7 @@
{{index1 !== '' ? options1[index1].text : ''}}
-
+
diff --git a/pages/manage/empty-tray-out.vue b/pages/manage/empty-tray-out.vue
index c09e6c0..1c61cd0 100644
--- a/pages/manage/empty-tray-out.vue
+++ b/pages/manage/empty-tray-out.vue
@@ -12,7 +12,7 @@
{{index1 !== '' ? options1[index1].text : ''}}
-
+