Ver código fonte

出库工单打印

caojunjie 2 anos atrás
pai
commit
f450d5fec9
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      src/components/report-dialog/main.vue

+ 5 - 0
src/components/report-dialog/main.vue

@@ -131,11 +131,16 @@ export default {
         this.$set(this.query,'name','国内贸易-采购单')
         // this.query.name == '国内贸易-采购单'
       }
+      if (this.query.name == '出库工单(L)') {
+          this.$set(this.query,'name','轮胎商城-出库工单')
+      }
+
       getList(
         this.page.currentPage,
         this.page.pageSize,
         Object.assign(this.query)
       ).then(res => {
+          console.log(res,139)
         const data = res.data.data;
         this.page.total = data.total;
         this.data = data.records;