Commit 5b43c518 by Lee Munkyeong

Merge branch 'feature/1.4.100_kim-ec' into 'features/1.4.100'

#42998 I/O 帳票出力画面改善

See merge request !200
parents 00a05977 162a5702
...@@ -740,6 +740,10 @@ public class OperationListActivity extends ABVUIActivity { ...@@ -740,6 +740,10 @@ public class OperationListActivity extends ABVUIActivity {
path.append("/index.html?app=android"); path.append("/index.html?app=android");
path.append("&report_type=" + operationDto.reportType); // 作業報告タイプ : 0:報告 1:定期点検 2:報告(回答) path.append("&report_type=" + operationDto.reportType); // 作業報告タイプ : 0:報告 1:定期点検 2:報告(回答)
path.append("&mobile_flg=" + (isNormalSize() ? "1" : "0")); // ScreenType path.append("&mobile_flg=" + (isNormalSize() ? "1" : "0")); // ScreenType
path.append("&operationId=" + operationDto.operationId);
path.append("&sid=" + ABVDataCache.getInstance().getMemberInfo().sid);
path.append("&quickReport=" + operationDto.quickReport);
path.append("&shopName=" + ABVDataCache.getInstance().getUrlPath());
if (mScanType != null) { if (mScanType != null) {
String scanTypeKey = null; String scanTypeKey = null;
if (mScanType.equals(ABookKeys.SCAN_TYPE_VALUE.BARCODE)) { if (mScanType.equals(ABookKeys.SCAN_TYPE_VALUE.BARCODE)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment