|
@@ -50,6 +50,7 @@
|
|
v-if="record.state == 'FINISH' && $hasPermissions('B_intelligentReplenishment_down')"
|
|
v-if="record.state == 'FINISH' && $hasPermissions('B_intelligentReplenishment_down')"
|
|
@click="handleDownload(record)"
|
|
@click="handleDownload(record)"
|
|
id="chainTransferInList-download-btn">结果下载</a-button>
|
|
id="chainTransferInList-download-btn">结果下载</a-button>
|
|
|
|
+ <span v-if="!(record.state == 'WAIT' && $hasPermissions('B_intelligentReplenishment_edit'))&&!(record.state == 'WAIT' && $hasPermissions('B_intelligentReplenishment_del'))&&!(record.state != 'WAIT' && $hasPermissions('B_intelligentReplenishment_detail'))&&!(record.state == 'FINISH' && $hasPermissions('B_intelligentReplenishment_down'))">--</span>
|
|
</template>
|
|
</template>
|
|
</s-table>
|
|
</s-table>
|
|
</a-spin>
|
|
</a-spin>
|