From 1fe12a211577dc04aeb494faaac70c1963878fa7 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 13 七月 2022 17:15:33 +0800
Subject: [PATCH] nothing

---
 WebTM/views/工资管理/工资结算单(个人)/Pay_SingleBalBillList.html |   29 +++++------------------------
 1 files changed, 5 insertions(+), 24 deletions(-)

diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\347\273\223\347\256\227\345\215\225\050\344\270\252\344\272\272\051/Pay_SingleBalBillList.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\347\273\223\347\256\227\345\215\225\050\344\270\252\344\272\272\051/Pay_SingleBalBillList.html"
index fcc060d..2e87107 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\347\273\223\347\256\227\345\215\225\050\344\270\252\344\272\272\051/Pay_SingleBalBillList.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\347\273\223\347\256\227\345\215\225\050\344\270\252\344\272\272\051/Pay_SingleBalBillList.html"
@@ -126,15 +126,17 @@
 
             //#region 鍒濆鍖栫晫闈�
             function set_ClearBill() {
+                $("#HBeginDate").val(Format(new Date(), "yyyy-MM-dd"));
+                $("#HEndDate").val(Format(new Date(), "yyyy-MM-dd"));
                 //鍒濆鍖栬〃鏍�
                 set_InitGrid();
                 //鏌ヨ
-                get_Display(sWhere);
+                get_FastQuery();
             }
             //#endregion
             //#region 鍒濆鍖栬〃鏍兼柟娉�
-            $("#HBeginDate").val(Format(new Date(new Date() - 1000 * 60 * 60 * 24 * 30), "yyyy-MM-dd"));
-            $("#HEndDate").val(Format(new Date(), "yyyy-MM-dd"));
+            //$("#HBeginDate").val(Format(new Date(new Date() - 1000 * 60 * 60 * 24 * 30), "yyyy-MM-dd"));
+           
             function set_InitGrid() {
                 option = {
                     elem: '#mainTable'
@@ -316,27 +318,6 @@
                         break;
                 };
             });
-
-            ////杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛�
-            //$.ajax({
-            //    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
-            //    url: GetWEBURL() + '/Sc_MouldProdOutBill/GetMouldProdOutBill',
-            //    type: "GET",
-            //    data: { "sWhere": sWhere},
-            //    success: function (data1) {
-            //        if (data1.count == 1) {
-            //            option.data = data1.data;
-            //            table.render(option);
-            //            layer.close(index);
-            //        } else {
-            //            layer.close(index);
-            //            layer.alert(data1.code + data1.Message, { icon: 5 });
-            //        }
-            //    }, error: function () {
-            //        layer.close(index);
-            //        layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 });
-            //    }
-            //});
 
             //#region 蹇�熻繃婊�
             function get_FastQuery(table, option) {

--
Gitblit v1.9.1