From 839e33c88837be376fa9cece4970eb6498371a0e Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 03 九月 2024 14:11:29 +0800 Subject: [PATCH] 1.销售钉钉 问题:保存并设置默认过滤方案后,加载页面时任意字段过滤与保存的不符 原因:动态列,在未加载默认过滤方案前,未更新列数据 处理:在加载默认过滤方案前,先执行一次查询,获取动态列数据 问题:缺少合计 处理:判断数据类型未decimal或int,或列名包含在合计列数组中时,设置合计 --- WebTM/layuiadmin/Scripts/webConfig.js | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js index 9fd42f4..7a7f64d 100644 --- a/WebTM/layuiadmin/Scripts/webConfig.js +++ b/WebTM/layuiadmin/Scripts/webConfig.js @@ -3,14 +3,18 @@ //var WEBURL = "http://192.168.16.80:8011/"; //鍔炲叕瀹ゆ湇鍔″櫒 //var WEBURL = "http://localhost:8081/SWEAPI/"; //ch鏈湴*/ //var WEBURL = "http://61.164.86.218:8099/ABAPI/"; - var WEBURL = "http://localhost/API/"; //棰滄檽鍐涙湰鍦伴厤缃� + //var WEBURL = "http://localhost/API/"; //棰滄檽鍐涙湰鍦伴厤缃� //var WEBURL = "http://localhost:8082/LuBaoAPI/"; //鏉ㄤ箰鏈湴閰嶇疆 - //var WEBURL = "http://localhost:8082/API/"; //鏉滆春鏈湴閰嶇疆 + /* var WEBURL = "http://localhost:8082/API/"; */ //鏉滆春鏈湴閰嶇疆 + /*var WEBURL = "http://localhost/API/"; //娼樻禉娓告湰鍦伴厤缃� */ + var WEBURL = "http://localhost:8082/API/"; //鏉滆春鏈湴閰嶇疆 + /*var WEBURL = "http://localhost/API/";*/ //娼樻禉娓告湰鍦伴厤缃� + /*var WEBURL = "http://localhost:8082/API/"; //鏉滆春鏈湴閰嶇疆*/ //var WEBURL = "http://localhost:81/API/"; //鐜嬪浆鏈湴閰嶇疆 /*var WEBURL = "http://localhost:8083/API/"; //闄堥洴闈欐湰鍦伴厤缃�*/ + //var WEBURL = "http://localhost:8082/API/"; //寮犵憺骞挎湰鍦伴厤缃� //var WEBURL = "http://localhost:81/API/" //缈佹稕娑涙湰鍦伴厤缃� - //var WEBURL = "http://localhost:8082/API/"; //寮犵憺骞挎湰鍦伴厤缃�*/ - //var WEBURL = "http://localhost:8082/LuBaoAPI/"; //浣欐�濇澃鏈湴閰嶇疆 + //var WEBURL = "http://localhost:8082/LuBaoAPI/"; //浣欐�濇澃鏈湴閰嶇疆 //var WEBURL = "http://localhost:8088/ARAPI/"; //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺) //var WEBURL = "http://10.1.4.155/API/"; //姹熶赴瀹㈡埛NEW /* var WEBURL = "http://47.96.97.237/API/"; //鏅轰簯鏈嶅姟鍣�*/ -- Gitblit v1.9.1