Procházet zdrojové kódy

Merge remote-tracking branch 'origin/master'

chen před 3 roky
rodič
revize
73d4458ad6
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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;