Authored by qinchao

fix 状态查询条件

... ... @@ -109,7 +109,7 @@ $(function() {
getCountByJudgeStatus();
var depotNo = $("#depotNo").combobox("getValue");
$("#orderListTable").datagrid("reload", {
statusStr : "2,3",
statusStr : "2,3,17",
depotNo : depotNo
});
//$("#tt").panel('refresh');
... ... @@ -120,7 +120,7 @@ $(function() {
iconCls : "icon-search",
onClick : function() {
$("#orderListTable").datagrid("load", {
statusStr : "2,3",
statusStr : "2,3,17",
status : $("#status_0").myCombobox("getValue"),
orderCode : $("#orderCode_0").val(),
uid : $("#buyerUid_0").val(),
... ... @@ -175,7 +175,7 @@ $(function() {
$("#mobile_0").textbox('setValue','');
$("#skup_0").textbox('setValue','');
$("#orderListTable").datagrid("load", {
statusStr: "2,3",
statusStr: "2,3,17",
depotNo: $("#depotNo").combobox("getValue")
});
}
... ...