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