|
|
|
|
@ -112,7 +112,6 @@ class Subtitle {
|
|
|
|
|
String unite;
|
|
|
|
|
String unitRequired;
|
|
|
|
|
String deviceArName;
|
|
|
|
|
String deviceEnName;
|
|
|
|
|
String details;
|
|
|
|
|
String general;
|
|
|
|
|
String serviceRequestInformation;
|
|
|
|
|
@ -197,7 +196,7 @@ class Subtitle {
|
|
|
|
|
String customer;
|
|
|
|
|
String reportType;
|
|
|
|
|
String requiredWord;
|
|
|
|
|
String serviceType;
|
|
|
|
|
String AssetType;
|
|
|
|
|
String reportStatus;
|
|
|
|
|
String callLastSituation;
|
|
|
|
|
String invoiceNumber;
|
|
|
|
|
@ -238,7 +237,6 @@ class Subtitle {
|
|
|
|
|
String room;
|
|
|
|
|
String actions;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void setIssues(List<String> issues) {
|
|
|
|
|
issues.clear();
|
|
|
|
|
issues.add(reason1);
|
|
|
|
|
@ -352,7 +350,6 @@ class Subtitle {
|
|
|
|
|
@required this.twitter,
|
|
|
|
|
@required this.add,
|
|
|
|
|
@required this.code,
|
|
|
|
|
@required this.deviceEnName,
|
|
|
|
|
@required this.deviceName,
|
|
|
|
|
@required this.serialNumber,
|
|
|
|
|
@required this.policy,
|
|
|
|
|
@ -424,7 +421,7 @@ class Subtitle {
|
|
|
|
|
@required this.reasons,
|
|
|
|
|
@required this.reportStatus,
|
|
|
|
|
@required this.reportType,
|
|
|
|
|
@required this.serviceType,
|
|
|
|
|
@required this.AssetType,
|
|
|
|
|
@required this.workPreformed,
|
|
|
|
|
@required this.alert,
|
|
|
|
|
@required this.duplicateAlert,
|
|
|
|
|
@ -522,7 +519,6 @@ class Subtitle {
|
|
|
|
|
details: parsedJson["details"],
|
|
|
|
|
device: parsedJson["device"],
|
|
|
|
|
deviceArName: parsedJson["deviceArName"],
|
|
|
|
|
deviceEnName: parsedJson["deviceEnName"],
|
|
|
|
|
deviceImages: parsedJson["deviceImages"],
|
|
|
|
|
deviceModel: parsedJson["deviceModel"],
|
|
|
|
|
deviceName: parsedJson["deviceName"],
|
|
|
|
|
@ -629,7 +625,7 @@ class Subtitle {
|
|
|
|
|
reportType: parsedJson["reportType"],
|
|
|
|
|
callId: parsedJson["callId"],
|
|
|
|
|
requiredWord: parsedJson["requiredWord"],
|
|
|
|
|
serviceType: parsedJson["serviceType"],
|
|
|
|
|
AssetType: parsedJson["serviceType"],
|
|
|
|
|
workPreformed: parsedJson["workPreformed"],
|
|
|
|
|
alert: parsedJson["alert"],
|
|
|
|
|
duplicateAlert: parsedJson["duplicateAlert"],
|
|
|
|
|
|