|
@@ -10,10 +10,10 @@
|
|
<template slot="extra" v-if="$hasPermissions('B_cPayment_printAndExport')">
|
|
<template slot="extra" v-if="$hasPermissions('B_cPayment_printAndExport')">
|
|
<div style="margin-top: 5px;">
|
|
<div style="margin-top: 5px;">
|
|
<PrintPanel ref="printBox" @handlePrint="handlePrint">
|
|
<PrintPanel ref="printBox" @handlePrint="handlePrint">
|
|
- <div style="padding:10px;" slot="extendCons">
|
|
|
|
|
|
+ <!-- <div style="padding:10px;" slot="extendCons">
|
|
<a-checkbox v-model="printTotalKs" :checked="printTotalKs" id="salesQuery-printTotalKs">打印总款数</a-checkbox>
|
|
<a-checkbox v-model="printTotalKs" :checked="printTotalKs" id="salesQuery-printTotalKs">打印总款数</a-checkbox>
|
|
<a-checkbox v-model="printTotalNums" :checked="printTotalNums" id="salesQuery-printTotalNums">打印总数量</a-checkbox>
|
|
<a-checkbox v-model="printTotalNums" :checked="printTotalNums" id="salesQuery-printTotalNums">打印总数量</a-checkbox>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</PrintPanel>
|
|
</PrintPanel>
|
|
<a-divider type="vertical" />
|
|
<a-divider type="vertical" />
|
|
<a-button id="salesNewOrderEdit-add-btn" type="link" @click="openModal=true"><a-icon type="plus" />选择单据</a-button>
|
|
<a-button id="salesNewOrderEdit-add-btn" type="link" @click="openModal=true"><a-icon type="plus" />选择单据</a-button>
|
|
@@ -290,8 +290,8 @@ export default {
|
|
}else{
|
|
}else{
|
|
url = settleUnitPrint
|
|
url = settleUnitPrint
|
|
// 打印
|
|
// 打印
|
|
- params.printTotalKs = params.printTotalKs ? 1 : 0
|
|
|
|
- params.printTotalNums = params.printTotalNums ? 1 : 0
|
|
|
|
|
|
+ // params.printTotalKs = params.printTotalKs ? 1 : 0
|
|
|
|
+ // params.printTotalNums = params.printTotalNums ? 1 : 0
|
|
}
|
|
}
|
|
// 打印或导出
|
|
// 打印或导出
|
|
hdPrint(printerType, type, url, params, '单位应收应付', function () {
|
|
hdPrint(printerType, type, url, params, '单位应收应付', function () {
|