From 75613bae101ff6dc2a255a78f1d7473cc94c75f3 Mon Sep 17 00:00:00 2001
From: WYB <908761037@qq.com>
Date: 星期一, 29 三月 2021 21:51:57 +0800
Subject: [PATCH] 工序计划单列表重新绑定视图字段
---
WebTM/views/仓存管理/仓库调拨/Kf_LookingForBillList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_LookingForBillList.html" "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_LookingForBillList.html"
index 5e10fc2..845f790 100644
--- "a/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_LookingForBillList.html"
+++ "b/WebTM/views/\344\273\223\345\255\230\347\256\241\347\220\206/\344\273\223\345\272\223\350\260\203\346\213\250/Kf_LookingForBillList.html"
@@ -203,7 +203,7 @@
var index = layer.load(0);
$.ajax({
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
- url: GetWEBURL1() + '/LookingFor/GetLookingForBillList',
+ url: GetWEBURL() + '/LookingFor/GetLookingForBillList',
type: "GET",
data: { "sWhere": sWhere, "HBillType": HBillType },
success: function (data1) {
--
Gitblit v1.9.1