From 136f99b639265ce68b6555769c50da93f174926a Mon Sep 17 00:00:00 2001 From: admin <> Date: Tue, 12 Mar 2024 14:42:34 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E5=87=BA=E8=B4=A7?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 72 +++++++++++++ src/pagesApp/receiveSpl.vue | 145 ++++++++++++++++++++------ src/pagesReceive/form/pricingForm.vue | 2 +- src/pagesReceive/review/index.vue | 11 ++ src/pagesShipment/review/index.vue | 102 ++++++++++++++---- src/services/receive.ts | 12 ++- src/services/shipment.ts | 8 ++ 7 files changed, 300 insertions(+), 52 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index ef14c47..1aa2f38 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -356,6 +356,78 @@ const appList = reactive([ }); }, }, + { + icon: "app1.png", + title: "收货产品", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/receiveSpl", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app2.png", + title: "收货分类", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/shipmentSpl", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app4.png", + title: "出货产品", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/receiveDetail", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app3.png", + title: "支付明细", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/shipmentDetail", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app5.png", + title: "收入明细", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/receiveCl", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app6.png", + title: "人员管理", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/shipmentCl", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app7.png", + title: "权限管理", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/supplierMgt", // 要跳转到的页面路径 + // }); + }, + }, + { + icon: "app8.png", + title: "库存卡管理", + fn: () => { + // uni.navigateTo({ + // url: "/pagesApp/customerMgt", // 要跳转到的页面路径 + // }); + }, + }, ]); const tabMenuList = reactive([ diff --git a/src/pagesApp/receiveSpl.vue b/src/pagesApp/receiveSpl.vue index 0fe312d..42b00c5 100644 --- a/src/pagesApp/receiveSpl.vue +++ b/src/pagesApp/receiveSpl.vue @@ -11,7 +11,7 @@ {{ item.unit }} - - + v-model="model1.order.fileList" + limit="10" + title="最多可上传10张图片" + :auto-upload="false" + fileMediatype="image" + mode="grid" + ref="filesRef" + > - + + + - +