|
|
@@ -193,7 +193,7 @@ export default {
|
|
193
|
193
|
F_TrackingNo: this.searchData.trackingNo, //运单号
|
|
194
|
194
|
SearchStartTime: this.searchData.searchTime[0], //添加开始时间
|
|
195
|
195
|
SearchEndTime: this.searchData.searchTime[1], //添加结束时间
|
|
196
|
|
- F_PayState: '-2', //交易状态
|
|
|
196
|
+ F_PayState: this.activeName, //交易状态
|
|
197
|
197
|
F_IsExpress: -2, //-2全部 0客服未分配快递 1已分配
|
|
198
|
198
|
PayState: 1
|
|
199
|
199
|
};
|