From 2df88b1b2d2c7f9466e7b0ea08f55b2cae83a132 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 09 一月 2024 15:27:27 +0800
Subject: [PATCH] 1.销售订单子表,生产订单子表,工序流转卡 主表增加订单等级基础选择框 2.盘点方案,客户分类,供应商分类,地区,销售方式,采购方式编辑 及 列表 模块 3. 用户关联仓库列表,用户关联物料列表 的模块(按钮: 新增,编辑,删除(单行),列设置,按钮设置,退出) 4.器具保养统计表,器具维修统计表,器具故障统计表

---
 WebTM/views/验收入库/委外出库/Kf_EntrustOutBill_FastList.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 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\207\272\345\272\223/Kf_EntrustOutBill_FastList.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_FastList.html"
index 7307dbf..f1ff615 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_FastList.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\207\272\345\272\223/Kf_EntrustOutBill_FastList.html"
@@ -113,7 +113,9 @@
 
             //閫�鍑�
             form.on('submit(cmdCancel)', function () {
-                parent.location.href = "../../../views/index.html"
+                layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+                    parent.location.href = "../../../views/index_Mobile.html"
+                });
                 //window.close();//鍏抽棴褰撳墠椤�
             })
             //缂栬緫
@@ -129,7 +131,7 @@
                     , shade: 0.6 //閬僵閫忔槑搴�
                     , maxmin: false //鍏佽鍏ㄥ睆鏈�灏忓寲
                     , anim: 0 //0-6鐨勫姩鐢诲舰寮忥紝-1涓嶅紑鍚�
-                    , content: ['../../楠屾敹鍏ュ簱/濮斿鍑哄簱/Kf_EntrustOutBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
+                    , content: ['../../棰嗘枡鍙戣揣/濮斿鍑哄簱/Kf_EntrustOutBill_Fast.html?linterid=' + data[0].HInterID, 'yes']
                     , resize: false
                     , cancel: function () {
                         $(".layui-btn").removeClass("layui-btn-disabled");

--
Gitblit v1.9.1