|
|
|
@ -447,7 +447,7 @@ class WorkListApiClient {
|
|
|
|
}, url, postParams);
|
|
|
|
}, url, postParams);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Future<ITGRequest?> requestActionITGRequest(String requestType, taskId, itemId, String employeeNumber, String newUserEMPId, String comments) async {
|
|
|
|
Future<ITGRequest?> requestActionITGRequest(String requestType, taskId, itemId, String employeeNumber, String newUserEMPId, String comments, String email) async {
|
|
|
|
String url = "${ApiConsts.cocRest}Mohemm_ITG_GenerateQR_RequestAction";
|
|
|
|
String url = "${ApiConsts.cocRest}Mohemm_ITG_GenerateQR_RequestAction";
|
|
|
|
Map<String, dynamic> postParams = {
|
|
|
|
Map<String, dynamic> postParams = {
|
|
|
|
"RequestType": requestType,
|
|
|
|
"RequestType": requestType,
|
|
|
|
@ -455,6 +455,7 @@ class WorkListApiClient {
|
|
|
|
"ItemIDStr": itemId,
|
|
|
|
"ItemIDStr": itemId,
|
|
|
|
"EmployeeNumber": employeeNumber,
|
|
|
|
"EmployeeNumber": employeeNumber,
|
|
|
|
"Comments": comments,
|
|
|
|
"Comments": comments,
|
|
|
|
|
|
|
|
"EmailAddress": email,
|
|
|
|
"RequestID": itemId,
|
|
|
|
"RequestID": itemId,
|
|
|
|
"RequestActionId": 3,
|
|
|
|
"RequestActionId": 3,
|
|
|
|
"IsQRCodeGenerate": true,
|
|
|
|
"IsQRCodeGenerate": true,
|
|
|
|
|