Explorar el Código

Merge tag 'Hotfix-zh-193' into develop

Finish Hotfix-zh-193
Howie hace 3 años
padre
commit
d849c0c590
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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;