From 1feacc736b13c48125e41367de11ce4b0e6dab4c Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期四, 08 九月 2022 16:47:55 +0800
Subject: [PATCH] noyhing

---
 WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBillList.html |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
index de8d10f..54ac4b2 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\345\267\245\345\272\217\346\265\201\350\275\254\345\215\241/Sc_ProcessExchangeBillList.html"
@@ -213,7 +213,7 @@
                 //鍒濆鍖栦粠琛ㄥ垪琛�
                 set_InitGrid2();
                 //鏌ヨ
-                get_Display(sWhere);
+                get_FastQuery();
             }
 
 
@@ -229,7 +229,7 @@
                 $("#HBillNo").val("");//鍗曟嵁鍙�
                 //$("#btnSearch").click();
                 sWhere = "";
-                get_Display(sWhere);
+                get_FastQuery();
             }
             //#endregion
 
@@ -332,12 +332,7 @@
                         , { field: '鎵撳嵃娆℃暟', title: '鎵撳嵃娆℃暟' }
                         , { field: '绫诲瀷', title: '绫诲瀷' }
                         , {
-                            field: '鏃ユ湡', title: '鏃ユ湡', width: 120, sort: true, templet: function (d) {
-                                if (d.鏃ユ湡 == null) {
-                                    return "";
-                                }
-                                return util.toDateString(d.鏃ユ湡, "yyyy-MM-dd");
-                            }
+                            field: '鏃ユ湡', title: '鏃ユ湡', width: 120, sort: true, templet: "<div>{{d.鏃ユ湡 ==null ?'':layui.util.toDateString(d.鏃ユ湡, 'yyyy-MM-dd')}}</div>"
                         }
                         , { field: '璁㈠崟璺熻釜鍙�', title: '璁㈠崟璺熻釜鍙�', width: 120 }
                         , { field: '鍗曟嵁鍙�', title: '鍗曟嵁鍙�', width: 190 }

--
Gitblit v1.9.1