.
This commit is contained in:
parent
5e4f90b498
commit
2a6d5dff2d
@ -20,6 +20,8 @@ def home():
|
||||
def numtext():
|
||||
data = request.args
|
||||
|
||||
print(listShops)
|
||||
|
||||
#получаем срез и таблицы по введёным параметрам
|
||||
newListShops = listShops.iloc[int(data['firstRow'])-1:int(data['secondRow']), int(data['firstColumn']):int(data['secondColumn'])+1]
|
||||
|
||||
@ -28,8 +30,6 @@ def numtext():
|
||||
#список списков для шаблона
|
||||
totalList = []
|
||||
|
||||
print(countNull[1])
|
||||
|
||||
#формирование 4-х списков для шаблонизатора
|
||||
if 1 in _range:
|
||||
listStoreArea = newListShops['Store_Area'].to_list()
|
||||
|
Loading…
Reference in New Issue
Block a user