feat: notify more group when create new quotation
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 3s
This commit is contained in:
parent
e4caeaa780
commit
5c824a738a
1 changed files with 8 additions and 1 deletions
|
|
@ -664,7 +664,14 @@ export class QuotationController extends Controller {
|
|||
title: "ใบเสนอราคาใหม่ / New Quotation",
|
||||
detail: "รหัส / code : " + ret.code,
|
||||
registeredBranchId: ret.registeredBranchId,
|
||||
groupReceiver: { create: [{ name: "sale" }, { name: "head_of_sale" }] },
|
||||
groupReceiver: {
|
||||
create: [
|
||||
{ name: "sale" },
|
||||
{ name: "head_of_sale" },
|
||||
{ name: "accountant" },
|
||||
{ name: "branch_accountant" },
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue