Commit a954971a by LJM

不支持批量操作

parent 9f71066d
......@@ -327,6 +327,10 @@ export default {
this.dialogVisible_3 = true;
break;
case 4:
if (this.multipleSelection.length > 1) {
this.$message.warning('不支持批量操作');
return;
}
// 填写物流:校验待提审、待审核、进行中状态
var invalidShipping = this.multipleSelection.filter(item =>
![0, 1, 2].includes(item.consignment_status)
......
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