|  |  |  | 
|---|
|  |  |  | <button id="sellout" style="alignment: right; display: none" class="function-btn">出库</button> | 
|---|
|  |  |  | <!--    <button id="pickup" style="alignment: right" class="function-btn">取货</button>  |--> | 
|---|
|  |  |  | <button id="returned" style="alignment: right; display: none" class="function-btn">退回</button> | 
|---|
|  |  |  | <button id="updateOwner" style="alignment: right; display: none" class="function-btn">变更主体</button> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 搜索栏 --> | 
|---|
|  |  |  | 
|---|
|  |  |  | <button class="layui-btn layui-btn-sm layui-btn-danger" id="btn-delete" lay-event="deleteData" style="display: none">删除</button> | 
|---|
|  |  |  | <button class="layui-btn layui-btn-sm layui-btn-danger" id="btn-update" lay-event="updateData" style="display: none">修改</button> | 
|---|
|  |  |  | <button class="layui-btn layui-btn-sm layui-btn-danger" id="btn-viladate" lay-event="viladate" style="display: none">校验</button> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <button class="layui-btn layui-btn-sm layui-btn-danger " id="btn-freeze" lay-event="freezeData" style="display: none">冻结</button> | 
|---|
|  |  |  | <button class="layui-btn layui-btn-sm layui-btn-checked " id="btn-disfreeze" lay-event="disFreezeData" style="display: none">解冻</button> | 
|---|
|  |  |  | <!-- 商品/物料 数据中心 --> | 
|---|
|  |  |  | <div class="dropdown-menu" style="float: right"> | 
|---|
|  |  |  | <button id="syncData" style="display: none;" class="layui-btn layui-btn-primary layui-border-black icon-btn layui-btn-sm"> 数据同步 <i class="layui-icon layui-icon-drop"></i></button> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <script type="text/html" id="stockFreezeTpl"> | 
|---|
|  |  |  | <input type="checkbox" disabled name="stockFreeze" value="{{d.stockFreeze}}" lay-skin="switch" lay-text="正常|冻结" lay-filter="stockFreezeSwitch" {{ d.stockFreeze === 1 ? 'checked' : '' }}> | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 行 --> | 
|---|
|  |  |  | <script type="text/html" id="operate"> | 
|---|