From 83d47de81e63469f917005c06fc53371af3189b5 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 21 四月 2022 10:47:44 +0800
Subject: [PATCH] 1
---
WebTM/views/验收入库/委外入库/Kf_EntrustInBill_FastList.html | 3 ++-
1 files changed, 2 insertions(+), 1 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_EntrustInBill_FastList.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_EntrustInBill_FastList.html"
index 5d9699b..51db73e 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_EntrustInBill_FastList.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_EntrustInBill_FastList.html"
@@ -291,9 +291,10 @@
form.on('submit(cmdQuery)', function () {
var HBillNo = $("#HBillNo").val();
var HSourceBillNo = $("#HSourceBillNo").val();
+ var index = layer.load();//閬僵
//杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛�
$.ajax({
- url: GetWEBURL() + '/Gy_Mould/list1',
+ url: GetWEBURL() + '/Web/QueryBillUpdateLoad_Json',
type: "GET",
data: { "BillType": sBillType, "HBillNo": HBillNo, "HSourceBillNo": HSourceBillNo },
success: function (data1) {
--
Gitblit v1.9.1