|
|
@@ -1771,7 +1771,7 @@ public class DeviceDataFormAddActivity extends SupportToolBarActivity implements
|
|
|
}
|
|
|
LogUtil.d("forStore:" + forStore.toString());
|
|
|
|
|
|
- saveData(forStore.toString(), "{}");
|
|
|
+ saveData(forStore.toString(), "[]");
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -1790,12 +1790,12 @@ public class DeviceDataFormAddActivity extends SupportToolBarActivity implements
|
|
|
ToastMessage("界面字段为空,不能提交!");
|
|
|
return;
|
|
|
}
|
|
|
- if ("[]".equals(gridStore)) {
|
|
|
- ToastMessage("单据明细必填字段缺失,请联系管理员!");
|
|
|
- if (!caller.equals("MainTain")) {
|
|
|
- return;
|
|
|
- }
|
|
|
- }
|
|
|
+// if ("[]".equals(gridStore)) {
|
|
|
+// ToastMessage("单据明细必填字段缺失,请联系管理员!");
|
|
|
+// if (!caller.equals("MainTain")) {
|
|
|
+// return;
|
|
|
+// }
|
|
|
+// }
|
|
|
if ("{}".equals(formStore) || "{".equals(formStore)) {
|
|
|
ToastMessage("单据主表必填字段缺失,请联系管理员!");
|
|
|
return;
|