From d6a5691b9aacbae7d09a4ea5a7b4fbc1474f376a Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 11 六月 2024 08:34:20 +0800
Subject: [PATCH] 采购订单超链接格式修改,工作联系单bug修复
---
WebTM/views/IpadIndex.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 11d3de7..0cfd1a8 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1056,7 +1056,8 @@
});
}
- //褰撳墠宸ュ崟(璧嬬爜)鎸夐挳鐐瑰嚮浜嬩欢
+
+ //褰撳墠宸ュ崟(姹囨姤)鎸夐挳鐐瑰嚮浜嬩欢
function CodingReport(event, obj) {
if (wktag == 0) {
layer.alert("璇烽�夋嫨宸ュ崟鍒楄〃", { icon: 5 });
@@ -1070,7 +1071,7 @@
shift: 2,
area: ['100%', '100%'],
maxmin: true,
- content: '杞﹂棿绠$悊/宸ュ簭鍑虹珯姹囨姤鍗�/Cj_StationOutBill_CodingReport.html?OperationType=2&linterid=&HSouceBillType=',
+ content: '杞﹂棿绠$悊/宸ュ簭鍑虹珯姹囨姤鍗�/Cj_StationOutBill_CurrentWork.html?OperationType=2&linterid=&HSouceBillType=',
end: function () {
},
@@ -1389,7 +1390,7 @@
<div class="layui-col-sm12 layui-col-md4" onclick="CodingReport(event,this)">
<div class="cnt bottomright">
<span class="layui-icon layui-icon-console imgicon"></span>
- <span class="imgtitle">褰撳墠宸ュ崟(璧嬬爜)</span>
+ <span class="imgtitle">褰撳墠宸ュ崟(姹囨姤)</span>
</div>
</div>
<div class="layui-col-sm12 layui-col-md4" onclick="BeginDotCheck(event,this)">
--
Gitblit v1.9.1