From baa980a58e7fa79fcab8a610f8d02a48c1b3e8ad Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 10 五月 2024 17:39:14 +0800
Subject: [PATCH] 1.发货通知单,销售出库单 选单后,给子表 仓库 赋值 2.销售订单列表 增加子表 仓库ID与名称字段 已隐藏

---
 WebTM/views/质量管理/工序检验单/MES_ProcessCheckBillList_PDA.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/MES_ProcessCheckBillList_PDA.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/MES_ProcessCheckBillList_PDA.html"
index 71f6b00..d1b822d 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/MES_ProcessCheckBillList_PDA.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\243\200\351\252\214\345\215\225/MES_ProcessCheckBillList_PDA.html"
@@ -109,7 +109,10 @@
                     case 'btnDel': btnDel();
                         break;
                     //閫�鍑�
-                    case 'btn-exit': Pub_Close(2);
+                    case 'btn-exit': 
+                        layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                            parent.location.href = "../../../views/index_Mobile.html";
+                        });
                         break;
                     //闅愯棌鍒楄缃�
                     case 'HideColumn':

--
Gitblit v1.9.1