feature: add select all/none attachments when submitting waranty/repair/insurance job

This commit is contained in:
Gary Sharp
2024-12-11 15:15:22 +11:00
parent 343f20980d
commit 25e3a8e1f1
15 changed files with 327 additions and 196 deletions
+6 -4
View File
@@ -840,8 +840,9 @@
#warrantyJobFaultDescription {
#FaultDescription {
width: 600px;
height: 250px;
box-sizing: border-box;
width: 100%;
height: 150px;
}
}
@@ -964,8 +965,9 @@
#repairJobRepairDescription {
#RepairDescription {
width: 600px;
height: 250px;
box-sizing: border-box;
width: 100%;
height: 150px;
}
}