From b03b30f475f3f4da7f0136fc562ac71d6821ebf4 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期五, 04 八月 2023 18:13:48 +0800 Subject: [PATCH] 管理后台的优惠券添加功能的门店添加 --- cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TStoreInfo.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TStoreInfo.js b/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TStoreInfo.js index 1757922..e8f1904 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TStoreInfo.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tCoupon/TStoreInfo.js @@ -5,7 +5,8 @@ id: "TStoreProvinceTable", //表格id seItem: null, //选中的条目 table: null, - layerIndex: -1 + layerIndex: -1, + storeList: [] }; /** @@ -13,7 +14,7 @@ */ TStoreProvince.initColumn = function () { return [ - {field: 'selectItem', radio: true}, + {field: 'selectItem', checkbox: true}, {title: '选择', field: '', visible: true, align: 'center', valign: 'middle'}, {title: 'id', field: 'id', visible: false, align: 'center', valign: 'middle'}, {title: '所属账号', field: 'accountName', visible: true, align: 'center', valign: 'middle'}, -- Gitblit v1.7.1