Explorar el Código

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

chenrui hace 2 años
padre
commit
12cde68e60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>