|
@@ -619,7 +619,7 @@
|
|
|
//打印
|
|
|
print() {
|
|
|
localStorage.setItem('pricePrintList', JSON.stringify(this.baseInfoForm.detailPrints));
|
|
|
- window.location.href = "../../../static/print.html?name=" + this.baseInfoForm.goodsName
|
|
|
+ window.open("../../../static/print.html?name=" + this.baseInfoForm.goodsName)
|
|
|
},
|
|
|
validate() {
|
|
|
let that = this
|
|
@@ -871,7 +871,7 @@
|
|
|
this.tableData = _list
|
|
|
},
|
|
|
// 获取分界价格数据,构造分界价格区间数据
|
|
|
- getSplitPrice() {
|
|
|
+ getSplitPrice() {debugger
|
|
|
let _priceList = this.priceList
|
|
|
for (let i = 0; i < _priceList.length; i++) {
|
|
|
for (let k = 0; k < _priceList[i].checkList.length; k++) {
|
|
@@ -948,7 +948,7 @@
|
|
|
return _leftTotalPrice + _rightTotalPrice
|
|
|
},
|
|
|
// 计算价格
|
|
|
- calculatePrice(_waterMin) {
|
|
|
+ calculatePrice(_waterMin) {debugger
|
|
|
let prcieList = []
|
|
|
let totalPrice = []
|
|
|
let _price = 0
|