WebTM/views/质量管理/工序检验单/QC_ProcessCheckBillList.html
@@ -447,6 +447,7 @@
            function get_Display(sWhere) {
                var ajaxLoad = layer.load();
                $.ajax({
                    //h_v_QC_ProcessCheckBill
                    url: GetWEBURL() + '/QC_ProcessCheckBill/QC_ProcessCheckBillList',
                    type: "GET",
                    async: false,
@@ -581,7 +582,7 @@
                            com = "" + Comparator + "'" + ColContent + "'";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;
                    sqlWhere += " and " + ColName + " " + com;
                }
                if (HBillNo)