|
@@ -3,7 +3,7 @@
|
|
|
ref="pageRef"
|
|
|
:getList="getList"
|
|
|
:exportList="exportList"
|
|
|
-
|
|
|
+
|
|
|
:tableAttributes="tableAttributes"
|
|
|
:tableEvents="tableEvents"
|
|
|
:optionsEvensGroup="optionsEvensGroup"
|
|
@@ -432,7 +432,7 @@ export default {
|
|
|
// 点击打印
|
|
|
toPrint() {
|
|
|
this.queryItem = this.tableSelection
|
|
|
- if (this.tableSelection.every(e => e.printNum == 0)) {
|
|
|
+ if (this.tableSelection.every(e => e.invoicePrintStatus == '未打单')) {
|
|
|
this.queryItem = this.tableSelection
|
|
|
this.getDateil(this.tableSelection, 'getDeliverDetail').then(res => {
|
|
|
this.$endLoading()
|