Browse Source

Merge branch 'master' of http://47.100.3.209:3000/gdc/yiliangyiyun-pc

ccjgmwz 3 years ago
parent
commit
5a748e280d
2 changed files with 17 additions and 17 deletions
  1. 6 6
      public/static/payprint.html
  2. 11 11
      src/views/houseSelfCollect/paymentManagement.vue

+ 6 - 6
public/static/payprint.html

@@ -539,13 +539,13 @@
                 </div>
                 </div>
                 <img :src="customerList1[index].imgURl.imageUrl1" class="avatar" />
                 <img :src="customerList1[index].imgURl.imageUrl1" class="avatar" />
               </div>
               </div>
-              <div class="sfcard-content">
+         <!--     <div class="sfcard-content">
                 <div class="sfcard-title">
                 <div class="sfcard-title">
                   {{
                   {{
                   printData1[index].customerName}}{{printData1[index].identityAuthenticationInfo.customerNumberCard}}
                   printData1[index].customerName}}{{printData1[index].identityAuthenticationInfo.customerNumberCard}}
                 </div>
                 </div>
                 <img :src="customerList1[index].imgURl.imageUrl2" class="avatar" />
                 <img :src="customerList1[index].imgURl.imageUrl2" class="avatar" />
-              </div>
+              </div> -->
             </div>
             </div>
             <div class="bankcard" v-if="isShowPrintType2">
             <div class="bankcard" v-if="isShowPrintType2">
 
 
@@ -555,12 +555,12 @@
                 </div>
                 </div>
                 <img :src="customerList1[index].imgURl.imageUrl3" class="avatar" />
                 <img :src="customerList1[index].imgURl.imageUrl3" class="avatar" />
               </div>
               </div>
-              <div class="sfcard-content part2">
+    <!--          <div class="sfcard-content part2">
                 <div class="sfcard-title">
                 <div class="sfcard-title">
                   {{printData1[index].identityAuthenticationInfo.bankDeposit}}{{printData1[index].identityAuthenticationInfo.bankCard}}
                   {{printData1[index].identityAuthenticationInfo.bankDeposit}}{{printData1[index].identityAuthenticationInfo.bankCard}}
                 </div>
                 </div>
                 <img :src="customerList1[index].imgURl.imageUrl4" class="avatar" />
                 <img :src="customerList1[index].imgURl.imageUrl4" class="avatar" />
-              </div>
+              </div> -->
             </div>
             </div>
           </div>
           </div>
         </div>
         </div>
@@ -1206,10 +1206,10 @@
           let _lsit = this.showType.split(',')
           let _lsit = this.showType.split(',')
           for (let i = 0; i < _lsit.length; i++) {
           for (let i = 0; i < _lsit.length; i++) {
             switch (_lsit[i]) {
             switch (_lsit[i]) {
-              case '打印身份证(正反面)':
+              case '打印身份证':
                 this.isShowPrintType1 = !this.isShowPrintType1
                 this.isShowPrintType1 = !this.isShowPrintType1
                 break
                 break
-              case '打印银行卡(正反面)':
+              case '打印银行卡':
                 this.isShowPrintType2 = !this.isShowPrintType2
                 this.isShowPrintType2 = !this.isShowPrintType2
                 break
                 break
               case '打印结算凭证':
               case '打印结算凭证':

+ 11 - 11
src/views/houseSelfCollect/paymentManagement.vue

@@ -7,8 +7,8 @@
         <div class="print-type-title">打印凭证</div>
         <div class="print-type-title">打印凭证</div>
         <div class="print-type-checkbox">
         <div class="print-type-checkbox">
           <el-checkbox-group v-model="ruleForm.type">
           <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>
             <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: {
         ruleForm: {
           type: [
           type: [
-            // '打印身份证(正反面)',
-            // '打印银行卡(正反面)',
+            '打印身份证',
+            '打印银行卡',
             '打印结算凭证',
             '打印结算凭证',
             '打印检斤单',
             '打印检斤单',
             '打印回执单'
             '打印回执单'
@@ -764,12 +764,12 @@
       selectType(val) {
       selectType(val) {
         for (let i = 0; i < this.ruleForm.type.length; i++) {
         for (let i = 0; i < this.ruleForm.type.length; i++) {
           switch (this.ruleForm.type[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 '打印结算凭证':
             case '打印结算凭证':
               this.isShowPrintType3 = !this.isShowPrintType3
               this.isShowPrintType3 = !this.isShowPrintType3
             case '打印检斤单':
             case '打印检斤单':
@@ -1614,7 +1614,7 @@
     right: 0;
     right: 0;
     margin: auto;
     margin: auto;
     width: 200px;
     width: 200px;
-    height: 190px;
+    height: 250px;
     background: white;
     background: white;
     border-radius: 10px;
     border-radius: 10px;
     z-index: 999;
     z-index: 999;