소스 검색

打印单

XMLWAN 2 년 전
부모
커밋
6315f32d45
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/xt_pages/workforce/appointment.vue

+ 1 - 0
src/xt_pages/workforce/appointment.vue 파일 보기

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