Added inspection lot number column in production characteristic table
This commit is contained in:
@@ -10,6 +10,10 @@ class ProductionCharacteristic extends Model
|
||||
{
|
||||
use SoftDeletes;
|
||||
|
||||
protected $casts = [
|
||||
'result' => 'array',
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
'plant_id',
|
||||
'line_id',
|
||||
@@ -21,7 +25,9 @@ class ProductionCharacteristic extends Model
|
||||
'characteristic_name',
|
||||
'status',
|
||||
'inspection_status',
|
||||
'inspection_lot_number',
|
||||
'remark',
|
||||
'result',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'created_by',
|
||||
|
||||
Reference in New Issue
Block a user