From 9254513a783891781841450c8f7b0ba3d492978d Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 12 Feb 2025 14:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E7=89=A9?= =?UTF-8?q?=E6=96=99=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 ++ pages/index/index.vue | 11 +++- pages/index/wljl.vue | 146 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+), 1 deletion(-) create mode 100644 pages/index/wljl.vue diff --git a/pages.json b/pages.json index 44fc43e..d5651c7 100644 --- a/pages.json +++ b/pages.json @@ -83,6 +83,12 @@ "navigationBarTitleText": "当前业绩" } }, + { + "path": "pages/index/wljl", + "style": { + "navigationBarTitleText": "物料记录" + } + }, { "path": "pages/index/previousYeji", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 4f81ed0..548c057 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -158,7 +158,10 @@ 每次服务会减少物料包数量,当数量少于一定值时将做停牌处理! - 物料记录 + + + + 物料记录 @@ -861,6 +864,12 @@ export default { showMoreMaterialPackageList() { this.showMaterialPackageListStatus = true; }, + showWljlList(){//打开物料记录 + console.log('index---物料记录'); + uni.navigateTo({ + url:'/pages/index/wljl' + }) + }, viewHelp() { this.showViewHelp = true; }, diff --git a/pages/index/wljl.vue b/pages/index/wljl.vue new file mode 100644 index 0000000..e82cf01 --- /dev/null +++ b/pages/index/wljl.vue @@ -0,0 +1,146 @@ + + + + + \ No newline at end of file