|
@@ -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"
|