提交 15be21e7 authored 作者: lgd's avatar lgd

1.修改开票/收票文案

2.//todo  回款管理的客户接口
上级 545bea81
...@@ -138,7 +138,7 @@ public class WorkChooseProductActivity extends WorkToolBarActivity { ...@@ -138,7 +138,7 @@ public class WorkChooseProductActivity extends WorkToolBarActivity {
chooseProduct.setCarPrice(price); chooseProduct.setCarPrice(price);
carList.add(chooseProduct); carList.add(chooseProduct);
} }
toast("加入购物车成功"); toast("加入申请单成功");
} }
@Override @Override
...@@ -247,7 +247,7 @@ public class WorkChooseProductActivity extends WorkToolBarActivity { ...@@ -247,7 +247,7 @@ public class WorkChooseProductActivity extends WorkToolBarActivity {
switch (view.getId()) { switch (view.getId()) {
case R.id.tv_ok: case R.id.tv_ok:
if (carList.size() == 0) { if (carList.size() == 0) {
toast("购物车没有产品"); toast("申请单没有产品");
return; return;
} }
if (TextUtils.isEmpty(getIntent().getStringExtra("supplier"))) { if (TextUtils.isEmpty(getIntent().getStringExtra("supplier"))) {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="#5C768A" android:background="#5C768A"
android:gravity="center" android:gravity="center"
android:text="下一步,选择产品来源" android:text="下一步选择订单或产品"
android:textColor="@color/white" /> android:textColor="@color/white" />
<LinearLayout <LinearLayout
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:background="#5C768A" android:background="#5C768A"
android:gravity="center" android:gravity="center"
android:text="下一步,选择产品来源" android:text="下一步选择订单或产品"
android:textColor="@color/white" /> android:textColor="@color/white" />
<LinearLayout <LinearLayout
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="10mm" android:layout_marginLeft="10mm"
android:text="所属类别" android:text="库存类别"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="13sp" /> android:textSize="13sp" />
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="10mm" android:layout_marginLeft="10mm"
android:text="所属类别" android:text="库存类别"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="13sp" /> android:textSize="13sp" />
......
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="10mm" android:layout_marginLeft="10mm"
android:text="所属类别" android:text="库存类别"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="13sp" /> android:textSize="13sp" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论