智云SRM-LAYUI(夏宝服务器版本)
王 垚
2021-12-24 5fb01f2146eb463829a6f8ceec1a3b411e67314f
WebSRM/layuiAdmin.std-v1.2.1/src/views/SRM/SRM_POInStockBillList.html
@@ -80,6 +80,7 @@
                                        <select id="HClStatus" name="HClStatus" lay-filter="">
                                            <option value="">全部</option>
                                            <option value="审核">审核</option>
                                            <option value="审核">反审核</option>
                                            <option value="未关闭" selected="">未关闭</option>
                                            <option value="已关闭">已关闭</option>
                                        </select>
@@ -244,16 +245,16 @@
                // , where: { msg: "", NowPage: 1, OnePage: 10 }
                , cellMinWidth: 100
                , cols: [[
                    { checkbox: true, fixed: true }
                    { checkbox: true/*, fixed: true*/ }
                    , { field: 'sorderid', title: '序号', width: 80, fixed: true }
                    , { field: 'hmainid', title: 'hmainid', sort: true, fixed: true, hide: true }
                    , { field: 'hsubid', title: 'hsubid', sort: true, fixed: true, hide: true }
                    , { field: '状态', title: '状态', width: 100, sort: true, fixed: true }
                    , { field: '单据状态', title: '单据状态', sort: true, fixed: true }
                    , { field: '单据号', title: '单据号', width: 180, sort: true, fixed: true }
                    , { field: '送货单号', title: '送货单号', width: 180, sort: true, fixed: true }
                    , { field: '物流单号', title: '物流单号', width: 180, sort: true, fixed: true }
                    , { field: 'sorderid', title: '序号', width: 80/*, fixed: true*/ }
                    , { field: 'hmainid', title: 'hmainid', sort: true/*, fixed: true*/, hide: true }
                    , { field: 'hsubid', title: 'hsubid', sort: true/*, fixed: true*/, hide: true }
                    , { field: '状态', title: '状态', width: 100, sort: true/*, fixed: true*/ }
                    , { field: '单据状态', title: '单据状态', sort: true/*, fixed: true*/ }
                    , { field: '单据号', title: '单据号', width: 180, sort: true/*, fixed: true*/ }
                    , { field: '送货单号', title: '送货单号', width: 180, sort: true/*, fixed: true*/ }
                    , { field: '物流单号', title: '物流单号', width: 180, sort: true/*, fixed: true*/ }
                    , { field: '物料代码', title: '物料代码', width: 180, sort: true }
                    , { field: '物料名称', title: '物料名称', width: 180, sort: true }
                    , { field: '规格型号', title: '规格型号', width: 180, sort: true }