|  |  |  | 
|---|
|  |  |  | value="3" style="margin-left: 4%;margin-top: 10px;width: 13px;height: 13px"/> | 
|---|
|  |  |  | <label class="col-sm-1" style="width: 38%;margin-top: 6px;">指定门店</label> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="col-sm-2" id="belongsSite"  > | 
|---|
|  |  |  | <input class="col-sm-1" name="company" onclick="scopeOfApplication4()" type="radio" | 
|---|
|  |  |  | value="4" style="margin-left: 4%;margin-top: 10px;width: 13px;height: 13px"/> | 
|---|
|  |  |  | <label class="col-sm-1" style="width: 38%;margin-top: 6px;">指定场地</label> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | @} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <div class="row" id="citySelect" hidden="hidden"> | 
|---|
|  |  |  | <div class="form-group"> | 
|---|
|  |  |  | <div class="form-group"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </tr> | 
|---|
|  |  |  | </thead> | 
|---|
|  |  |  | <tbody id="coun"></tbody> | 
|---|
|  |  |  | </table> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | @} | 
|---|
|  |  |  | @if(userType!=3){ | 
|---|
|  |  |  | <div class="row" id="siteSelect" hidden > | 
|---|
|  |  |  | <div class="form-group"> | 
|---|
|  |  |  | <div class="form-group"> | 
|---|
|  |  |  | <div class="col-sm-12"> | 
|---|
|  |  |  | <label class="col-sm-3 control-label">*指定场地: </label> | 
|---|
|  |  |  | <button onclick="siteList1()" | 
|---|
|  |  |  | style="height: 22px;width: 82px;background-color: #4a8ff1;color: white;z-index: 15;position:relative;border: none;margin-top: 1%"> | 
|---|
|  |  |  | 选择场地 | 
|---|
|  |  |  | </button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="col-sm-12" style="margin-left: -57px;margin-top: 20px"> | 
|---|
|  |  |  | <table class="table table-bordered" style="width: 70%;margin-left: 228px;" id="siteTable"> | 
|---|
|  |  |  | <thead> | 
|---|
|  |  |  | <tr> | 
|---|
|  |  |  | <td>所在省市</td> | 
|---|
|  |  |  | <td>所属账号</td> | 
|---|
|  |  |  | <td>门店名称</td> | 
|---|
|  |  |  | <td>场地名称</td> | 
|---|
|  |  |  | <td>闸机id</td> | 
|---|
|  |  |  | <td>操作</td> | 
|---|
|  |  |  | </tr> | 
|---|
|  |  |  | </thead> | 
|---|
|  |  |  | <tbody id="coun1"></tbody> | 
|---|
|  |  |  | </table> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | 
|---|
|  |  |  | function scopeOfApplication3() { | 
|---|
|  |  |  | $("#storeSelect").show(); | 
|---|
|  |  |  | $("#citySelect").hide(); | 
|---|
|  |  |  | $("#siteSelect").hide(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | function scopeOfApplication4() { | 
|---|
|  |  |  | $("#siteSelect").show(); | 
|---|
|  |  |  | $("#storeSelect").hide(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | function updateMethod(e) { | 
|---|