contract generate

This commit is contained in:
glovetleong
2021-07-03 20:54:36 +08:00
parent 4938263615
commit abc405ff16
14 changed files with 814 additions and 8 deletions
+15 -1
View File
@@ -39,6 +39,13 @@
'pending' => 9
]
],
'contact' => [
'status' => [
'active' => 1,
'delete' => 2,
'pending' => 9
]
],
'contract_obligation' => [
'complete_status' => [
'pending' => 9,
@@ -54,5 +61,12 @@
'offer_service' => 2,
'received_service' => 3,
]
]
],
'contract_dependency' => [
'status' => [
'active' => 1,
'delete' => 2,
'pending' => 9
]
],
];