Commit 0994d7f6 by LJM

Merge branch 'feature/handa/0224_wuliu' into dev/ver/1.0.0

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