From d4e2d5e93bdee0dd3538714b83745fd16dc4a07e Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期三, 20 八月 2025 16:26:33 +0800
Subject: [PATCH] PDA 条码查询页面 添加 条码出库日期 客户 销售出库单号 查询条件

---
 WebTM/views/验收入库/委外入库/Kf_EntrustInBackBillList.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
index 14e1e1d..8e6b932 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBackBillList.html"
@@ -104,8 +104,10 @@
         //璇诲彇鍗曟嵁鍒楄〃
         //
 
-        form.on('submit(Cancel)', function () {
-            parent.location.href = "../../../views/index.html"
+        form.on('submit(cmdCancel)', function () {
+            layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                window.close();
+            });
             //window.close();//鍏抽棴褰撳墠椤�
         })
 
@@ -133,7 +135,7 @@
             var sBillType = '1246'
             table.render({
                 elem: '#dj-table'
-                    , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+                    , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
                     , toolbar: '#toolbarDemo'
                     , where: { HBillType: sBillType, sWhere: '' }
                     , cols: [[
@@ -181,7 +183,7 @@
                            //layer.msg(data.Message, { icon: 1 });
                            table.render({
                                elem: '#dj-table'
-                               , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+                               , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
                                , cellMinWidth: 80
                                , toolbar: '#toolbarDemo'
                                , where: { HBillType: '1246', sWhere: '' }
@@ -219,7 +221,7 @@
         var sBillType = '1246'
         table.render({
             elem: '#dj-table'
-            , url: GetWEBURL1() + '/Web/DisBillEntryList_Mate_Webs_Json'
+            , url: GetWEBURL() + '/Web/DisBillEntryList_Mate_Webs_Json'
             , toolbar: '#toolbarDemo'
             , where: { HBillType: sBillType, sWhere: '' }
             , cols: [[

--
Gitblit v1.9.1