|
@@ -572,7 +572,7 @@ export default {
|
|
// if (!this.isAllEqual(this.tableSelection)) {
|
|
// if (!this.isAllEqual(this.tableSelection)) {
|
|
// return this.$errorMsg("只能选择同一个提货订单");
|
|
// return this.$errorMsg("只能选择同一个提货订单");
|
|
// }
|
|
// }
|
|
-
|
|
|
|
|
|
+
|
|
if (!this.tableSelection[0].printNum) {
|
|
if (!this.tableSelection[0].printNum) {
|
|
this.queryItem = this.tableSelection;
|
|
this.queryItem = this.tableSelection;
|
|
console.log(this.tableSelection);
|
|
console.log(this.tableSelection);
|