提交 6a31e4c0 authored 作者: lgd's avatar lgd

1.修改缺陷原因为不可输入

2.//TODO ,质检接口数据无对应问题,内部交易订单审核,审核规则,领用申请列表/退件列表/参数,坩埚下单,mes其他页面,mes质量反馈,编辑任务担当无法修改.支数参数
上级 3a6c8b9c
...@@ -75,7 +75,7 @@ public class MesQualityAddActivity extends WorkToolBarActivity { ...@@ -75,7 +75,7 @@ public class MesQualityAddActivity extends WorkToolBarActivity {
@BindView(R.id.rl_defect) @BindView(R.id.rl_defect)
RelativeLayout rlDefect; RelativeLayout rlDefect;
@BindView(R.id.et_desc) @BindView(R.id.et_desc)
EditText etDesc; TextView etDesc;
private MesClientBean.ListBean chooseClient; private MesClientBean.ListBean chooseClient;
private ChooseMachineBean chooseMachine; private ChooseMachineBean chooseMachine;
private Map<String, Object> param; private Map<String, Object> param;
......
...@@ -529,7 +529,7 @@ ...@@ -529,7 +529,7 @@
android:text="缺陷原因" android:text="缺陷原因"
android:textSize="14sp" /> android:textSize="14sp" />
<EditText <TextView
android:id="@+id/et_desc" android:id="@+id/et_desc"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论