Преглед изворни кода

fix(库存调拨): 修正打印按钮文本和模板样式

liujt пре 7 месеци
родитељ
комит
bbb13f2e46

+ 1 - 1
src/views/warehouseManagement/inventoryAllocation/components/print-template-bs.vue

@@ -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>

+ 1 - 1
src/views/warehouseManagement/inventoryAllocation/index.vue

@@ -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>
         <!-- 单号链接 -->