feat: also return full service back
This commit is contained in:
parent
3885d9d359
commit
5cb3f74e15
1 changed files with 15 additions and 2 deletions
|
|
@ -228,9 +228,22 @@ export class QuotationController extends Controller {
|
|||
},
|
||||
productServiceList: {
|
||||
include: {
|
||||
product: true,
|
||||
service: {
|
||||
include: {
|
||||
work: {
|
||||
include: {
|
||||
productOnWork: {
|
||||
include: {
|
||||
product: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
work: true,
|
||||
service: true,
|
||||
product: true,
|
||||
|
||||
worker: true,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue