From 7ae052d141e69fe9e19392172fc2960134a03232 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 01 十二月 2025 15:54:52 +0800
Subject: [PATCH] 1.采购入库单列表、直接调拨单列表、其他出库单列表、生产入库列表、销售出库单列表:layui中开发 查看包装明细
---
WebTM/views/仓存管理/装箱单/Sc_PackUnionBillMain_Packing.html | 23 +++++++++++++----------
1 files changed, 13 insertions(+), 10 deletions(-)
diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\350\243\205\347\256\261\345\215\225/Sc_PackUnionBillMain_Packing.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\350\243\205\347\256\261\345\215\225/Sc_PackUnionBillMain_Packing.html"
index 19bd446..5472882 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\350\243\205\347\256\261\345\215\225/Sc_PackUnionBillMain_Packing.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\350\243\205\347\256\261\345\215\225/Sc_PackUnionBillMain_Packing.html"
@@ -244,7 +244,7 @@
//涓嶉渶瑕佹樉绀虹殑瀛楁 鍙墿灞�
- var titleData = ["HInterID", "HReportEmpID", "HOrgID", "HEntryID", "HProjectStageID"];
+ var titleData = ["hmainid", "hsubid", "HMaterID", "HSupID"];
//#endregion
//#region 銆愯繃婊ゆ柟妗堛��
@@ -401,6 +401,7 @@
$("#HBeginDate").val(util.toDateString(new Date(new Date() - 1000 * 60 * 60 * 24 * HInitTimeCycle), "yyyy-MM-dd"));
$("#HEndDate").val(util.toDateString(new Date(), "yyyy-MM-dd"));
//鏌ヨ
+ get_FastQuery()
//鏌ヨ褰撳墠鐧诲綍鐢ㄦ埛鏈夋病鏈夊湪褰撳墠妯″潡璁剧疆榛樿杩囨护鏂规
get_DefaultModule();
}
@@ -511,14 +512,14 @@
//鍒锋柊琛ㄦ牸鏁版嵁
- DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData);
+ //DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData);
ins = table.render(option);
layer.close(ajaxLoad);
- if ($("#ColName option").length < 1) {
- ColFilter();
- get_DefaultModule();//鍔犺浇鏂规
- }
+ //if ($("#ColName option").length < 1) {
+ // ColFilter();
+ // get_DefaultModule();//鍔犺浇鏂规
+ //}
//layer.alert("鏌ヨ鎴愬姛", { icon: 1 });
} else {
@@ -612,12 +613,14 @@
laypage.render(optionPage);
//鍒锋柊琛ㄦ牸鏁版嵁
DisPlay_HideColumn(HModName, sessionStorage["HUserName"], option, titleData);
+ ins = table.render(option);
if ($("#ColName option").length < 1) {
ColFilter();
- get_DefaultModule();//鍔犺浇鏂规
+ // get_DefaultModule();//鍔犺浇鏂规
}
- ins = table.render(option);
Display_HideButton(set_HideButton_ID, HBillType, HModName, sessionStorage["HUserName"]);
+
+
layer.close(ajaxLoad);
} else {
layer.close(ajaxLoad);
@@ -898,7 +901,7 @@
});
return Permission;
}
- //#endregion
+ //#endregion
//#region 銆愯繃婊ゆ柟妗堛��
@@ -938,7 +941,7 @@
//闅愯棌鏄剧ず杩囨护鏂规鐨勬爣绛句俊鎭�
document.getElementById("HFilterScheme_Now").style.display = "none";
//鎵ц鏌ヨ鏂规硶
- get_FastQuery()
+ // get_FastQuery()
form.render("select");
}
}, error: function () {
--
Gitblit v1.9.1