|
@@ -318,7 +318,7 @@ export default {
|
|
|
this.imageUrl = e.url
|
|
|
},
|
|
|
printSmall() {
|
|
|
- window.open('../../../../../static/payprint.html?type=1&dataList=' +JSON.stringify(this.printData))
|
|
|
+ window.open('../../../../../static/payprint.html?type=1&dataList=' + JSON.stringify(this.printData))
|
|
|
},
|
|
|
printBig() {
|
|
|
window.open('../../../../../static/payprint.html?type=2&dataList=' +JSON.stringify(this.printData),"结算凭证")
|
|
@@ -547,7 +547,6 @@ export default {
|
|
|
let date = new Date()
|
|
|
this.printData.currentTime = date.getFullYear() +"年"+ date.getMonth() +"月"+ date.getDay()+"日"
|
|
|
})
|
|
|
-
|
|
|
},
|
|
|
examine() {
|
|
|
if (this.modification.length == 0) {
|