Added mrp in item characteristic resource page
This commit is contained in:
@@ -236,13 +236,13 @@ class ItemCharacteristicResource extends Resource
|
||||
Forms\Components\TextInput::make('zmm_codeclass')
|
||||
->label('ZMM CODE CLASS'),
|
||||
Forms\Components\TextInput::make('zmm_colour')
|
||||
->label('ZMM Colour'),
|
||||
->label('ZMM COLOUR'),
|
||||
Forms\Components\TextInput::make('zmm_logo_cp')
|
||||
->label('ZMM LOGO CP'),
|
||||
Forms\Components\TextInput::make('zmm_grade')
|
||||
->label('ZMM GRADE'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_pset')
|
||||
->label('ZMM Grwt Pset'),
|
||||
->label('ZMM GRWT PSET'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_cable')
|
||||
->label('ZMM GRWT CABLE'),
|
||||
Forms\Components\TextInput::make('zmm_grwt_motor')
|
||||
@@ -315,6 +315,8 @@ class ItemCharacteristicResource extends Resource
|
||||
->label('ZMM MOTOR SPEED'),
|
||||
Forms\Components\TextInput::make('zqmm_qty')
|
||||
->label('ZMM QTY'),
|
||||
Forms\Components\TextInput::make('mrp')
|
||||
->label('MRP'),
|
||||
Forms\Components\TextInput::make('zmm_1')
|
||||
->label('ZMM 1'),
|
||||
Forms\Components\TextInput::make('zmm_2')
|
||||
@@ -897,6 +899,10 @@ class ItemCharacteristicResource extends Resource
|
||||
->label('ZMM QTY')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('mrp')
|
||||
->label('MRP')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('zmm_1')
|
||||
->label('ZMM 1')
|
||||
->alignCenter()
|
||||
|
||||
Reference in New Issue
Block a user