自动化立体仓库 - WCS系统
#
Junjie
2025-01-08 1ff4b70e59b8c9ceb80d0a695d26b4419ed349f1
src/main/webapp/views/console.html
@@ -78,6 +78,7 @@
               <div>
<!--                  <el-button @click="testMove()">测试移动车</el-button>-->
                  <el-button @click="resetMap()">重置地图</el-button>
                  <el-button @click="initLoc()">初始化库位</el-button>
               </div>
            </div>
         </div>
@@ -662,6 +663,24 @@
                     }
                  })
               },
               initLoc() {
                  //初始化库位
                  let that = this
                  $.ajax({
                     url:baseUrl+"/locMast/init",
                     headers:{
                        'token': localStorage.getItem('token')
                     },
                     data:{},
                     method:'post',
                     success:function (res) {
                        that.$message({
                           message: '初始化完成',
                           type: 'success'
                        });
                     }
                  })
               },
               getCodeData(){
                  this.sendWs(JSON.stringify({
                     "url": "/console/barcode/output/site",