|
@@ -130,7 +130,7 @@
|
|
|
<a-button type="primary" @click="submit"> 提交(submit)</a-button>
|
|
|
<a-button type="primary" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
|
|
|
<a-button type="primary" @click="setIsExport"> 设置其他状态(set isExport)</a-button>
|
|
|
- <a-button type="primary" @click="allowInvoice"> 开票申请(apply invoice)</a-button>
|
|
|
+ <!-- <a-button type="primary" @click="allowInvoice"> 开票申请(apply invoice)</a-button> -->
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<template #overlay>
|
|
|
<a-menu>
|