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" + > - + + + - +