|
@@ -135,7 +135,7 @@
|
|
<a-button
|
|
<a-button
|
|
size="small"
|
|
size="small"
|
|
type="link"
|
|
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"
|
|
class="button-warning"
|
|
@click="handleYxPrint(record)"
|
|
@click="handleYxPrint(record)"
|
|
id="allocateBillList-examine-btn">允许打印</a-button>
|
|
id="allocateBillList-examine-btn">允许打印</a-button>
|