update boxes
This commit is contained in:
@@ -58,4 +58,4 @@ const shipment_courier_dropoff = "Courier drop-off";
|
||||
//Carton types
|
||||
const carton_from_packages = "From packages";
|
||||
const carton_from_shipments = "From shipments";
|
||||
const carton_mix_box = "Mix box";
|
||||
const carton_mix_box = "Mix carton";
|
||||
|
||||
@@ -16,10 +16,15 @@ class Box {
|
||||
String boxNumber;
|
||||
String status;
|
||||
String cargoDesc;
|
||||
String desc;
|
||||
int width;
|
||||
int height;
|
||||
int length;
|
||||
int shipmentWeight;
|
||||
bool isChecked;
|
||||
String cartonType;
|
||||
String fcsID;
|
||||
String userName;
|
||||
|
||||
int rate;
|
||||
int weight;
|
||||
@@ -66,10 +71,15 @@ class Box {
|
||||
this.receiverNumber,
|
||||
this.receiverAddress,
|
||||
this.boxNumber,
|
||||
this.desc,
|
||||
this.width,
|
||||
this.height,
|
||||
this.length,
|
||||
this.shipmentWeight,
|
||||
this.isChecked = false,
|
||||
this.cartonType,
|
||||
this.fcsID,
|
||||
this.userName,
|
||||
this.rate,
|
||||
this.weight,
|
||||
this.packageType,
|
||||
|
||||
Reference in New Issue
Block a user