Browse Source

fix: 发货单汇总表

zh 2 năm trước cách đây
mục cha
commit
99a53a54e5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/supply/deliver/sum_list.vue

+ 2 - 2
src/views/supply/deliver/sum_list.vue

@@ -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()