|
@@ -302,7 +302,7 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
- <div v-if="deptBudgetList.warehouseName=='鲅鱼圈金信库'||deptBudgetList.warehouseName=='白城内陆港'">
|
|
|
+ <div v-if="deptBudgetList.warehouseName=='鲅鱼圈金信库'||deptBudgetList.warehouseName=='白城内陆港'||deptBudgetList.warehouseName=='哈尔滨依兰库'">
|
|
|
<div class="print-type-ew">
|
|
|
<el-checkbox v-model="checked" @change="changeEw">打印额外票据</el-checkbox>
|
|
|
<el-checkbox v-model="ddchecked" @change="changeEwDD">单独打印额外票据</el-checkbox>
|
|
@@ -410,8 +410,8 @@
|
|
|
label: '厦门建发物产有限公司'
|
|
|
}],
|
|
|
companyName: '黑龙江利润元粮食贸易有限公司',
|
|
|
- companyNameEW: "厦门建发物产有限公司",
|
|
|
- ewCustomer: "黑龙江利润元粮食贸易有限公司",
|
|
|
+ companyNameEW: '厦门建发物产有限公司',
|
|
|
+ ewCustomer: '黑龙江利润元粮食贸易有限公司',
|
|
|
ddchecked: false,
|
|
|
checked: false,
|
|
|
isShowPrintType: false,
|
|
@@ -464,7 +464,7 @@
|
|
|
modification: [],
|
|
|
printList: [], //批量打印数据
|
|
|
onePrint: false, //单个打印开关
|
|
|
- idPrint:"",
|
|
|
+ idPrint:'',
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -553,7 +553,7 @@
|
|
|
this.makeEWjjSelectPrintList()
|
|
|
// this.selectEW = true;
|
|
|
}
|
|
|
- localStorage.setItem("warehouseBatchPrint", JSON.stringify(this.printList))
|
|
|
+ localStorage.setItem('warehouseBatchPrint', JSON.stringify(this.printList))
|
|
|
window.open('../../../../static/warehouseBatchPrint.html?selectEW=' + this.checked +
|
|
|
'&selectEWDD=' + this.ddchecked)
|
|
|
}
|
|
@@ -625,7 +625,7 @@
|
|
|
batchPrint() {
|
|
|
this.printList = []
|
|
|
if (this.modification.length == 0) {
|
|
|
- this.$message.error("请勾选要打印的条目!")
|
|
|
+ this.$message.error('请勾选要打印的条目!')
|
|
|
} else {
|
|
|
|
|
|
this.isShowPrintType = true
|
|
@@ -653,7 +653,7 @@
|
|
|
},
|
|
|
handleSelectionChange(val) {
|
|
|
this.modification = val
|
|
|
- console.log("sfasa", this.modification)
|
|
|
+ console.log('sfasa', this.modification)
|
|
|
},
|
|
|
selectInit(row) {
|
|
|
//在这里一定要记得类型匹配的上。
|