update staff list, add pin editor and privilege editor
This commit is contained in:
@@ -135,7 +135,7 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
padding: const EdgeInsets.symmetric(horizontal: 30),
|
||||
child: LocalButton(
|
||||
textKey: "FCSshipment.process.btn",
|
||||
callBack: _ship,
|
||||
callBack: _ship,
|
||||
),
|
||||
);
|
||||
final arriveBtn = Padding(
|
||||
@@ -184,7 +184,7 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
body: Card(
|
||||
elevation: 0,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
padding: const EdgeInsets.only(left: 12.0, right: 12),
|
||||
child: ListView(children: <Widget>[
|
||||
statusBox,
|
||||
Row(mainAxisAlignment: MainAxisAlignment.end, children: [
|
||||
@@ -217,13 +217,13 @@ class _FcsShipmentInfoState extends State<FcsShipmentInfo> {
|
||||
? Container(
|
||||
padding: EdgeInsets.only(top: 3), child: cancelBtn)
|
||||
: Container(),
|
||||
_fcsShipment?.status == fcs_shipment_processing_status
|
||||
_fcsShipment?.status == fcs_shipment_processing_status
|
||||
? shipBtn
|
||||
: Container(),
|
||||
_fcsShipment?.status == fcs_shipment_shipped_status
|
||||
_fcsShipment?.status == fcs_shipment_shipped_status
|
||||
? arriveBtn
|
||||
: Container(),
|
||||
_fcsShipment?.status == fcs_shipment_arrived_status
|
||||
_fcsShipment?.status == fcs_shipment_arrived_status
|
||||
? invoiceBtn
|
||||
: Container(),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user