From 8a24a82d61360eb005df8f91fbf40754dfda48db Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 21 五月 2024 11:27:32 +0800
Subject: [PATCH] 销售调价单和销售退货单在未审核的情况下也允许打印
---
WebTM/views/设备管理/Sb_EquipRepairCheckBill_PDA.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBill_PDA.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBill_PDA.html"
index 5b917bf..2716a40 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBill_PDA.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipRepairCheckBill_PDA.html"
@@ -473,7 +473,7 @@
//#region 閫�鍑烘寜閽�
form.on('submit(Cancel)', function () {
layer.confirm('鎮ㄧ‘瀹氳閫�鍑哄悧锛�', { icon: 3, title: '鎻愮ず' }, function (index) {
- Pub_Close(2);
+ parent.location.href = "../../../views/index_Mobile.html";
});
})
//#endregion
--
Gitblit v1.9.1