|
|
@@ -146,7 +146,7 @@ public class StockOutBindActivity extends BaseActivity {
|
|
|
return;
|
|
|
}
|
|
|
if(outOrderQty.compareTo(totalQty) < 0){
|
|
|
- ToastUtils.showToast(context, "当前物品出库数量不足,不能出库");
|
|
|
+ ToastUtils.showToast(context, "请按出库单数量出库");
|
|
|
return;
|
|
|
}
|
|
|
String areaValue = getItemAreaValue();
|