Browse Source

Merge branch 'master' of http://139.196.39.194:9021/chenc/cd-work-flow-web

jbb 2 years ago
parent
commit
b8c87e2512
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/activiti/form/demoForm2.vue

+ 2 - 2
src/views/activiti/form/demoForm2.vue

@@ -4,7 +4,7 @@
       
       <a-button v-if="printMould" :href="printMouldUrl"  target="_blank" 
       ghost type="primary">模板打印</a-button>
-      <a-button v-if="printShow" v-print="'#printContent'" ghost type="primary">打印</a-button>
+      <!-- <a-button v-if="printShow" v-print="'#printContent'" ghost type="primary">打印</a-button> -->
     </div>
     <a-card :body-style="{ padding: '15px 32px' }" :bordered="false" id="printContent"  :class="{'abcdefg':true}" >
 
@@ -568,7 +568,7 @@ export default {
                           }else if(this.processData.businessTable == 'expense_account'){//报销单
                           
                               let expense_type = this.$refs.KFB.form.getFieldValue('expense_type');
-                              if(expense_type != '差旅费报销'){ //业务需求报销/日常用品报销需要,其他不需要
+                              if(expense_type != '差旅费报销'){ //业务需求报销/日常用品报销需要,其他不需要 
                                 this.printTitleImg = true;
                               }else{
                                 this.printTitleImg = false;