|
@@ -193,7 +193,7 @@ export default {
|
|
|
invoiceId: tempData.invoiceId,
|
|
|
id: tempData.id,
|
|
|
createTime: tempData.id
|
|
|
- ? this.dateToDayFilter(tempData.createTime)
|
|
|
+ ? this.dateToDayFilter(data.createTime)
|
|
|
: '',
|
|
|
enginOrderType:
|
|
|
tempData.orderType == "HOME" || tempData.orderType == "TRADE"
|