From 2eafb53bdfe0621d343e007d538114ac7ae2e09f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 15 十一月 2023 12:05:56 +0800
Subject: [PATCH] 特批申请单:源单下推计算本位币单据金额
---
WebTM/views/验收入库/委外入库/Kf_EntrustInBackBill.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\205\245\345\272\223/Kf_EntrustInBackBill.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_EntrustInBackBill.html"
index bae3890..dd55d3d 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_EntrustInBackBill.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_EntrustInBackBill.html"
@@ -526,7 +526,9 @@
form.on('submit(Cancel)', function () {
sessionStorage["SourceFlag"] = false;
- parent.location.href = "../../../views/index.html"
+ layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
+ parent.location.href = "../../../views/index_Mobile.html";
+ });
//window.close();//鍏抽棴褰撳墠椤�
})
@@ -566,7 +568,7 @@
dataType: "json",
success: function (data) {
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
- layer.msg(data.Message + $("#HBillNo").val(), { icon: 1 });
+ layer.msg(data.Message, { icon: 1 });
}
else {
layer.msg(data.Message, { icon: 5 });
--
Gitblit v1.9.1