feat: update expired status if edit (re-open)
This commit is contained in:
parent
e29ee46a2a
commit
09b3097d02
1 changed files with 1 additions and 0 deletions
|
|
@ -747,6 +747,7 @@ export class QuotationController extends Controller {
|
|||
data: {
|
||||
...rest,
|
||||
...price,
|
||||
quotationStatus: record.quotationStatus === "Expired" ? "Issued" : rest.quotationStatus,
|
||||
statusOrder: +(rest.status === "INACTIVE"),
|
||||
worker:
|
||||
sortedEmployeeId.length > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue