فهرست منبع

fix: 发货单汇总表

zh 2 سال پیش
والد
کامیت
99a53a54e5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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()