From e53896af87e903974b559a4b4e30a14a8da4e3e8 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期一, 29 三月 2021 20:16:10 +0800
Subject: [PATCH] 生产工序管理工序计划单下推实现页面效果修改使用视图展示列表

---
 WebTM/views/验收入库/其他入库/Kf_OtherInBill_Fast.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
index a269c71..176e6eb 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
@@ -815,7 +815,7 @@
             if (event.keyCode == 13) {
                 //鍒ゆ柇鏂囨湰妗嗘槸鍚︽湁鏁版嵁    new
                 $.ajax({
-                    url: GetWEBURL() + "/Web/GetSpName_Json",
+                    url: GetWEBURL() + "/LookingFor/getSpName_Json",
                     type: "GET",
                     data: { "HBarCode": HBarCode },
                     success: function (result) {

--
Gitblit v1.9.1