浏览代码

出库工单打印

caojunjie 2 年之前
父节点
当前提交
f450d5fec9
共有 1 个文件被更改,包括 5 次插入0 次删除
  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;