提交 e1adc9da authored 作者: lgd's avatar lgd

1.修改文案,统一接单改为同意接单

上级 1ee3454b
......@@ -533,7 +533,7 @@ public class CrucibleOrderDetailActivity extends WorkToolBarActivity {
View view = LayoutInflater.from(this).inflate(R.layout.view_check, null);
TextView tvOk = view.findViewById(R.id.tv_ok);
TextView tvDesc = view.findViewById(R.id.tv_desc);
tvDesc.setText(status == 1 ? "统一接单" : "拒绝接单");
tvDesc.setText(status == 1 ? "同意接单" : "拒绝接单");
TextView tvNum = view.findViewById(R.id.tv_num);
TextView tvCancel = view.findViewById(R.id.tv_cancel);
EditText etRemark = view.findViewById(R.id.et_content);
......
......@@ -463,7 +463,7 @@ public class InsideOrderDetailActivity extends WorkToolBarActivity {
View view = LayoutInflater.from(this).inflate(R.layout.view_check, null);
TextView tvOk = view.findViewById(R.id.tv_ok);
TextView tvDesc = view.findViewById(R.id.tv_desc);
tvDesc.setText(status == 1 ? "统一接单" : "拒绝接单");
tvDesc.setText(status == 1 ? "同意接单" : "拒绝接单");
TextView tvNum = view.findViewById(R.id.tv_num);
TextView tvCancel = view.findViewById(R.id.tv_cancel);
EditText etRemark = view.findViewById(R.id.et_content);
......
......@@ -588,7 +588,7 @@ public class OutOrderDetailActivity extends WorkToolBarActivity {
TextView tvDesc = view.findViewById(R.id.tv_desc);
TextView tvSet = view.findViewById(R.id.tv_set);
RelativeLayout rlSet = view.findViewById(R.id.rl_set);
tvDesc.setText(status == 1 ? "统一接单" : "拒绝接单");
tvDesc.setText(status == 1 ? "同意接单" : "拒绝接单");
rlSet.setVisibility(status == 1 ? View.VISIBLE : View.GONE);
TextView tvNum = view.findViewById(R.id.tv_num);
TextView tvCancel = view.findViewById(R.id.tv_cancel);
......
......@@ -515,7 +515,7 @@ public class SaleOrderDetailActivity extends WorkToolBarActivity {
View view = LayoutInflater.from(this).inflate(R.layout.view_check, null);
TextView tvOk = view.findViewById(R.id.tv_ok);
TextView tvDesc = view.findViewById(R.id.tv_desc);
tvDesc.setText(status == 1 ? "统一接单" : "拒绝接单");
tvDesc.setText(status == 1 ? "同意接单" : "拒绝接单");
TextView tvNum = view.findViewById(R.id.tv_num);
TextView tvCancel = view.findViewById(R.id.tv_cancel);
EditText etRemark = view.findViewById(R.id.et_content);
......
......@@ -539,7 +539,7 @@ public class SupplierOrderDetailActivity extends WorkToolBarActivity {
View view = LayoutInflater.from(this).inflate(R.layout.view_check, null);
TextView tvOk = view.findViewById(R.id.tv_ok);
TextView tvDesc = view.findViewById(R.id.tv_desc);
tvDesc.setText(status == 1 ? "统一接单" : "拒绝接单");
tvDesc.setText(status == 1 ? "同意接单" : "拒绝接单");
TextView tvNum = view.findViewById(R.id.tv_num);
TextView tvCancel = view.findViewById(R.id.tv_cancel);
EditText etRemark = view.findViewById(R.id.et_content);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论