文件地址: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);