|
@@ -7,8 +7,8 @@
|
|
|
<div class="print-type-title">打印凭证</div>
|
|
|
<div class="print-type-checkbox">
|
|
|
<el-checkbox-group v-model="ruleForm.type">
|
|
|
- <el-checkbox label="打印身份证(正反面)" name="type" class="label-width" @change="selectType"></el-checkbox>
|
|
|
- <el-checkbox label="打印银行卡(正反面)" name="type" class="label-width" @change="selectType"></el-checkbox>
|
|
|
+ <!-- <el-checkbox label="打印身份证(正反面)" name="type" class="label-width" @change="selectType"></el-checkbox>
|
|
|
+ <el-checkbox label="打印银行卡(正反面)" name="type" class="label-width" @change="selectType"></el-checkbox> -->
|
|
|
<el-checkbox label="打印结算凭证" name="type" class="label-width" @change="selectType($event)"></el-checkbox>
|
|
|
<el-checkbox label="打印检斤单" name="type" class="label-width" @change="selectType($event)"></el-checkbox>
|
|
|
<el-checkbox label="打印回执单" name="type" class="label-width" @change="selectType($event)"></el-checkbox>
|
|
@@ -310,8 +310,8 @@
|
|
|
:preview-src-list="[paymentReceipt]">
|
|
|
</el-image>
|
|
|
</el-dialog>
|
|
|
- <el-dialog width="50%" title="开票信息" :visible.sync="invoicingshow" :close="invoicingClose">
|
|
|
- <el-form class="customer">
|
|
|
+ <el-dialog width="30%" title="开票信息" :visible.sync="invoicingshow" :close="invoicingClose">
|
|
|
+ <el-form :label-position="labelposition" label-width="200px" style='text-align:center;' class="customer">
|
|
|
<el-form-item label="税控盘:">
|
|
|
<el-select v-model="invoiceFlag" placeholder="请选择税控盘"
|
|
|
filterable clearable style="margin: 0 10px">
|
|
@@ -378,6 +378,7 @@
|
|
|
isShowPrintType4: true,
|
|
|
customerInfo: false,
|
|
|
form: {},
|
|
|
+ labelposition:'right',
|
|
|
invoicingList:[{label:'航天信息',value:1},{label:'百旺',value:2}],
|
|
|
formLabelWidth: '300px',
|
|
|
invoicing: '',
|
|
@@ -388,8 +389,8 @@
|
|
|
|
|
|
ruleForm: {
|
|
|
type: [
|
|
|
- '打印身份证(正反面)',
|
|
|
- '打印银行卡(正反面)',
|
|
|
+ // '打印身份证(正反面)',
|
|
|
+ // '打印银行卡(正反面)',
|
|
|
'打印结算凭证',
|
|
|
'打印检斤单',
|
|
|
'打印回执单'
|
|
@@ -763,17 +764,20 @@
|
|
|
selectType(val) {
|
|
|
for (let i = 0; i < this.ruleForm.type.length; i++) {
|
|
|
switch (this.ruleForm.type[i]) {
|
|
|
- case '打印身份证(正反面)':
|
|
|
- this.isShowPrintType1 = !this.isShowPrintType1
|
|
|
- break
|
|
|
- case '打印银行卡(正反面)':
|
|
|
- this.isShowPrintType2 = !this.isShowPrintType2
|
|
|
- break
|
|
|
+ // case '打印身份证(正反面)':
|
|
|
+ // this.isShowPrintType1 = !this.isShowPrintType1
|
|
|
+ // break
|
|
|
+ // case '打印银行卡(正反面)':
|
|
|
+ // this.isShowPrintType2 = !this.isShowPrintType2
|
|
|
+ // break
|
|
|
case '打印结算凭证':
|
|
|
this.isShowPrintType3 = !this.isShowPrintType3
|
|
|
case '打印检斤单':
|
|
|
this.isShowPrintType4 = !this.isShowPrintType4
|
|
|
break
|
|
|
+ case '打印回执单':
|
|
|
+ this.isShowPrintType5 = !this.isShowPrintType5
|
|
|
+ break
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -1610,7 +1614,7 @@
|
|
|
right: 0;
|
|
|
margin: auto;
|
|
|
width: 200px;
|
|
|
- height: 250px;
|
|
|
+ height: 190px;
|
|
|
background: white;
|
|
|
border-radius: 10px;
|
|
|
z-index: 999;
|