瀏覽代碼

修改允许打印显示状态(待审核、暂不打印、待打印状态下都不显示)

chenrui 2 年之前
父節點
當前提交
12cde68e60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/allocationManagement/transferOut/list.vue

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

@@ -135,7 +135,7 @@
           <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>