From 0b6999151fd5840eb17af7126f7275608b9db2fe Mon Sep 17 00:00:00 2001 From: wangsiyang <524156191@qq.com> Date: Fri, 5 Sep 2025 15:22:43 +0800 Subject: [PATCH] =?UTF-8?q?rrsUI=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bottomBtn/bottomBtn.vue | 242 +++++++++++ components/colorui/components/cu-custom.vue | 6 +- components/colorui/main.css | 8 +- package-lock.json | 6 + pages.json | 10 +- pages/index.vue | 10 +- pages/login.vue | 60 ++- pages/register.vue | 22 +- pages/work/index.vue | 282 ++++++++++--- pages/work/wms/clearEmptyLoc.vue | 98 ++++- pages/work/wms/emptyPalletOut.vue | 224 +++++++---- pages/work/wms/manualCall.vue | 164 ++++++-- pages/work/wms/palletInfoQuery.vue | 96 ++++- pages/work/wms/returnEmptyRack.vue | 32 +- pages/work/wms/skuCreatePallet.vue | 423 ++++++++++++-------- pages/work/wms/skuCreatePalletByCode.vue | 261 ++++++++---- pages/work/wms/surplusOut.vue | 159 ++++++-- pages/work/wms/surplusReturn.vue | 125 +++++- static/images/loginBg.jpg | Bin 0 -> 696451 bytes static/images/loginBg.png | Bin 0 -> 700473 bytes static/images/pass.png | Bin 0 -> 638 bytes static/images/right.png | Bin 0 -> 263 bytes static/images/tabbar/home.png | Bin 3265 -> 634 bytes static/images/tabbar/homeS.png | Bin 0 -> 532 bytes static/images/tabbar/home_.png | Bin 3229 -> 0 bytes static/images/tabbar/mine.png | Bin 4235 -> 561 bytes static/images/tabbar/mineS.png | Bin 0 -> 625 bytes static/images/tabbar/mine_.png | Bin 4219 -> 0 bytes static/images/tabbar/work.png | Bin 4108 -> 665 bytes static/images/tabbar/workS.png | Bin 0 -> 547 bytes static/images/tabbar/work_.png | Bin 5008 -> 0 bytes static/images/user.png | Bin 0 -> 685 bytes static/images/work/组合 1747.png | Bin 0 -> 1998 bytes static/images/work/组合 1749.png | Bin 0 -> 2216 bytes static/images/work/组合 1752.png | Bin 0 -> 2261 bytes static/images/work/组合 1753.png | Bin 0 -> 3134 bytes static/images/work/组合 1756.png | Bin 0 -> 2069 bytes static/images/work/组合 1758.png | Bin 0 -> 2061 bytes static/images/work/组合 1759.png | Bin 0 -> 2261 bytes static/images/work/组合 1762.png | Bin 0 -> 2300 bytes static/images/work/组合 1763.png | Bin 0 -> 2134 bytes static/images/work/组合 1764.png | Bin 0 -> 2191 bytes static/json/dynamicRouter.json | 18 +- static/scss/colorui.css | 6 +- 44 files changed, 1707 insertions(+), 545 deletions(-) create mode 100644 components/bottomBtn/bottomBtn.vue create mode 100644 package-lock.json create mode 100644 static/images/loginBg.jpg create mode 100644 static/images/loginBg.png create mode 100644 static/images/pass.png create mode 100644 static/images/right.png create mode 100644 static/images/tabbar/homeS.png delete mode 100644 static/images/tabbar/home_.png create mode 100644 static/images/tabbar/mineS.png delete mode 100644 static/images/tabbar/mine_.png create mode 100644 static/images/tabbar/workS.png delete mode 100644 static/images/tabbar/work_.png create mode 100644 static/images/user.png create mode 100644 static/images/work/组合 1747.png create mode 100644 static/images/work/组合 1749.png create mode 100644 static/images/work/组合 1752.png create mode 100644 static/images/work/组合 1753.png create mode 100644 static/images/work/组合 1756.png create mode 100644 static/images/work/组合 1758.png create mode 100644 static/images/work/组合 1759.png create mode 100644 static/images/work/组合 1762.png create mode 100644 static/images/work/组合 1763.png create mode 100644 static/images/work/组合 1764.png diff --git a/components/bottomBtn/bottomBtn.vue b/components/bottomBtn/bottomBtn.vue new file mode 100644 index 0000000..fa63fc9 --- /dev/null +++ b/components/bottomBtn/bottomBtn.vue @@ -0,0 +1,242 @@ + + + + + + \ No newline at end of file diff --git a/components/colorui/components/cu-custom.vue b/components/colorui/components/cu-custom.vue index b09f70d..a87886f 100644 --- a/components/colorui/components/cu-custom.vue +++ b/components/colorui/components/cu-custom.vue @@ -1,7 +1,7 @@