|
|
@@ -222,7 +222,7 @@ function searchFn() {
|
|
|
//form.setIsValid(false);
|
|
|
//console.log("565656565", data);
|
|
|
grid.load({
|
|
|
- tid: s.tid, shopname: s.shop, buyer_nick: s.ww, design: s.design, orderState: s.state, ispartrefund: s.ispartrefund, designerorg: s.designerorg,
|
|
|
+ tid: s.tid, shopname: s.shop, buyer_nick: s.ww, design: s.design, orderState: s.state, ispartrefund: s.ispartrefund, designerorg: s.designerorg, refundState: s.refundState,
|
|
|
date1: s.date1, date2: s.date2, price1: s.price1, price2: s.price2, seller_memo: s.memo, refunddate1: s.refunddate1, refunddate2: s.refunddate2, responsibleman: s.responsibleman
|
|
|
});
|
|
|
}
|
|
|
@@ -261,7 +261,7 @@ function onSearchCheckedChanged(e) {
|
|
|
stime = timearr[0];
|
|
|
etime = timearr[1];
|
|
|
grid.load({
|
|
|
- tid: s.tid, shopname: s.shop, buyer_nick: s.ww, design: s.design, orderState: s.state, ispartrefund: s.ispartrefund, designerorg: s.designerorg,
|
|
|
+ tid: s.tid, shopname: s.shop, buyer_nick: s.ww, design: s.design, orderState: s.state, ispartrefund: s.ispartrefund, designerorg: s.designerorg, refundState: s.refundState,
|
|
|
refunddate1: stime, refunddate2: etime, price1: s.price1, price2: s.price2, seller_memo: s.memo, responsibleman: s.responsibleman
|
|
|
});
|
|
|
}
|