From 67a72c5d38bfea074bdfe312b07d0463ebe2ed7e Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期三, 17 九月 2025 14:23:30 +0800 Subject: [PATCH] 限制年龄 --- cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js index f72e818..97dbe85 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TStoreInfo.js @@ -18,6 +18,7 @@ {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'}, {title: '所在省市', field: 'provinceCity', visible: true, align: 'center', valign: 'middle'}, {title: '门店名称', field: 'name', visible: true, align: 'center', valign: 'middle'}, + ]; }; @@ -50,7 +51,7 @@ var name =''; for(var i in selected){ if(typeof selected[i].id != "undefined"){ - console.log( selected[i].ids,55555) + console.log( selected[i].id,55555) name = selected[0].accountName if(name!=selected[i].accountName){ Feng.info("请选择相同运营商门店") @@ -145,6 +146,5 @@ var table = new BSTable(TStoreProvince.id, "/tCouponManage/storeDetailsOfSearch", defaultColunms); table.setPaginationType("client"); TStoreProvince.table = table.init(); - queryProvince(); }); -- Gitblit v1.7.1