|
@@ -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>
|
|
@@ -389,8 +389,8 @@
|
|
|
|
|
|
ruleForm: {
|
|
|
type: [
|
|
|
- // '打印身份证(正反面)',
|
|
|
- // '打印银行卡(正反面)',
|
|
|
+ '打印身份证',
|
|
|
+ '打印银行卡',
|
|
|
'打印结算凭证',
|
|
|
'打印检斤单',
|
|
|
'打印回执单'
|
|
@@ -764,12 +764,12 @@
|
|
|
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 '打印检斤单':
|
|
@@ -1614,7 +1614,7 @@
|
|
|
right: 0;
|
|
|
margin: auto;
|
|
|
width: 200px;
|
|
|
- height: 190px;
|
|
|
+ height: 250px;
|
|
|
background: white;
|
|
|
border-radius: 10px;
|
|
|
z-index: 999;
|