diff --git a/pages.json b/pages.json index 73b9dc2..6108a5e 100644 --- a/pages.json +++ b/pages.json @@ -12,7 +12,7 @@ "navigationStyle": "custom" } } - ,{ + ,{ "path" : "pages/management/in-storage", "style" : { @@ -52,6 +52,22 @@ } } + ,{ + "path" : "pages/management/move-inventory", + "style" : + { + "navigationStyle": "custom" + } + + } + ,{ + "path" : "pages/management/check", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/home/home.vue b/pages/home/home.vue index 7d20fda..91d4181 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -20,6 +20,16 @@ {{e.counts}} + + + 移库 + + + + + 盘点 + + @@ -78,6 +88,11 @@ url: url }) }, + toPage1 (e) { + uni.redirectTo({ + url: e + }) + }, Quit () { this.$store.dispatch('delUserInfo', '') uni.redirectTo({ @@ -210,4 +225,12 @@ left auto right 0 background-image url('../../static/images/hud_right.png') +.bg_texture_YC + _bis(,'../../static/images/RF01.png', 100%, ,center) + .menu-name + background-color rgba(223, 131, 21, 80%) +.bg_texture_PD + _bis(,'../../static/images/RF02.png', 100%, ,center) + .menu-name + background-color rgba(223, 131, 21, 80%) diff --git a/pages/management/check.vue b/pages/management/check.vue new file mode 100644 index 0000000..8d0168d --- /dev/null +++ b/pages/management/check.vue @@ -0,0 +1,363 @@ + + + + + diff --git a/pages/management/move-inventory.vue b/pages/management/move-inventory.vue new file mode 100644 index 0000000..79d585a --- /dev/null +++ b/pages/management/move-inventory.vue @@ -0,0 +1,318 @@ + + + + + diff --git a/static/images/RF01.png b/static/images/RF01.png index af989ff..18a06e7 100644 Binary files a/static/images/RF01.png and b/static/images/RF01.png differ diff --git a/static/images/RF02.png b/static/images/RF02.png index 44fa467..972a492 100644 Binary files a/static/images/RF02.png and b/static/images/RF02.png differ diff --git a/static/images/RF03.png b/static/images/RF03.png deleted file mode 100644 index 30c871f..0000000 Binary files a/static/images/RF03.png and /dev/null differ