From 2c4e339508f78a215518a8a12af34ca0b1564d44 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期五, 31 十月 2025 13:07:03 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
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