Browse Source

Merge branch 'develop_yh11' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh11

lilei 2 years ago
parent
commit
261253ebd9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/allocationManagement/transferOut/list.vue

+ 3 - 3
src/views/allocationManagement/transferOut/list.vue

@@ -132,13 +132,13 @@
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
-          <a-button
+          <!-- <a-button
             size="small"
             type="link"
-            v-if="record.state == 'WAIT_AUDIT' && record.printState!='UNABLE_PRINT' && $hasPermissions('B_tfo_yxPrint')"
+            v-if="record.state == 'WAIT_AUDIT' && record.printState!='UNABLE_PRINT' && record.printState!='NO_PRINT' && $hasPermissions('B_tfo_yxPrint')"
             class="button-warning"
             @click="handleYxPrint(record)"
-            id="allocateBillList-examine-btn">允许打印</a-button>
+            id="allocateBillList-examine-btn">允许打印</a-button> -->
           <a-button
             size="small"
             type="link"