|
|
@ -112,6 +112,11 @@ public class DeviceRepairInfoActivity extends BaseActivity implements DisposalFi
|
|
|
|
|
|
|
|
|
|
|
|
// 开始维修
|
|
|
|
// 开始维修
|
|
|
|
public void startRepair(View view) {
|
|
|
|
public void startRepair(View view) {
|
|
|
|
|
|
|
|
if (submitBeen.getDeviceCode()==null){
|
|
|
|
|
|
|
|
Toast.makeText(context, "数据异常", Toast.LENGTH_LONG).show();
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!submitBeen.getDeviceCode().equals(deviceCode)) {
|
|
|
|
if (!submitBeen.getDeviceCode().equals(deviceCode)) {
|
|
|
|
Toast.makeText(context, "设备扫描错误", Toast.LENGTH_LONG).show();
|
|
|
|
Toast.makeText(context, "设备扫描错误", Toast.LENGTH_LONG).show();
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|