|
@@ -303,9 +303,9 @@ export default {
|
|
|
JSON.stringify(this.printData)
|
|
|
},
|
|
|
printBig() {
|
|
|
- window.location.href =
|
|
|
- '../../../../../static/payprint.html?type=2&dataList=' +
|
|
|
- JSON.stringify(this.printData)
|
|
|
+ window.open('../../../../../static/payprint.html?type=2&dataList=' +
|
|
|
+ JSON.stringify(this.printData),"结算凭证")
|
|
|
+
|
|
|
},
|
|
|
getList() {
|
|
|
getpayment({
|