|  |  | 
 |  |  |                     <div style="margin-top: 5px;"> | 
 |  |  |                         <button class="layui-btn layui-btn-sm" @click="openLocDetail(map[mapI][mapJ].locNo)">库位详情</button> | 
 |  |  |                     </div> | 
 |  |  |                     <div style="margin-top: 5px;"> | 
 |  |  |                         <button v-if="map[mapI][mapJ].locSts == 'F'" class="layui-btn layui-btn-sm" @click="locMove(map[mapI][mapJ].locNo)">库位移转</button> | 
 |  |  |                         <button v-else-if="map[mapI][mapJ].locSts == 'D'" class="layui-btn layui-btn-sm" @click="locMove(map[mapI][mapJ].locNo)">库位移转</button> | 
 |  |  |                         <button v-else class="layui-btn layui-btn-sm layui-btn-disabled" disabled>库位移转</button> | 
 |  |  |                     </div> | 
 |  |  | <!--                    <div style="margin-top: 5px;">--> | 
 |  |  | <!--                        <button v-if="map[mapI][mapJ].locSts == 'F'" class="layui-btn layui-btn-sm" @click="locMove(map[mapI][mapJ].locNo)">库位移转</button>--> | 
 |  |  | <!--                        <button v-else-if="map[mapI][mapJ].locSts == 'D'" class="layui-btn layui-btn-sm" @click="locMove(map[mapI][mapJ].locNo)">库位移转</button>--> | 
 |  |  | <!--                        <button v-else class="layui-btn layui-btn-sm layui-btn-disabled" disabled>库位移转</button>--> | 
 |  |  | <!--                    </div>--> | 
 |  |  |                 </div> | 
 |  |  |             </div> | 
 |  |  |         </div> | 
 |  |  | 
 |  |  |             rightBoxLeft: "0px", | 
 |  |  |             pointContainerWidth: 0, | 
 |  |  |             currentLev: 1, | 
 |  |  |             area:6, | 
 |  |  |             area:1, | 
 |  |  |             areaName:"立库", | 
 |  |  |             crnList: null, | 
 |  |  |             crnBox: false, | 
 |  |  | 
 |  |  |                     }else if (this.area == 6){ | 
 |  |  |                         if (rowData[i].locNo != undefined) { | 
 |  |  |                             let locNo = rowData[i].locNo; | 
 |  |  |                             return "#" + parseInt(locNo.substr(8, 2)); | 
 |  |  |                             return "#" + parseInt(locNo.substr(7, 2)); | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                     else { |