From 596b25f7569404b6b3d72375f35bc0c005c3fa6a Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 05 十二月 2024 13:38:51 +0800
Subject: [PATCH] 工资报表、生产订单列表、工艺路线列表、流转卡列表、工序出站汇报单列表回车查询;提料计划、缺料分析、齐套报表添加导出功能

---
 WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBillList.html |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 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 7b0c87c..9f7b330 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"
@@ -639,6 +639,73 @@
             });
             //#endregion
 
+            //#region 鍥炶溅鏌ヨ
+
+            //璁㈠崟璺熻釜鍙峰洖杞︽柟娉�
+            $('#HOrderProcNO').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //浠诲姟鍗曞彿鍥炶溅鏂规硶
+            $('#HWorkBillNo').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鐗╂枡鍥炶溅鏂规硶
+            $('#HProcExchBillNo').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鍗曟嵁鍙峰洖杞︽柟娉�
+            $('#HBillNo').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鎵规鍙峰洖杞︽柟娉�
+            $('#HBatchNo').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鍞竴ID鍥炶溅鏂规硶
+            $('#HERPID').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鑷畾涔夎繃婊ゅ洖杞︽柟娉�
+            $('#ColContent').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鑷畾涔夎繃婊ゅ洖杞︽柟娉�
+            $('#ColContent1').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //鑷畾涔夎繃婊ゅ洖杞︽柟娉�
+            $('#ColContent2').on('keydown', function (event) {
+                if (event.keyCode == 13) {
+                    get_FastQuery();
+                }
+            });
+
+            //#endregion
+
             //#region 鏈〉闈㈡墍鏈夎璋冪敤鐨勬柟娉�
             function set_ClearBill() {
                 get_Dept();

--
Gitblit v1.9.1