|
|
@@ -82,9 +82,8 @@ function searchFn() {
|
|
|
//var s = mini.encode(data);
|
|
|
//alert(s);
|
|
|
//form.setIsValid(false);
|
|
|
- console.log("565656565", data);
|
|
|
grid.load({
|
|
|
- tid: s.tid, shopname: s.shop, buyer_nick: s.ww,
|
|
|
+ tid: s.tid, shopname: s.shop, buyer_nick: s.ww, deliverydate1: s.deliverydate1, deliverydate2: s.deliverydate2,
|
|
|
date1: s.date1, date2: s.date2, price1: s.price1, price2: s.price2, address: s.address, seller_memo: s.memo
|
|
|
});
|
|
|
}
|
|
|
@@ -368,7 +367,7 @@ $(function () {
|
|
|
if (openPageData != "") {
|
|
|
var s = openPageData;
|
|
|
grid.load({
|
|
|
- tid: s.tid, shopname: s.shop, buyer_nick: s.ww,
|
|
|
+ tid: s.tid, shopname: s.shop, buyer_nick: s.ww, deliverydate1: s.deliverydate1, deliverydate2: s.deliverydate2,
|
|
|
date1: s.date1, date2: s.date2, price1: s.price1, price2: s.price2, address: s.address, seller_memo: s.memo
|
|
|
});
|
|
|
var form = new mini.Form("#ctl00_f_all");
|
|
|
@@ -407,7 +406,7 @@ function onSearchCheckedChanged(e) {
|
|
|
etime = timearr[1];
|
|
|
console.log(text, stime, etime)
|
|
|
grid.load({
|
|
|
- tid: s.tid, shopname: s.shop, buyer_nick: s.ww,
|
|
|
+ tid: s.tid, shopname: s.shop, buyer_nick: s.ww, deliverydate1: s.deliverydate1, deliverydate2: s.deliverydate2,
|
|
|
date1: stime, date2: etime, price1: s.price1, price2: s.price2, address: s.address, seller_memo: s.memo
|
|
|
});
|
|
|
}
|