list.html
14.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Yoho!Buy运营平台</title>
<script src="/ufoPlatform/js/include.js"></script>
</head>
<body class="easyui-layout">
<div region="north" style="height:300px;">
<script>
document.write(addHead('鉴定中心', '列表管理'));
</script>
<div style="width:1280px;">
<select id="depotNo" class="easyui-combobox" style="width:70px;">
<option value="1">北京</option>
<option value="2">南京</option>
</select>
</div>
<div id="tt" class="easyui-tabs">
<div title="待鉴定" style="padding:20px;display:none;">
<div>
<label>订单编号:</label>
<input id="orderCode_0" type="text" class="easyui-textbox" style="width:150px">
<label>买家UID:</label>
<input id="buyerUid_0" type="text" class="easyui-textbox" style="width:150px"/>
<label>卖家快递单号:</label>
<input id="sellerWaybillCode_0" type="text" class="easyui-textbox" style="width:150px"/>
<label>订单状态:</label>
<select id="status_0" class="easyui-combobox" style="width:100px;" >
<option value="">全部</option>
<option value="2">卖家已发货</option>
<option value="3">平台鉴定中</option>
</select>
<br>
<label>商品编码:</label>
<input id="productId_0" type="text" class="easyui-textbox" style="width:150px"/>
<label> SKU:</label>
<input id="sku_0" type="text" class="easyui-textbox" style="width:150px"/>
<label> 手机号:</label>
<input id="mobile_0" type="text" class="easyui-textbox" style="width:150px"/>
<label> SKU-P:</label>
<input id="skup_0" type="text" class="easyui-textbox" style="width:150px"/>
<a id="searchBtn_0" class="btn-info">查询</a>
<a id="allBtn_0" class="btn-success">全部</a>
</div>
</div>
<div title="鉴定完成" style="overflow:auto;padding:20px;display:none;">
<div>
<label>订单编号:</label>
<input id="orderCode_1" type="text" class="easyui-textbox" style="width:150px">
<label>买家UID:</label>
<input id="buyerUid_1" type="text" class="easyui-textbox" style="width:150px"/>
<label>卖家快递单号:</label>
<input id="sellerWaybillCode_1" type="text" class="easyui-textbox" style="width:150px"/>
<label>订单状态:</label>
<select id="status_1" class="easyui-combobox" style="width:100px;" >
<option value="">全部</option>
<option value="4">鉴定通过</option>
<option value="13">鉴定不通过</option>
</select>
<br>
<label>商品编码:</label>
<input id="productId_1" type="text" class="easyui-textbox" style="width:150px"/>
<label> SKU:</label>
<input id="sku_1" type="text" class="easyui-textbox" style="width:150px"/>
<label> 手机号:</label>
<input id="mobile_1" type="text" class="easyui-textbox" style="width:150px"/>
<label> SKU-P:</label>
<input id="skup_1" type="text" class="easyui-textbox" style="width:150px"/>
<a id="searchBtn_1" class="btn-info">查询</a>
<a id="allBtn_1" class="btn-success">全部</a>
</div>
</div>
</div>
</div>
<div id="orderList" region="center">
<table id="orderListTable"></table>
</div>
<script>
$(function() {
$("#depotNo").combobox({
onChange : function(newValue, oldValue){
var depotNo = $("#depotNo").combobox("getValue");
$("#orderListTable").datagrid("load", {
statusStr : "2,3",
depotNo : depotNo
});
}
});
$("#searchBtn_0").linkbutton({
iconCls : "icon-search",
onClick : function() {
$("#orderListTable").datagrid("load", {
statusStr : "2,3",
status : $("#status_0").myCombobox("getValue"),
orderCode : $("#orderCode_0").val(),
uid : $("#buyerUid_0").val(),
productId : $("#productId_0").val(),
storageId : $("#sku_0").val(),
skup : $("#skup_0").val(),
sellerWaybillCode : $("#sellerWaybillCode_0").val(),
mobile : $("#mobile_0").val(),
depotNo : $("#depotNo").combobox("getValue")
});
}
});
$("#searchBtn_1").linkbutton({
iconCls : "icon-search",
onClick : function() {
$("#orderListTable").datagrid("load", {
statusStr : "4,13",
status : $("#status_1").myCombobox("getValue"),
orderCode : $("#orderCode_1").val(),
uid : $("#buyerUid_1").val(),
productId : $("#productId_1").val(),
storageId : $("#sku_1").val(),
skup : $("#skup_1").val(),
sellerWaybillCode : $("#sellerWaybillCode_1").val(),
mobile : $("#mobile_1").val(),
depotNo : $("#depotNo").combobox("getValue")
});
}
})
getToBeJudgedList();
$("#tt").tabs({
onSelect:function(title,index){
if(index == 0){
getToBeJudgedList();
}else if(index == 1){
getAlreadyJudgedList();
}
}
});
//全部按钮
$("#allBtn_0").linkbutton({
iconCls: "icon-import",
onClick: function () {
$("#orderCode_0").textbox('setValue','');
$("#uid_0").textbox('setValue','');
$("#sellerWaybillCode_0").textbox('setValue','');
$("#status_0").combobox('setValue','');
$("#productId_0").textbox('setValue','');
$("#sku_0").textbox('setValue','');
$("#mobile_0").textbox('setValue','');
$("#skup_0").textbox('setValue','');
$("#orderListTable").datagrid("load", {
statusStr: "2,3",
depotNo: $("#depotNo").combobox("getValue")
});
}
});
$("#allBtn_1").linkbutton({
iconCls: "icon-import",
onClick: function () {
$("#orderCode_1").textbox('setValue','');
$("#uid_1").textbox('setValue','');
$("#sellerWaybillCode_1").textbox('setValue','');
$("#status_1").combobox('setValue','');
$("#productId_1").textbox('setValue','');
$("#sku_1").textbox('setValue','');
$("#mobile_1").textbox('setValue','');
$("#skup_1").textbox('setValue','');
$("#orderListTable").datagrid("load", {
statusStr: "4,13",
depotNo: $("#depotNo").combobox("getValue")
});
}
});
});
function getToBeJudgedList(){
$("#orderListTable").myDatagrid({
fit: true,
fitColumns: true,
striped: true,
url: contextPath + "/buyerOrder/queryOrderList",
method: 'POST',
queryParams: {
statusStr: "2,3",
depotNo: $("#depotNo").combobox("getValue")
},
loadFilter: function (data) {
var temp = defaultLoadFilter(data);
temp=null==temp?[]:temp;
temp.rows = temp.list;
return temp;
},
columns: [[{
title: "卖家快递单号",
field: "sellerWaybillCode",
width: 30,
align: "center"
}, {
title: "收货仓库",
field: "depotNo",
width: 20,
align: "center"
}, {
title: "商品件数",
field: "productNum",
width: 20,
align: "center"
}, {
title: "SKU",
field: "skuStr",
width: 20,
align: "center"
}, {
title: "订单编号",
field: "orderCode",
width: 30,
align: "center"
}, {
title: "订单状态",
field: "status",
width: 20,
align: "center",
formatter: function (value, rowData, rowIndex) {
if (value == 2) {
return "卖家已发货";
}else if(value == 3){
return "平台鉴定中";
}
}
},{
title: "下单时间",
field: "createTimeStr",
width: 20,
align: "center"
},{
title: "操作",
field: "asdf",
width: 30,
align: "center",
formatter: function (value, rowData, rowIndex) {
if (rowData.status == 2) {
return "<a role='close' dataId='"+ rowData.shopId +"' style='margin-left:10px;background-color: #5cb85c !important;'>确认收货</a>";
} else if (rowData.status == 3) {
return "<a role='open' dataId='"+ rowData.shopId +"' style='margin-left:10px;background-color: #d9534f !important;'>鉴定通过</a>"+
"<a role='open' dataId='"+ rowData.shopId +"' style='margin-left:10px;background-color: #5cb85c !important;'>鉴定不通过</a>";
}
}
}]],
cache: false,
pagination: true,
pageSize: 20,
idField: "id",
singleSelect: true,
onLoadSuccess: function (data) {
$(this).datagrid("getPanel").find("a[role='open']").linkbutton({
onClick: function () {
var shopsId = $(this).attr("dataId");
$.post(contextPath + "/couponLimit/shopStartOrStop.do", {
shopsIdForShop : shopsId,
shopLimitStatus : 1,
type : 0
}, function(data) {
if (data.code == CODE_SUCCESS) {
$("#limitListTable").datagrid("reload");
window.self.$.messager.show({
title : "提示",
msg : "开启成功!"
});
} else {
window.self.$.messager.alert("失败", data.message, "error");
}
});
}
});
$(this).datagrid("getPanel").find("a[role='close']").linkbutton({
onClick: function () {
var shopsId = $(this).attr("dataId");
$.post(contextPath + "/couponLimit/shopStartOrStop.do", {
shopsIdForShop : shopsId,
shopLimitStatus : 0,
type : 0
}, function(data) {
if (data.code == CODE_SUCCESS) {
$("#limitListTable").datagrid("reload");
window.self.$.messager.show({
title : "提示",
msg : "关闭成功!"
});
} else {
window.self.$.messager.alert("失败", data.message, "error");
}
});
}
});
}
});
}
function getAlreadyJudgedList(){
$("#orderListTable").myDatagrid({
fit: true,
fitColumns: true,
striped: true,
url: contextPath + "/buyerOrder/queryOrderList",
method: 'POST',
queryParams: {
statusStr: "4,13",
depotNo: $("#depotNo").combobox("getValue")
},
loadFilter: function (data) {
var temp = defaultLoadFilter(data);
temp=null==temp?[]:temp;
temp.rows = temp.list;
return temp;
},
columns: [[{
title: "卖家快递单号",
field: "sellerWaybillCode",
width: 30,
align: "center"
}, {
title: "收货仓库",
field: "depotNo",
width: 20,
align: "center"
}, {
title: "商品件数",
field: "productNum",
width: 20,
align: "center"
}, {
title: "SKU",
field: "skuStr",
width: 20,
align: "center"
}, {
title: "订单编号",
field: "orderCode",
width: 30,
align: "center"
}, {
title: "订单状态",
field: "status",
width: 20,
align: "center",
formatter: function (value, rowData, rowIndex) {
if (value == 4) {
return "鉴定通过";
}else if(value == 13){
return "鉴定不通过";
}
}
},{
title: "下单时间",
field: "createTimeStr",
width: 20,
align: "center"
}]],
cache: false,
pagination: true,
pageSize: 20,
idField: "id",
singleSelect: true,
onLoadSuccess: function (data) {
}
});
}
function addPage() {
var div = $("<div id='addProductCouponLimitDiv'>").appendTo($(document.body));
var url = contextPath + "/html/promotion/useCouponLimit/add.html";
$(div).myDialog({
width: "50%",
height: "40%",
title: "导入商品的用券限制",
href: url,
modal: true,
collapsible: true,
cache: false,
buttons: [{
text: "保存",
id: "saveBtn",
iconCls: "icon-save",
onClick: function () {
$('#uploadFile').click();
}
}, {
text: "关闭",
iconCls: "icon-cancel",
handler: function () {
$(div).dialog("close");
}
}]
});
}
</script>
</body>
</html>