From fee5a335de05c5162ef754bfe80b6de39f4e8b69 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 12 三月 2024 11:19:52 +0800
Subject: [PATCH] 其他应收单增加 数量和单价
---
WebTM/views/index_pb.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebTM/views/index_pb.html b/WebTM/views/index_pb.html
index 9a62ac5..06e054a 100644
--- a/WebTM/views/index_pb.html
+++ b/WebTM/views/index_pb.html
@@ -1150,7 +1150,7 @@
if (sessionStorage.login != "login") {
layer.confirm("鐧诲綍澶辨晥锛岃閲嶆柊鐧诲綍锛�", {
icon: 4, skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず", closeBtn: 0, btn: ['閲嶆柊鐧诲綍']
- }, function () { window.location.href = "user/login.html"; });
+ }, function () { window.location.href = "user/login_pb.html"; });
}
$("#LAY_app_flexible").click();
--
Gitblit v1.9.1