From f54c3abfad2f9421dcfff04b06e1621752e97631 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 22 八月 2025 10:54:43 +0800 Subject: [PATCH] 1.生产领料库位信息查询 --- H5/Js/My.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/H5/Js/My.js b/H5/Js/My.js index 3e71506..8dd73e0 100644 --- a/H5/Js/My.js +++ b/H5/Js/My.js @@ -71,9 +71,16 @@ // on cancel }); }, + //goMsg() { + // var that = this; + // window.location.href = "/H5/Message.aspx"; + //}, goMsg() { var that = this; - window.location.href = "/H5/Message.aspx"; + uni.navigateTo({ + url: "/pages/index/test/PrintInit?type=1", + + }); }, goOrg() { var that = this; -- Gitblit v1.9.3