Browse Source

Finish Hotfix-zh-182

Howie 3 years ago
parent
commit
dc74629a97
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/supply/pickup/check.vue

+ 3 - 3
src/views/supply/pickup/check.vue

@@ -568,9 +568,9 @@ export default {
     // 点击打印
     toPrint() {
     
-      if (!this.isAllEqual(this.tableSelection)) {
-        return this.$errorMsg("只能选择同一个提货订单");
-      }
+      // if (!this.isAllEqual(this.tableSelection)) {
+      //   return this.$errorMsg("只能选择同一个提货订单");
+      // }
 
       if (!this.tableSelection[0].printNum) {
         this.queryItem = this.tableSelection;