Merge branch 'material-ui' of http://192.168.0.56:3000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
19b7d58f45
|
|
@ -641,7 +641,8 @@ export default {
|
||||||
let param = {
|
let param = {
|
||||||
detailsId:this.rowData.detailsId,
|
detailsId:this.rowData.detailsId,
|
||||||
infoId:this.rowData.detailsId,
|
infoId:this.rowData.detailsId,
|
||||||
docName:this.reNameForm.newName
|
docName:this.reNameForm.newName,
|
||||||
|
parentId:this.rowData.parentId
|
||||||
}
|
}
|
||||||
this.$refs["reNameForm"].validate(async (valid) => {
|
this.$refs["reNameForm"].validate(async (valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|
|
||||||
|
|
@ -1222,7 +1222,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
//领料单打印
|
//领料单打印
|
||||||
print() {
|
print() {
|
||||||
this.$refs.remarksPrintRef.print();
|
this.$refs.remarksPrintRef.print();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -1333,7 +1333,7 @@ export default {
|
||||||
context.strokeText(c, 0, 0); // 此点为字的中心点
|
context.strokeText(c, 0, 0); // 此点为字的中心点
|
||||||
context.restore();
|
context.restore();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
//绘制五角星
|
//绘制五角星
|
||||||
create5star(context, sx, sy, radius, color, rotato) {
|
create5star(context, sx, sy, radius, color, rotato) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue