Procházet zdrojové kódy

fix: 发货单汇总表

zh před 2 roky
rodič
revize
99a53a54e5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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()