From 02af6ea33f505e4e06dc91785154898a801b267d Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期一, 14 四月 2025 12:21:56 +0800
Subject: [PATCH] 修复出站单  第三个自定义过滤没有数据显示,完善生产质量汇报单  复制一行不显示,修复不良原因查询在其他页面打开报错,性能散点报表 增加生产资源过滤,设备工艺参数点检表 完善 初始化点检人 id未赋值

---
 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