|  |  |  | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  | </head> | 
|---|
|  |  |  | <body> | 
|---|
|  |  |  | <body id="body"> | 
|---|
|  |  |  | <div class="layui-fluid" style="padding-bottom: 0;"> | 
|---|
|  |  |  | <div class="layui-card"> | 
|---|
|  |  |  | <div class="layui-form layui-card-header layuiadmin-card-header-auto" style="border-bottom:1px solid #CCC"> | 
|---|
|  |  |  | <div class="layui-form layui-card-header layuiadmin-card-header-auto" style="border-bottom:1px solid #CCC" id="top"> | 
|---|
|  |  |  | <div class="layui-form-item"> | 
|---|
|  |  |  | <div class="layui-inline"> | 
|---|
|  |  |  | <label class="layui-form-label" style="width: 56px;">仓库编码</label> | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <div id="center"></div> | 
|---|
|  |  |  | <div class="layui-card-body"> | 
|---|
|  |  |  | <table id="LAY-app-content-list" lay-filter="LAY-app-content-list"></table> | 
|---|
|  |  |  | <script type="text/html" id="table-content-list"> | 
|---|
|  |  |  | 
|---|
|  |  |  | form = layui.form, | 
|---|
|  |  |  | laypage = layui.laypage, | 
|---|
|  |  |  | layer = layui.layer; | 
|---|
|  |  |  | var h1 = GetTableHeight(); | 
|---|
|  |  |  | refreshTable("","",""); | 
|---|
|  |  |  | var tableIns; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | elem: '#LAY-app-content-list', | 
|---|
|  |  |  | url: IP +"/Sys/GetWarehouseList", | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | height: 'full-95', | 
|---|
|  |  |  | height: h1, | 
|---|
|  |  |  | id: 'LAY-app-content-list', | 
|---|
|  |  |  | where: param, | 
|---|
|  |  |  | contentType:'application/json', | 
|---|