瀏覽代碼

打印单

XMLWAN 2 年之前
父節點
當前提交
6315f32d45
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/xt_pages/workforce/appointment.vue

+ 1 - 0
src/xt_pages/workforce/appointment.vue 查看文件

898
       } else if (this.activeName == 'nextTwoWeek') {
898
       } else if (this.activeName == 'nextTwoWeek') {
899
         date = date + 14 * 24 * 60 * 60 * 1000
899
         date = date + 14 * 24 * 60 * 60 * 1000
900
       }
900
       }
901
+      console.log("whhwhwhwhwhwh",this.templateObj.template_id)
901
       if (this.templateObj.template_id == 1) {
902
       if (this.templateObj.template_id == 1) {
902
         this.$router.push({path: '/workforce/schedule/print', query: {date: date}})
903
         this.$router.push({path: '/workforce/schedule/print', query: {date: date}})
903
       }
904
       }