提交 4e339d02 authored 作者: lgd's avatar lgd

1.供应入库审核去除tax

上级 f79987f0
......@@ -263,10 +263,10 @@ public class AddStockApplyDetailActivity extends WorkToolBarActivity {
toast("请填写价格");
return;
}
if (TextUtils.isEmpty(tax)) {
toast("请填写税率");
return;
}
// if (TextUtils.isEmpty(tax)) {
// toast("请填写税率");
// return;
// }
}
if (status != 1 && TextUtils.isEmpty(etRemark.getText().toString())) {
toast("请填写备注");
......@@ -290,7 +290,7 @@ public class AddStockApplyDetailActivity extends WorkToolBarActivity {
Map<String, Object> param = WorkUtils.simpleParam();
param.put("result", status);
param.put("comment", remark);
param.put("tax", tax);
// param.put("tax", tax);
param.put("foPrice", price);
param.put("id", id);
Observable<BaseBean> observable;
......
......@@ -241,10 +241,10 @@ public class AddStockApplyFragment extends WorkBaseFg {
toast("请填写价格");
return;
}
if (TextUtils.isEmpty(tax)) {
toast("请填写税率");
return;
}
// if (TextUtils.isEmpty(tax)) {
// toast("请填写税率");
// return;
// }
}
if (status != 1 && TextUtils.isEmpty(etRemark.getText().toString())) {
toast("请填写备注");
......@@ -268,7 +268,7 @@ public class AddStockApplyFragment extends WorkBaseFg {
Map<String, Object> param = WorkUtils.simpleParam();
param.put("result", status);
param.put("comment", remark);
param.put("tax", tax);
// param.put("tax", tax);
param.put("foPrice", price);
param.put("id", id);
Observable<BaseBean> observable;
......
......@@ -19,6 +19,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
android:layout_marginHorizontal="20mm"
android:layout_marginTop="10mm"
>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论