|
@@ -547,7 +547,7 @@ export default {
|
|
|
phone: this.screenForm.phone, // 手机号
|
|
|
websitId: this.screenForm.websitId,
|
|
|
exchangeCode: this.screenForm.exchangeCode,
|
|
|
- orderStatus: this.screenForm.orderStatus, // 状态
|
|
|
+ orderStatus: 'DFH', // 状态
|
|
|
payStatus: this.screenForm.payStatus, // 状态
|
|
|
startCreateTime: this.screenForm.createDate[0] ? this.screenForm.createDate[0] : null, // 创建时间
|
|
|
endCreateTime: this.screenForm.createDate[1] ? this.screenForm.createDate[1] : null, // 创建时间
|