diff --git a/pages.json b/pages.json index 7b92ee0..383f7e8 100644 --- a/pages.json +++ b/pages.json @@ -314,6 +314,14 @@ } } + ,{ + "path" : "pages/test", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { // "pageOrientation": "landscape", diff --git a/pages/home/home.vue b/pages/home/home.vue index 0a8a54a..815c0cf 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -21,6 +21,7 @@ + @@ -83,6 +84,11 @@ uni.redirectTo({ url: '/pages/login/login' }) + }, + toTest () { + uni.redirectTo({ + url: '/pages/test' + }) } } } diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 4f08d14..97562c1 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -7,10 +7,10 @@ 服务器地址 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
用料单号{{data.prd_ppbom_no}}
物料编码{{data.material_code}}
物料名称{{data.material_name}}
物料规格{{data.material_spec}}
物料数量{{data.assign_qty}}
料箱号{{val1}}
+
+
+ + + + + + + \ No newline at end of file diff --git a/pages/test的副本.vue b/pages/test的副本.vue new file mode 100644 index 0000000..a5874e4 --- /dev/null +++ b/pages/test的副本.vue @@ -0,0 +1,142 @@ + + + \ No newline at end of file