From f77d188d5e393ee6b4a04597e6f4ebb10196643a Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期一, 18 十月 2021 11:12:29 +0800
Subject: [PATCH] 器具管理所有页面列表加上排序
---
WebTM/views/模治具管理/模治具管理/Sc_MouldOtherOutBillList.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_MouldOtherOutBillList.html" "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_MouldOtherOutBillList.html"
index 893384e..8db6993 100644
--- "a/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_MouldOtherOutBillList.html"
+++ "b/WebTM/views/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/\346\250\241\346\262\273\345\205\267\347\256\241\347\220\206/Sc_MouldOtherOutBillList.html"
@@ -144,7 +144,7 @@
//杩涘叆椤甸潰鏄剧ず鐨勭紦瀛樺垪琛�
$.ajax({
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
- url: GetWEBURL() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBillList',
+ url: GetWEBURL() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBill',
type: "GET",
data: { "sWhere": sWhere},
success: function (data1) {
@@ -168,7 +168,7 @@
var index = layer.load(0);
$.ajax({
//url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
- url: GetWEBURL1() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBillList',
+ url: GetWEBURL1() + '/Sc_MouldOtherOutBill/GetMouldOtherOutBill',
type: "GET",
data: { "sWhere": sWhere},
success: function (data1) {
--
Gitblit v1.9.1