From 26dda54fd5fee791e5469df0c37bdba5797a80d7 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期四, 04 九月 2025 17:46:19 +0800 Subject: [PATCH] bug修改 --- ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js b/ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js index 7f68297..2386983 100644 --- a/ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js +++ b/ManagementZYTravel/guns-admin/src/main/webapp/static/modular/system/tIncome/balance.js @@ -45,7 +45,6 @@ * 打开查看专车订单详情 */ TIncome.orderDetail = function (value) { - if (this.check()) { var index = layer.open({ type: 2, title: '专车订单详情', @@ -55,7 +54,6 @@ content: Feng.ctxPath + '/tOrderPrivateCar/tOrderPrivateCar_orderDetailByOrderNumber/' + value }); this.layerIndex = index; - } }; /** * 点击添加 @@ -121,7 +119,6 @@ TIncome.resetSearch = function () { $("#insertTime").val(""); $("#handleType").val(""); - $("#id").val(""); TIncome.search(); }; $(function () { -- Gitblit v1.7.1