|  |  |  | 
|---|
|  |  |  | <!--                        <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}">拣料入库</button>--> | 
|---|
|  |  |  | <!--                    </div>--> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | {{#if agvWrkDetl}} | 
|---|
|  |  |  | {{#if containerMoveOutFlag}} | 
|---|
|  |  |  | <div style=" padding-bottom: 20px"> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}" lay-submit lay-filter="containerMoveOut">容器离场</button> | 
|---|
|  |  |  | <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}" lay-submit lay-filter="pickIn">拣料入库</button> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | {{/if}} | 
|---|
|  |  |  |  | 
|---|
|  |  |  | {{#if pickInFlag}} | 
|---|
|  |  |  | <div style=" padding-bottom: 20px"> | 
|---|
|  |  |  | <button type="button" class="layui-btn layui-btn-normal" value="{{devNo}}" lay-submit lay-filter="pickIn">拣料/盘点入库</button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | {{/if}} | 
|---|
|  |  |  | <div> | 
|---|
|  |  |  | 工作站编码:{{devNo}} </br> | 
|---|
|  |  |  | 站点状态:{{locSts$}} | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | }); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //拣料入库 | 
|---|
|  |  |  | //拣料/盘点入库 | 
|---|
|  |  |  | form.on('submit(pickIn)', function () { | 
|---|
|  |  |  | var devNoList = []; | 
|---|
|  |  |  | devNoList.push(this.value); | 
|---|