|
@@ -369,6 +369,7 @@
|
|
},
|
|
},
|
|
print(row, type, pageType) {
|
|
print(row, type, pageType) {
|
|
//打印
|
|
//打印
|
|
|
|
+ debugger
|
|
if (type == 1) { //
|
|
if (type == 1) { //
|
|
if (this.modification.length == 0) {
|
|
if (this.modification.length == 0) {
|
|
this.$message.error('请选择批量打印的条目!')
|
|
this.$message.error('请选择批量打印的条目!')
|
|
@@ -376,7 +377,7 @@
|
|
}
|
|
}
|
|
for (let _num = 0; _num < this.modification.length; _num++) {
|
|
for (let _num = 0; _num < this.modification.length; _num++) {
|
|
if (this.modification[_num].serviceManagementType == 1 && (this.warehouseName == '鲅鱼圈金信库' || this
|
|
if (this.modification[_num].serviceManagementType == 1 && (this.warehouseName == '鲅鱼圈金信库' || this
|
|
- .warehouseName == '白城内陆港')) {
|
|
|
|
|
|
+ .warehouseName == '白城内陆港'|| this.warehouseName == '哈尔滨依兰库')) {
|
|
if (this.modification[_num].seller && this.modification[_num].buyer) {
|
|
if (this.modification[_num].seller && this.modification[_num].buyer) {
|
|
let cang = {}
|
|
let cang = {}
|
|
cang.value = this.modification[_num].seller
|
|
cang.value = this.modification[_num].seller
|
|
@@ -395,7 +396,7 @@
|
|
}
|
|
}
|
|
this.isShowPrintType = true
|
|
this.isShowPrintType = true
|
|
} else {
|
|
} else {
|
|
- if (row.serviceManagementType == 1 && (this.warehouseName == '鲅鱼圈金信库' || this.warehouseName == '白城内陆港')) {
|
|
|
|
|
|
+ if (row.serviceManagementType == 1 && (this.warehouseName == '鲅鱼圈金信库' || this.warehouseName == '白城内陆港'|| this.warehouseName == '哈尔滨依兰库')) {
|
|
if (row.seller && row.buyer) {
|
|
if (row.seller && row.buyer) {
|
|
let cang = {}
|
|
let cang = {}
|
|
cang.value = row.seller
|
|
cang.value = row.seller
|