王 垚
2022-09-08 1feacc736b13c48125e41367de11ce4b0e6dab4c
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeIssueBillList.html
@@ -210,7 +210,7 @@
                //初始化主表列表
                set_InitGrid();
                //查询
                get_Display(sWhere);
                get_FastQuery();
            }
@@ -226,7 +226,7 @@
                $("#HBillNo").val("");//单据号
                //$("#btnSearch").click();
                sWhere = "";
                get_Display(sWhere);
                get_FastQuery() ;
            }
            //#endregion
@@ -302,12 +302,7 @@
                        , { field: '打印次数', title: '打印次数' }
                        , { field: '类型', title: '类型' }
                        , {
                            field: '日期', title: '日期', width: 120, sort: true, templet: function (d) {
                                if (d.日期 == null) {
                                    return "";
                                }
                                return util.toDateString(d.日期, "yyyy-MM-dd");
                            }
                            field: '日期', title: '日期', width: 120, sort: true, templet: "<div>{{d.日期 ==null ?'':layui.util.toDateString(d.日期, 'yyyy-MM-dd')}}</div>"
                        }
                        , { field: '订单跟踪号', title: '订单跟踪号', width: 120 }
                        , { field: '单据号', title: '单据号', width: 190 }