文件地址:view/admin/src/pages/order/orderList/handle/orderSend.vue
代碼:如圖更改一下代碼
或者下載附件文件替換
更改完之后需要后臺打包,打包地址: https://doc.crmeb.com/pro_s/pro_single/4882
import printJS from 'print-js';
printImg(url) {
printJS({
printable: url,
type: 'image',
documentTitle: '快遞信息',
style: `img{
width: 100%;
height: 476px;
}`,
});
},
方法:putSend()
if (res.data.dump.label) this.printImg(res.data.dump.label);