@@ -68,7 +68,7 @@
</tbody>
</table>
- <div style="display: flex; margin-top: 20px; width: 100%;">
+ <div style="display: flex; width: 100%;">
<div style="flex: 1;">发货人:{{ infoData.allotName || '' }}</div>
<div style="flex: 1;">送货人:</div>
<div style="flex: 1;">收货人:</div>
@@ -20,7 +20,7 @@
>打印送货单</el-button
>
<el-button v-if="$hasPermission('wms:inventoryAllocation:print2')" :disabled="selection.length > 1" icon="el-icon-download" type="primary" @click="printExl2"
- >打印送货单</el-button
+ >打印送货单带车</el-button
</template>
<!-- 单号链接 -->