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 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/IpadIndex.html b/WebTM/views/IpadIndex.html
index bcee4a4..feed4ed 100644
--- a/WebTM/views/IpadIndex.html
+++ b/WebTM/views/IpadIndex.html
@@ -1127,7 +1127,7 @@
"HMaterID": HMaterID,
"HProcID": HProcID,
"HSourceID": HSourceID1,
- "SCOrder": HICMOBillNo
+ "SCOrder": HSourceBillNo
});
//閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
@@ -1156,7 +1156,8 @@
var data = [];
data.push({
"HMaterID": HMaterID,
- "SCOrder": HICMOBillNo
+ "HProcID": HProcID,
+ "SCOrder": HSourceBillNo
});
//閫氳繃绱㈠紩鑾峰彇鍒板綋鍓峣frame寮瑰嚭灞�
--
Gitblit v1.9.1