提交 20d7ae46 authored 作者: lgd's avatar lgd

1.时间改为textview

2.//TODO erp用户是否选择新部门为空,质检接口数据无对应问题,内部交易订单审核,审核规则,领用申请列表/退件列表/参数,坩埚下单,mes,刷新token,编辑任务担当无法修改.
上级 6c6d1fed
......@@ -83,7 +83,7 @@ public class MesChooseMachineAddActivity extends WorkToolBarActivity {
@BindView(R.id.tv_middle7)
EditText tvMiddle7;
@BindView(R.id.tv_middle8)
EditText tvMiddle8;
TextView tvMiddle8;
@BindView(R.id.ll_middle)
LinearLayout llMiddle;
@BindView(R.id.rl_cover)
......@@ -569,8 +569,6 @@ public class MesChooseMachineAddActivity extends WorkToolBarActivity {
}
private void submitMachine() {
// Map<String, Object> param = WorkUtils.simpleParam();
// param.put("steelInfo", steelInfo);
showLoading();
RequestBody requestBody = RequestBody.create(MediaType.parse("application/json; charset=utf-8"), JSON.toJSONString(machineDetailBean));
RtfUtils.getMesRtf().machineAdd("1", "1", requestBody).compose(Transformer.schedule()).subscribe(new WorkObserver<BaseMesBean>() {
......
......@@ -358,7 +358,7 @@
android:textSize="14sp" />
<EditText
<TextView
android:id="@+id/tv_middle8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论