|
@@ -503,6 +503,8 @@
|
|
localStorage.setItem('selectPrint_EWjjSelectPrintList', JSON.stringify(_selectPrint_EWjjSelectPrintList))
|
|
localStorage.setItem('selectPrint_EWjjSelectPrintList', JSON.stringify(_selectPrint_EWjjSelectPrintList))
|
|
},
|
|
},
|
|
printBig(type, radioType) {
|
|
printBig(type, radioType) {
|
|
|
|
+
|
|
|
|
+ localStorage.removeItem('print_in_data')
|
|
// 打印额外
|
|
// 打印额外
|
|
if (this.checked || this.ddchecked) {
|
|
if (this.checked || this.ddchecked) {
|
|
this.makeEWjjSelectPrintList()
|
|
this.makeEWjjSelectPrintList()
|
|
@@ -516,6 +518,8 @@
|
|
localStorage.setItem('selectPrint_jjSelectPrintList', JSON.stringify(this.excelPrintData))
|
|
localStorage.setItem('selectPrint_jjSelectPrintList', JSON.stringify(this.excelPrintData))
|
|
window.open('../../../../static/weightCheck.html?type=2&radioType=' + radioType)
|
|
window.open('../../../../static/weightCheck.html?type=2&radioType=' + radioType)
|
|
} else {
|
|
} else {
|
|
|
|
+
|
|
|
|
+ localStorage.setItem('print_in_data',JSON.stringify(this.dialogDataList).replace(/%/g, 'baifenhao'))
|
|
window.open('../../../../static/weightCheck.html?type=2&tableData=' + JSON.stringify(this.dialogDataList).replace(/%/g, 'baifenhao'))
|
|
window.open('../../../../static/weightCheck.html?type=2&tableData=' + JSON.stringify(this.dialogDataList).replace(/%/g, 'baifenhao'))
|
|
}
|
|
}
|
|
},
|
|
},
|