Showing
1 changed file
with
3 additions
and
3 deletions
@@ -109,7 +109,7 @@ $(function() { | @@ -109,7 +109,7 @@ $(function() { | ||
109 | getCountByJudgeStatus(); | 109 | getCountByJudgeStatus(); |
110 | var depotNo = $("#depotNo").combobox("getValue"); | 110 | var depotNo = $("#depotNo").combobox("getValue"); |
111 | $("#orderListTable").datagrid("reload", { | 111 | $("#orderListTable").datagrid("reload", { |
112 | - statusStr : "2,3", | 112 | + statusStr : "2,3,17", |
113 | depotNo : depotNo | 113 | depotNo : depotNo |
114 | }); | 114 | }); |
115 | //$("#tt").panel('refresh'); | 115 | //$("#tt").panel('refresh'); |
@@ -120,7 +120,7 @@ $(function() { | @@ -120,7 +120,7 @@ $(function() { | ||
120 | iconCls : "icon-search", | 120 | iconCls : "icon-search", |
121 | onClick : function() { | 121 | onClick : function() { |
122 | $("#orderListTable").datagrid("load", { | 122 | $("#orderListTable").datagrid("load", { |
123 | - statusStr : "2,3", | 123 | + statusStr : "2,3,17", |
124 | status : $("#status_0").myCombobox("getValue"), | 124 | status : $("#status_0").myCombobox("getValue"), |
125 | orderCode : $("#orderCode_0").val(), | 125 | orderCode : $("#orderCode_0").val(), |
126 | uid : $("#buyerUid_0").val(), | 126 | uid : $("#buyerUid_0").val(), |
@@ -175,7 +175,7 @@ $(function() { | @@ -175,7 +175,7 @@ $(function() { | ||
175 | $("#mobile_0").textbox('setValue',''); | 175 | $("#mobile_0").textbox('setValue',''); |
176 | $("#skup_0").textbox('setValue',''); | 176 | $("#skup_0").textbox('setValue',''); |
177 | $("#orderListTable").datagrid("load", { | 177 | $("#orderListTable").datagrid("load", { |
178 | - statusStr: "2,3", | 178 | + statusStr: "2,3,17", |
179 | depotNo: $("#depotNo").combobox("getValue") | 179 | depotNo: $("#depotNo").combobox("getValue") |
180 | }); | 180 | }); |
181 | } | 181 | } |
-
Please register or login to post a comment