zzr99
2022-07-30 2e7473a2bebf2465f587459cf8c66bed7795e1d5
凯贝
5个文件已修改
283 ■■■■■ 已修改文件
WebTM/views/基础资料/工资基础资料/Gy_Group.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序出站汇报单/Cj_StationOutBillList.html 50 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBill.html 41 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBillList.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/采购管理/采购订单/Cg_POOrderBillList.html 176 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/»ù´¡×ÊÁÏ/¹¤×Ê»ù´¡×ÊÁÏ/Gy_Group.html
@@ -306,9 +306,9 @@
                        var wait = layer.load();
                        //逻辑删除方法
                        $.ajax({
                            url: GetWEBURL() + 'Gy_Group/EditBill',
                            url: GetWEBURL() + '/Gy_Group/DeltetGy_Group',
                            type: "GET",
                            data: { "HItemID": ItemID },
                            data: { "HItemID": ItemID, "user": sessionStorage["HUserName"] },
                            success: function (result) {
                                if (result.count == 1) {
                                    layer.msg(result.Message, { icon: 1 }, function () {
WebTM/views/³µ¼ä¹ÜÀí/¹¤Ðò³öÕ¾»ã±¨µ¥/Cj_StationOutBillList.html
@@ -56,27 +56,34 @@
                                </button>
                                <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnReSearch" id="btnReSearch" style="padding:0 5px">重置</button>
                                <div class="layui-colla-content">
                                    <div class="layui-inline">
                                    <div class="layui-row">
                                        <div class="layui-inline">
                                            <span>其他条件></span>
                                            <div class="layui-inline">
                                                <span>其他条件></span>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="layui-inline">
                                        <label class="layui-form-label" style="width: 85px;">任务单号</label>
                                        <div class="layui-input-block" style="margin-left: 120px;">
                                            <input type="text" class="layui-input" name="HWorkBillNo" id="HWorkBillNo">
                                        <div class="layui-inline">
                                            <label class="layui-form-label" style="width: 85px;">任务单号</label>
                                            <div class="layui-input-block" style="margin-left: 120px;">
                                                <input type="text" class="layui-input" name="HWorkBillNo" id="HWorkBillNo">
                                            </div>
                                        </div>
                                    </div>
                                    <div class="layui-inline">
                                        <label class="layui-form-label" style="width: 85px;">单据号</label>
                                        <div class="layui-input-block" style="margin-left: 120px;">
                                            <input type="text" class="layui-input" name="HBillNo" id="HBillNo">
                                        <div class="layui-inline">
                                            <label class="layui-form-label" style="width: 85px;">单据号</label>
                                            <div class="layui-input-block" style="margin-left: 120px;">
                                                <input type="text" class="layui-input" name="HBillNo" id="HBillNo">
                                            </div>
                                        </div>
                                    </div>
                                    <div class="layui-inline">
                                        <label class="layui-form-label" style="width: 85px;">工序流转卡号</label>
                                        <div class="layui-input-block" style="margin-left: 120px;">
                                            <input type="text" class="layui-input" name="HProcExchBillNo" id="HProcExchBillNo">
                                        <div class="layui-inline">
                                            <label class="layui-form-label" style="width: 85px;">工序流转卡号</label>
                                            <div class="layui-input-block" style="margin-left: 120px;">
                                                <input type="text" class="layui-input" name="HProcExchBillNo" id="HProcExchBillNo">
                                            </div>
                                        </div>
                                        <div class="layui-inline">
                                            <div class="layui-input-block" style="margin-left: 10px;">
                                                <input type="checkbox" name="checkHWasterQty" id="checkHWasterQty" lay-skin="primary" lay-filter="checkHWasterQty" title="报废数量不为0">
                                            </div>
                                        </div>
                                    </div>
                                </div>
@@ -187,6 +194,7 @@
                        , { field: 'hmainid', title: 'hmainid', sort: true, hide: true }
                        , { field: '任务单', title: '任务单', width: 125 }
                        , { field: '单据号', title: '单据号', width: 190 }
                        , { field: '制单人', title: '制单人' }
                        , { field: '工序流转卡号', title: '工序流转卡号', width: 125 }
                        , { field: 'HProcID', title: 'HProcID', hide: true }
                        , { field: '当前工序代码', title: '当前工序代码', width: 125 }
@@ -434,6 +442,8 @@
                var HWorkBillNo = $("#HWorkBillNo").val();
                var HBillNo = $("#HBillNo").val();
                var HProcExchBillNo = $("#HProcExchBillNo").val();
                var checkHWasterQty = $("input[name='checkHWasterQty']").prop("checked");//复选框
                if (HBeginDate) {
                    sWhere += " and CONVERT(varchar(100),出站时间, 23) >= '" + HBeginDate + "'";
                }
@@ -449,6 +459,12 @@
                if (HProcExchBillNo) {
                    sWhere += " and å·¥åºæµè½¬å¡å· like '%" + HProcExchBillNo + "%'";
                }
                if (HProcExchBillNo) {
                    sWhere += " and å·¥åºæµè½¬å¡å· like '%" + HProcExchBillNo + "%'";
                }
                if (checkHWasterQty) {
                    sWhere += "  and æŠ¥åºŸæ•°é‡>0 ";
                }
                if (HStatus) {
                    switch (HStatus) {
                        case '-1':   //全部
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBill.html
@@ -235,8 +235,28 @@
                                        </div>
                                    </div>
                                    <div class="layui-row">
                                        <div class="layui-col-xs6 layui-inline">
                                            <label class="layui-form-label" style="width:12.5%">源单客户代码</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HCusNumber" id="HCusNumber" placeholder="请输入内容" onmouseover="this.title=this.value" style="width:610px;">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs6 layui-inline">
                                            <label class="layui-form-label" style="width:12.5%">包装标识</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HPickLabel" id="HPickLabel" placeholder="请输入内容" onmouseover="this.title=this.value" style="width:610px;">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs6 layui-inline">
                                            <label class="layui-form-label" style="width:12.5%">包装标识编码</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HPickLabelNumber" id="HPickLabelNumber" placeholder="请输入内容" onmouseover="this.title=this.value" style="width:610px;">
                                            </div>
                                        </div>
                                    </div>
                                    </div>
                                </div>
                            </div>
                            <!--其他信息-->
                            <div class="layui-tab-item">
                                <div class="layui-form-item">
@@ -351,7 +371,18 @@
                                                <input type="text" class="layui-input" name="HVerNum" id="HVerNum" style="background-color:#efefef4d;" readonly>
                                            </div>
                                        </div>
                                        <div class="layui-col-xs3 layui-inline">
                                            <label class="layui-form-label">版本</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HVerNum" id="HVerNum" style="background-color:#efefef4d;" readonly>
                                            </div>
                                        </div>
                                        <div class="layui-col-xs3 layui-inline">
                                            <label class="layui-form-label">版本</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HVerNum" id="HVerNum" style="background-color:#efefef4d;" readonly>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
@@ -1648,6 +1679,9 @@
                                , "HDeleteMan": data.作废人
                                , "HUpDateDate": formatDate(data.修改日期)
                                , "HDeleteDate": formatDate(data.作废日期)
                                , "HCusNumber": data.源单客户编码
                                , "HPickLabel": data.包装标识
                                , "HPickLabelNumber": data.包装标识编码
                            });
@@ -1741,6 +1775,9 @@
                            $("#HMaterTexture").val(data.材质);
                            $("#HProductNum").val(data.成品编号);
                            $("#HVerNum").val(data.版本);
                            $("#HCusNumber").val(data.源单客户编码);
                            $("#HPickLabel").val(data.包装标识);
                            $("#HPickLabelNumber").val(data.包装标识编码);
                            $("input[name='HBLFlag']").prop("checked", result.data[0].HBLFlag == 0 ? false : true);//true:选中 false:不选中
                            btnHMaterID = data.hmaterid;
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBillList.html
@@ -363,6 +363,10 @@
                        , { field: 'HProcID', title: 'HProcID', hide: true}
                        , { field: '工序代码', title: '工序代码' }
                        , { field: '工序名称', title: '工序名称' }
                        , { field: '流转卡数量', title: '流转卡数量', width:100 }
                        , { field: '进站关联数量', title: '进站关联数量', width: 120 }
                        , { field: '出站关联数量', title: '出站关联数量', width: 120 }
                        , { field: '出站报废关联数量', title: '出站报废关联数量', width: 150 }
                        , { field: '返工标记', title: '返工标记' }
                        , { field: '加工说明', title: '加工说明' }
                        , { field: '工作中心代码', title: '工作中心代码', width: 115 }
@@ -370,9 +374,9 @@
                        , { field: '计划数量', title: '计划数量' }
                        , { field: 'hmainid', title: 'hmainid', hide: true}
                        , { field: '日期', title: '日期', sort: true }
                        , { field: '单据号', title: '单据号' }
                        , { field: '单据号', title: '单据号', width: 150 }
                        , { field: 'hicmointerid', title: 'hicmointerid', hide: true}
                        , { field: '任务单号', title: '任务单号' }
                        , { field: '任务单号', title: '任务单号', width: 100}
                        , { field: 'HWorkShopID', title: 'HWorkShopID', hide: true}
                        , { field: '生产车间代码', title: '生产车间代码', width: 115 }
                        , { field: '生产车间', title: '生产车间' }
@@ -394,10 +398,6 @@
                        , { field: '委外加工单位', title: '委外加工单位' }
                        , { field: '表头备注', title: '表头备注' }
                        , { field: 'HBillType', title: 'HBillType', hide: true}
                        , { field: '流转卡数量', title: '流转卡数量' }
                        , { field: '进站关联数量', title: '进站关联数量' }
                        , { field: '出站关联数量', title: '出站关联数量' }
                        , { field: '出站报废关联数量', title: '出站报废关联数量' }
                        , { field: '行关闭人', title: '行关闭人' }
                        , { field: '关闭类型', title: '关闭类型' }
                        , { field: '表体备注', title: '表体备注' }
WebTM/views/²É¹º¹ÜÀí/²É¹º¶©µ¥/Cg_POOrderBillList.html
@@ -76,6 +76,8 @@
                                    </div>
                                </div>
                                <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnResCnz" id="btnReSearch" style="padding:0 5px">重新同步</button>-->
                                <div class="layui-colla-content">
                                    <div class="layui-inline">
                                        <label class="layui-form-label">单据号</label>
@@ -194,7 +196,7 @@
                , util = layui.util
            //查询条件
            var sWhere = "";
            var option = []; var columns = [];
            var option = [];
            var Name = "MouldProdInHouseCellWidth";
            //#endregion
@@ -296,6 +298,7 @@
            });
            //#endregion
            //#region æ­¤é¡µé¢æ‰€æœ‰æ–¹æ³•
            function set_ClearBill() {
                //初始化表格
@@ -305,103 +308,87 @@
                //加载业务员
                get_HEmpName();
            }
            //初始化表格
            function set_InitGrid() {
                $("#HBeginDate").val("2022-03-14");
                $("#HEndDate").val(Format(new Date(), "yyyy-MM-dd"));
                //columns = [
                //     { type: 'checkbox', fixed: 'left', totalRowText: '合计' }
                //    ,{ field: 'hmainid', title: 'hmainid', sort: true, hide: true }
                //    , { field: '日期', title: '日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '单据号', title: '单据号', width: 150 }
                //    , { field: '供应商', title: '供应商', width: 150 }
                //    , { field: '业务员', title: '业务员', width: 100 }
                //    , { field: 'HBillType', title: 'HBillType', hide: true }
                //    , { field: 'HSupID', title: 'HSupID', hide: true }
                //    , { field: '业务状态', title: '业务状态', width: 100, hide: true }
                //    , { field: '分配状态', title: '分配状态', width: 100 }
                //    , { field: '发布状态', title: '发布状态', width: 100 }
                //    , { field: '供应商协同状态', title: '供应商协同状态', width: 135 }/*物料代码,物料名称,规格型号,批号,数量,单位,源单单号*/
                //    , { field: '反馈状态', title: '供应商反馈状态', width: 135 }
                //    , { field: '物料编码', title: '物料编码', width: 120 }
                //    , { field: '物料代码', title: '物料代码', width: 200 }
                //    , { field: '物料名称', title: '物料名称', width: 130 }
                //    , { field: '数量', title: '订单数量', width: 100 }
                //    , { field: '打印条码数量', title: '打印条码数量', width: 120 }
                //    , { field: '关联数量', title: '已发货数量', width: 120 }
                //    , { field: '未关联数量', title: '未已发货数量', width: 120 }
                //    , { field: '完成状态', title: '完成状态', width: 100 }
                //    , { field: 'HUnitID', title: 'HUnitID', hide: true }
                //    , { field: '规格型号', title: '规格型号', width: 100 }
                //    , { field: 'HUnitID', title: 'HUnitID', hide: true }
                //    , { field: '计量单位代码', title: '计量单位代码', width: 120 }
                //    , { field: '计量单位', title: '计量单位', width: 100 }
                //    , { field: '批号', title: '批号', width: 100 }
                //    , { field: '数量', title: '数量', width: 100 }
                //    , { field: '源单单号', title: '源单单号', width: 100 }
                //    , { field: '供应商代码', title: '供应商代码', width: 120, hide: true}
                //    , { field: '业务员代码', title: '业务员代码', width: 100, hide: true}
                //    , { field: 'HPriority', title: 'HPriority', width: 100, hide: true }
                //    , { field: '优先级', title: '优先级', width: 100 }
                //    , { field: '交货地点', title: '交货地点', width: 100}
                //    , { field: 'HPSStyleID', title: 'HPSStyleID', hide: true }
                //    , { field: '采购方式代码', title: '采购方式代码', width: 120}
                //    , { field: '采购方式', title: '采购方式', width: 100}
                //    , { field: 'HSSID', title: 'HSSID', hide: true }
                //    , { field: '结算方式代码', title: '结算方式代码', width: 120}
                //    , { field: '结算方式', title: '结算方式', width: 100}
                //    , { field: '结算日期', title: '结算日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.结算日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: 'HCurID', title: 'HCurID', hide: true }
                //    , { field: '币别代码', title: '币别代码', width: 100}
                //    , { field: '币别', title: '币别', width: 100}
                //    , { field: '汇率', title: '汇率', width: 100}
                //    , { field: 'HDeptID', title: 'HDeptID', hide: true }
                //    , { field: '部门代码', title: '部门代码', width: 100}
                //    , { field: '部门', title: '部门', width: 100}
                //    , { field: 'HManagerID', title: 'HManagerID', hide: true }
                //    , { field: '主管代码', title: '主管代码', width: 100}
                //    , { field: '主管', title: '主管', width: 100}
                //    , { field: 'HEmpID', title: 'HEmpID', hide: true }
                //    , { field: '摘要', title: '摘要', width: 100}
                //    , { field: '表头备注', title: '表头备注', width: 100}
                //    , { field: 'hsubid', title: 'hsubid', hide: true }
                //    , { field: 'HMaterID', title: 'HMaterID', hide: true }
                //    , { field: '单价', title: '单价', width: 100}
                //    , { field: '金额', title: '金额', width: 100}
                //    , { field: '税率', title: '税率', width: 100}
                //    , { field: '税额', title: '税额', width: 100}
                //    , { field: '价税合计', title: '价税合计', width: 100}
                //    , { field: '交货日期', title: '交货日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.交货日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '计划跟踪号', title: '计划跟踪号', width: 100}
                //    , { field: '表体备注', title: '表体备注', width: 100}
                //    , { field: '制单人', title: '制单人', width: 100}
                //    , { field: '制单日期', title: '制单日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.制单日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '审核人', title: '审核人', width: 100}
                //    , { field: '审核日期', title: '审核日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.审核日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '修改人', title: '修改人', width: 100}
                //    , { field: '修改日期', title: '修改日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.修改日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '关闭人', title: '关闭人', width: 100}
                //    , { field: '关闭日期', title: '关闭日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.关闭日期, 'yyyy-MM-dd')}}</div>" }
                //    , { field: '作废人', title: '作废人', width: 100}
                //    , { field: '作废日期', title: '作废日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.作废日期, 'yyyy-MM-dd')}}</div>" }
                //];
                $.ajax({
                    url: GetWEBURL() + '/Cg_POOrderBill/list2',
                    type: "GET",
                    async: false,
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            columns = data1.data;
                            columns.unshift({ type: 'checkbox', fixed: 'left', totalRowText: '合计' });
                        } else {
                            layer.alert(data1.Message, { icon: 5 });
                        }
                    }, error: function () {
                        layer.alert("接口请求失败!", { icon: 5 });
                    }
                });
                var columns = [
                    { type: 'checkbox', fixed: 'left', totalRowText: '合计' }
                    ,{ field: 'hmainid', title: 'hmainid', sort: true, hide: true }
                    , { field: '日期', title: '日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '单据号', title: '单据号', width: 150 }
                    , { field: '供应商', title: '供应商', width: 150 }
                    , { field: '业务员', title: '业务员', width: 100 }
                    , { field: 'HBillType', title: 'HBillType', hide: true }
                    , { field: 'HSupID', title: 'HSupID', hide: true }
                    , { field: '业务状态', title: '业务状态', width: 100, hide: true }
                    , { field: '分配状态', title: '分配状态', width: 100 }
                    , { field: '发布状态', title: '发布状态', width: 100 }
                    , { field: '供应商协同状态', title: '供应商协同状态', width: 135 }/*物料代码,物料名称,规格型号,批号,数量,单位,源单单号*/
                    , { field: '反馈状态', title: '供应商反馈状态', width: 135 }
                    , { field: '物料编码', title: '物料编码', width: 120 }
                    , { field: '物料代码', title: '物料代码', width: 200 }
                    , { field: '物料名称', title: '物料名称', width: 130 }
                    , { field: '数量', title: '订单数量', width: 100 }
                    , { field: '打印条码数量', title: '打印条码数量', width: 120 }
                    , { field: '关联数量', title: '已发货数量', width: 120 }
                    , { field: '未关联数量', title: '未已发货数量', width: 120 }
                    , { field: '完成状态', title: '完成状态', width: 100 }
                    , { field: 'HUnitID', title: 'HUnitID', hide: true }
                    , { field: '规格型号', title: '规格型号', width: 100 }
                    , { field: 'HUnitID', title: 'HUnitID', hide: true }
                    , { field: '计量单位代码', title: '计量单位代码', width: 120 }
                    , { field: '计量单位', title: '计量单位', width: 100 }
                    , { field: '批号', title: '批号', width: 100 }
                    , { field: '数量', title: '数量', width: 100 }
                    , { field: '源单单号', title: '源单单号', width: 100 }
                    , { field: '供应商代码', title: '供应商代码', width: 120, hide: true}
                    , { field: '业务员代码', title: '业务员代码', width: 100, hide: true}
                    , { field: 'HPriority', title: 'HPriority', width: 100, hide: true }
                    , { field: '优先级', title: '优先级', width: 100 }
                    , { field: '交货地点', title: '交货地点', width: 100}
                    , { field: 'HPSStyleID', title: 'HPSStyleID', hide: true }
                    , { field: '采购方式代码', title: '采购方式代码', width: 120}
                    , { field: '采购方式', title: '采购方式', width: 100}
                    , { field: 'HSSID', title: 'HSSID', hide: true }
                    , { field: '结算方式代码', title: '结算方式代码', width: 120}
                    , { field: '结算方式', title: '结算方式', width: 100}
                    , { field: '结算日期', title: '结算日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.结算日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: 'HCurID', title: 'HCurID', hide: true }
                    , { field: '币别代码', title: '币别代码', width: 100}
                    , { field: '币别', title: '币别', width: 100}
                    , { field: '汇率', title: '汇率', width: 100}
                    , { field: 'HDeptID', title: 'HDeptID', hide: true }
                    , { field: '部门代码', title: '部门代码', width: 100}
                    , { field: '部门', title: '部门', width: 100}
                    , { field: 'HManagerID', title: 'HManagerID', hide: true }
                    , { field: '主管代码', title: '主管代码', width: 100}
                    , { field: '主管', title: '主管', width: 100}
                    , { field: 'HEmpID', title: 'HEmpID', hide: true }
                    , { field: '摘要', title: '摘要', width: 100}
                    , { field: '表头备注', title: '表头备注', width: 100}
                    , { field: 'hsubid', title: 'hsubid', hide: true }
                    , { field: 'HMaterID', title: 'HMaterID', hide: true }
                    , { field: '单价', title: '单价', width: 100}
                    , { field: '金额', title: '金额', width: 100}
                    , { field: '税率', title: '税率', width: 100}
                    , { field: '税额', title: '税额', width: 100}
                    , { field: '价税合计', title: '价税合计', width: 100}
                    , { field: '交货日期', title: '交货日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.交货日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '计划跟踪号', title: '计划跟踪号', width: 100}
                    , { field: '表体备注', title: '表体备注', width: 100}
                    , { field: '制单人', title: '制单人', width: 100}
                    , { field: '制单日期', title: '制单日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.制单日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '审核人', title: '审核人', width: 100}
                    , { field: '审核日期', title: '审核日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.审核日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '修改人', title: '修改人', width: 100}
                    , { field: '修改日期', title: '修改日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.修改日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '关闭人', title: '关闭人', width: 100}
                    , { field: '关闭日期', title: '关闭日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.关闭日期, 'yyyy-MM-dd')}}</div>" }
                    , { field: '作废人', title: '作废人', width: 100}
                    , { field: '作废日期', title: '作废日期', width: 120, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.作废日期, 'yyyy-MM-dd')}}</div>" }
                ];
                option = {
                    elem: '#mainTable'
                    , toolbar: '#toolbarDemo'
@@ -427,7 +414,6 @@
                //    });
                //}
            }
            //加载网格
            function get_Display(sWhere) {
                var wait = layer.load();//遮罩