From de0e6334c8fa1c0fddf11090ff503f2d4e24f3b9 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期四, 30 六月 2022 12:27:29 +0800
Subject: [PATCH] 1
---
WebTM/views/领料发货/销售出库/Kf_SellOutBill_Fast.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill_Fast.html"
index 20d9673..530e371 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill_Fast.html"
@@ -850,7 +850,8 @@
//鏁存墭鍒犻櫎 cmdSDelete
form.on('submit(cmdSDelete)', function () {//鍒犻櫎
- var HBarCode = $('#HBarCode').val()
+ var HBarCode = $('#HBarCode').val();
+ var HInterID = $('#HInterID').val();
if (HBarCode) {
layer.msg("鏉$爜涓嶈兘涓虹┖", { icon: 5, btn: ['纭'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "娓╅Θ鎻愮ず" });
return;
@@ -860,7 +861,7 @@
type: "Get",
url: GetWEBURL() + "/POStockInBillList/SellOutBillSDeleCode",
async: true,
- data: { "HBarCode": HBarCode },
+ data: { "HBarCode": HBarCode, "HInterID": HInterID },
dataType: "json",
success: function (data) {
if (data.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜�
--
Gitblit v1.9.1