ranjith-dev #274
@@ -3176,7 +3176,7 @@ class CharacteristicsController extends Controller
|
|||||||
if (! $mNameAgaWorkCenter) {
|
if (! $mNameAgaWorkCenter) {
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'status_code' => 'ERROR',
|
'status_code' => 'ERROR',
|
||||||
'status_description' => "Machine name '{$machineName}' not found for the work center '{$workCenter}' in characteristic approver master!",
|
'status_description' => "Machine name '{$machineName}' and work center '{$workCenter}' not found in characteristic approver master!",
|
||||||
], 404);
|
], 404);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ class CharacteristicApproverMaster extends Model
|
|||||||
'plant_id',
|
'plant_id',
|
||||||
'machine_id',
|
'machine_id',
|
||||||
'machine_name',
|
'machine_name',
|
||||||
|
'characteristic_field',
|
||||||
'name1',
|
'name1',
|
||||||
'mail1',
|
'mail1',
|
||||||
'name2',
|
'name2',
|
||||||
@@ -23,8 +24,6 @@ class CharacteristicApproverMaster extends Model
|
|||||||
'duration1',
|
'duration1',
|
||||||
'duration2',
|
'duration2',
|
||||||
'duration3',
|
'duration3',
|
||||||
'characteristic_field',
|
|
||||||
|
|
||||||
'created_at',
|
'created_at',
|
||||||
'updated_at',
|
'updated_at',
|
||||||
'created_by',
|
'created_by',
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ class WeightValidation extends Model
|
|||||||
'bundle_number',
|
'bundle_number',
|
||||||
'picked_weight',
|
'picked_weight',
|
||||||
'scanned_by',
|
'scanned_by',
|
||||||
|
'created_at',
|
||||||
|
'updated_at',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function plant(): BelongsTo
|
public function plant(): BelongsTo
|
||||||
|
|||||||
Reference in New Issue
Block a user