Commit 94659d226d2e38ffb4bde88dc271000c3044dffc
1 parent
e3855579
feat: 出库任务下发批量生成任务和批量取消配盘添加权限控制
Showing
1 changed file
with
2 additions
and
2 deletions
ant-design-vue-jeecg/src/views/system/shipment/ShipmentContainerHeaderList.vue
... | ... | @@ -74,8 +74,8 @@ |
74 | 74 | @change="handleImportExcel"> |
75 | 75 | <a-button type="primary" icon="import">导入</a-button> |
76 | 76 | </a-upload> |
77 | - <a-button @click="createBatchTask" type="primary" >批量生成任务</a-button> | |
78 | - <a-button @click="cancelBatchTask" type="primary" >批量取消配盘</a-button> | |
77 | + <a-button @click="createBatchTask" type="primary" v-has="'shipmentContainerHeader:createBatchTask'">批量生成任务</a-button> | |
78 | + <a-button @click="cancelBatchTask" type="primary" v-has="'shipmentContainerHeader:cancelBatchTask'">批量取消配盘</a-button> | |
79 | 79 | <j-super-query :fieldList="superFieldList" v-has="'shipmentContainerHeader:superQuery'" @handleSuperQuery="handleSuperQuery"/> |
80 | 80 | |
81 | 81 | </div> |
... | ... |