|
@@ -780,13 +780,14 @@
|
|
|
// localStorage.setItem('ck_bd_printData1',JSON.stringify(this.inspect))
|
|
|
// window.open('../../../../static/outWeightPrint.html?type=2')
|
|
|
// 打印额外
|
|
|
+ localStorage.removeItem('print_out_data')
|
|
|
+ localStorage.removeItem('selectPrint_EWjjSelectPrintList')
|
|
|
+ localStorage.removeItem('selectPrint_jjSelectPrintList')
|
|
|
if (this.checked || this.ddchecked) {
|
|
|
this.makeEWjjSelectPrintList()
|
|
|
// this.selectEW = true;
|
|
|
}
|
|
|
- localStorage.removeItem('print_out_data')
|
|
|
- localStorage.removeItem('selectPrint_EWjjSelectPrintList')
|
|
|
- localStorage.removeItem('selectPrint_jjSelectPrintList')
|
|
|
+
|
|
|
if (type == 1) {
|
|
|
localStorage.setItem('selectPrint_jjSelectPrintList', JSON.stringify(this.dialogDataList))
|
|
|
window.open('../../../../static/weightCheckOutNew.html?type=2&radioType=' + radioType + '&selectEW=' + this
|