Commit 01e3fb9c09234a14b3d697be82aa89b9932a45b8
1 parent
1d7059e0
模拟工位叫料
Showing
1 changed file
with
1 additions
and
0 deletions
ant-design-vue-jeecg/src/views/system/shipment/ShipmentContainerHeaderList.vue
... | ... | @@ -124,6 +124,7 @@ |
124 | 124 | <span slot="action" slot-scope="text, record"> |
125 | 125 | <!-- <a v-if="record.status == 0 && record.zoneType =='A'" @click="selectPort(record)"><a-button type="primary">生成任务</a-button><a-divider type="vertical"/></a>--> |
126 | 126 | <a v-if="record.status == 0 && record.zoneType =='L'" @click="selectPort(record)"><a-button type="primary">生成任务</a-button><a-divider type="vertical"/></a> |
127 | +<!-- <a v-if="record.status == 0 && record.zoneType =='L'" @click="openCreateShipmentTaskAgv(record)"><a-button type="primary">生成任务</a-button><a-divider type="vertical"/></a>--> | |
127 | 128 | <a-popconfirm v-if="record.status == 0" v-has="'shipmentContainerHeader:delete'" title="确定取消配盘吗?" @confirm="() => handleDelete(record.id)"> |
128 | 129 | <a><a-button type="danger">取消配盘</a-button> <a-divider type="vertical"/></a> |
129 | 130 | </a-popconfirm> |
... | ... |