提交 84d6ae92 authored 作者: lgd's avatar lgd

1.修改审核跳转bug

2.修改退件bug
3.修改下单成功文案
上级 4f09981c
......@@ -62,7 +62,7 @@ public class ProductOrderDetailActivity extends WorkToolBarActivity {
protected void initView() {
ButterKnife.bind(this);
rvPro.setLayoutManager(new LinearLayoutManager(this, RecyclerView.VERTICAL, false));
status = Integer.valueOf(getIntent().getStringExtra("status"));
status = TextUtils.isEmpty(getIntent().getStringExtra("status"))?0:Integer.valueOf(getIntent().getStringExtra("status"));
identity = getIntent().getStringExtra("identity");
}
......
......@@ -62,7 +62,6 @@
android:background="@drawable/shape_red_btn"
android:paddingHorizontal="20mm"
android:paddingVertical="5mm"
android:tag="order:crucible-order:audit"
android:text="驳回"
android:textColor="@color/white" />
......@@ -74,7 +73,6 @@
android:background="@drawable/shape_green_btn"
android:paddingHorizontal="20mm"
android:paddingVertical="5mm"
android:tag="order:crucible-order:audit"
android:text="通过"
android:textColor="@color/white" />
......
......@@ -17,7 +17,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10mm"
android:text="下单成功"
android:text="请到工作台订单模块查看"
android:textColor="@color/mainTextColor"
android:textSize="18sp" />
</LinearLayout>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论