结算管理中减免费用
This commit is contained in:
parent
7dfc37fa54
commit
0a3b2c7ab1
File diff suppressed because it is too large
Load Diff
|
|
@ -576,7 +576,7 @@
|
|||
<span>检验单位:</span>
|
||||
</div>
|
||||
<div >
|
||||
<canvas id="canvas" width="165" height="165" style="position: absolute; top: 50%; left: 90%; transform: translate(-100%, -50%);"></canvas>
|
||||
<canvas id="canvas" width="165" height="165" style="position: absolute; top: 50%; left: 90%; transform: translate(-100%, -50%);z-index: 9999;"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -1126,7 +1126,7 @@ export default {
|
|||
|
||||
this.printTableData = res.data.leaseOutVoList;
|
||||
setTimeout(() => {
|
||||
this.chapter('检验专用章', '机具设备分公司')
|
||||
this.chapter('机具检验专用章', '安徽送边电工程有限公司机具(物流)分公司')
|
||||
}, 200);
|
||||
this.openPrint = true;
|
||||
this.title = "出库检验单";
|
||||
|
|
@ -1244,7 +1244,7 @@ export default {
|
|||
this.create5star(context, width, height, 20, "#f00", 0);
|
||||
|
||||
// 绘制印章名称
|
||||
context.font = "18px 宋体";
|
||||
context.font = "100 13px 宋体";
|
||||
context.textBaseline = "middle"; //设置文本的垂直对齐方式
|
||||
context.textAlign = "center"; //设置文本的水平对对齐方式
|
||||
context.lineWidth = 1;
|
||||
|
|
@ -1253,7 +1253,7 @@ export default {
|
|||
|
||||
// 绘制印章单位
|
||||
context.translate(width, height); // 平移到此位置,
|
||||
context.font = "16px 宋体";
|
||||
context.font = "100 13px 宋体";
|
||||
let count = companyName.length; // 字数
|
||||
let angle = (4 * Math.PI) / (3 * (count - 1)); // 字间角度
|
||||
let chars = companyName.split("");
|
||||
|
|
|
|||
Loading…
Reference in New Issue