Added inspection lot number in production characteristic resource page #909
@@ -170,6 +170,8 @@ class ProductionCharacteristicResource extends Resource
|
|||||||
->label('Production Order'),
|
->label('Production Order'),
|
||||||
Forms\Components\TextInput::make('serial_number')
|
Forms\Components\TextInput::make('serial_number')
|
||||||
->label('Serial Number'),
|
->label('Serial Number'),
|
||||||
|
Forms\Components\TextInput::make('inspection_lot_number')
|
||||||
|
->label('Inspection Lot No'),
|
||||||
Forms\Components\TextInput::make('characteristic_name')
|
Forms\Components\TextInput::make('characteristic_name')
|
||||||
->label('Characteristic Name'),
|
->label('Characteristic Name'),
|
||||||
Forms\Components\TextInput::make('observed_value')
|
Forms\Components\TextInput::make('observed_value')
|
||||||
@@ -239,6 +241,11 @@ class ProductionCharacteristicResource extends Resource
|
|||||||
->searchable()
|
->searchable()
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
Tables\Columns\TextColumn::make('inspection_lot_number')
|
||||||
|
->label('Inspection Lot No')
|
||||||
|
->searchable()
|
||||||
|
->alignCenter()
|
||||||
|
->sortable(),
|
||||||
Tables\Columns\TextColumn::make('serial_number')
|
Tables\Columns\TextColumn::make('serial_number')
|
||||||
->label('Serial Number')
|
->label('Serial Number')
|
||||||
->searchable()
|
->searchable()
|
||||||
@@ -280,11 +287,6 @@ class ProductionCharacteristicResource extends Resource
|
|||||||
})
|
})
|
||||||
->alignCenter()
|
->alignCenter()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
// Tables\Columns\TextColumn::make('result')
|
|
||||||
// ->label('Result')
|
|
||||||
// ->searchable()
|
|
||||||
// ->alignCenter()
|
|
||||||
// ->sortable(),
|
|
||||||
Tables\Columns\TextColumn::make('remark')
|
Tables\Columns\TextColumn::make('remark')
|
||||||
->label('Remark')
|
->label('Remark')
|
||||||
->searchable()
|
->searchable()
|
||||||
|
|||||||
Reference in New Issue
Block a user