fix: error
This commit is contained in:
parent
8d085ced4d
commit
7847a68df2
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ export class QuotationController extends Controller {
|
||||||
})) || {
|
})) || {
|
||||||
paymentStatus: "PaymentWait",
|
paymentStatus: "PaymentWait",
|
||||||
amount: price.finalPrice,
|
amount: price.finalPrice,
|
||||||
date: v.date,
|
date: new Date(),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
statusOrder: +(rest.status === "INACTIVE"),
|
statusOrder: +(rest.status === "INACTIVE"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue