瀏覽代碼

Merge tag 'Hotfix-zh-182' into develop

Finish Hotfix-zh-182
Howie 3 年之前
父節點
當前提交
a5fd73221e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/supply/pickup/check.vue

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

@@ -569,9 +569,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;