Commit 8de73b68 by LJM

订单追踪/已采购订单:部分发货采购单无法生成发货单

parent fa16df8e
Showing with 2 additions and 3 deletions
......@@ -180,10 +180,9 @@ export default {
});
return false;
}
if (this.multipleSelection[0].shipping_status_val != '待发货') {
if (this.multipleSelection[0].shipping_status_val != '待发货' && this.multipleSelection[0].shipping_status_val != '部分发货') {
this.$message({
message: "请选择待发货数据进行操作",
message: "请选择待发货/部分发货的数据进行操作",
type: 'warning'
});
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment