From ec0faa25ea2f4f7a7585ea70afd0e5207d6ba916 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 12 三月 2024 10:07:56 +0800
Subject: [PATCH] 发货通知单,退货通知单,选择框改为基础资料
---
WebTM/views/设备管理/Sb_EquipConkBookBillList_PDA.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipConkBookBillList_PDA.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipConkBookBillList_PDA.html"
index 47a064c..c57fa3b 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipConkBookBillList_PDA.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipConkBookBillList_PDA.html"
@@ -98,7 +98,8 @@
var sWhere = "";
var option = [];
var HModName = "Sb_EquipConkBookBillList_PDA";
-
+ //涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
+ var titleData = ["hmainid", "HEquipID", "HEmpID", "HDeptID", "HManagerID", "hsubid", "HConkTypeID", "HManagerID", "HBillType", "婧愬崟涓诲唴鐮�", "婧愬崟瀛愬唴鐮�", "HConkReasonID","HManagerID1"];
//#endregion
//#region 杩涘叆椤甸潰鏃㈠姞杞�
@@ -194,7 +195,7 @@
url: GetWEBURL() + "/Web/GetEquipmentBillsList",
type: "GET",
async: false,
- data: { "sWhere": sWhere, "Type": "GZ" },
+ data: { "sWhere": sWhere, "Type": "GZ", "user": sessionStorage["HUserName"]},
success: function (data1) {
if (data1.count == 1) {
@@ -209,7 +210,7 @@
//鍦ㄥ垪琛ㄥ乏杈规坊鍔犲嬀閫夋
col.push({ type: 'checkbox', fixed: 'left' });
for (var i = 0; i < data.length; i++) {
- if ($.inArray(data[i].name, "") > -1) {
+ if ($.inArray(data[i].name, titleData) > -1) {
col.push({ field: data[i].id, title: data[i].name, align: 'center', hide: true }); //闅愯棌id鍒�
}
else {
--
Gitblit v1.9.1