|
|
@@ -1037,6 +1037,8 @@ public class DataFormDetailActivity extends BaseActivity implements View.OnClick
|
|
|
if (StringUtils.isEmpty(itemValue.getGroup())) {
|
|
|
header.setVisibility(View.GONE);
|
|
|
} else {
|
|
|
+ header.setVisibility(View.GONE);
|
|
|
+ LogUtil.d("MainActivity:"+itemValue.getGroup());
|
|
|
if (itemValue.getGroup().contains("明细") && !itemValue.getGroup().equals("明细项1")) {
|
|
|
item_add.setVisibility(View.VISIBLE);
|
|
|
} else {
|