From da88bb3b2f8afb83ebeda7b4a3d0d654959e644d Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期一, 24 六月 2024 16:11:27 +0800
Subject: [PATCH] 权限查询
---
WebTM/views/IpadIndex.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index 0cfd1a8..feed4ed 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1126,7 +1126,8 @@
data.push({
"HMaterID": HMaterID,
"HProcID": HProcID,
- "HSourceID": HSourceID1,
+ "HSourceID": HSourceID1,
+ "SCOrder": HSourceBillNo
});
//閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1154,7 +1155,9 @@
success: function (dom, index) {
var data = [];
data.push({
- "HMaterID": HMaterID
+ "HMaterID": HMaterID,
+ "HProcID": HProcID,
+ "SCOrder": HSourceBillNo
});
//閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1350,7 +1353,7 @@
<div class="layui-col-sm12 layui-col-md4" onclick="OpenMaterToSource(event,this)">
<div class="cnt bottomright">
<span class="layui-icon layui-icon-engine imgicon"></span>
- <span class="imgtitle">涓婃枡闃插憜</span>
+ <span class="imgtitle">涓婃枡闃查敊</span>
</div>
</div>
<div class="layui-col-sm12 layui-col-md4" onclick="BadGather(event,this)">
--
Gitblit v1.9.1