modify dispaly addresses
This commit is contained in:
@@ -237,7 +237,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
child: Container(
|
||||
width: 250,
|
||||
child: FlatButton(
|
||||
child: Text('Create Shipment'),
|
||||
child: Text('Create FCS Shipment'),
|
||||
color: primaryColor,
|
||||
textColor: Colors.white,
|
||||
onPressed: () {
|
||||
@@ -254,7 +254,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
child: Container(
|
||||
width: 250,
|
||||
child: FlatButton(
|
||||
child: Text('Update Shipment'),
|
||||
child: Text('Update FCS Shipment'),
|
||||
color: primaryColor,
|
||||
textColor: Colors.white,
|
||||
onPressed: () {
|
||||
@@ -284,7 +284,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
child: ListView(children: <Widget>[
|
||||
// _showCustomerData(mainModel.customer),
|
||||
widget.shipment == null
|
||||
? fcsInput('Shipment Number', Ionicons.ios_airplane,
|
||||
? fcsInput('FCS Shipment Number', Ionicons.ios_airplane,
|
||||
controller: _shipmentNumberController)
|
||||
: Container(
|
||||
child: TextFormField(
|
||||
@@ -292,7 +292,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
readOnly: true,
|
||||
decoration: InputDecoration(
|
||||
fillColor: Colors.white,
|
||||
labelText: 'Shipment Number',
|
||||
labelText: 'FCS Shipment Number',
|
||||
labelStyle:
|
||||
TextStyle(fontSize: 16, color: Colors.grey),
|
||||
filled: true,
|
||||
@@ -328,7 +328,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
|
||||
child: DropdownButtonFormField(
|
||||
decoration: InputDecoration(
|
||||
fillColor: Colors.white,
|
||||
labelText: 'Shipment Type',
|
||||
labelText: 'FCS Shipment Type',
|
||||
icon: Icon(Ionicons.ios_airplane,
|
||||
color: primaryColor)),
|
||||
items: shipmentModel.shipmentType
|
||||
|
||||
Reference in New Issue
Block a user