zhangyuewww 3 éve
szülő
commit
6d41236891

+ 9 - 9
src/views/platformaudit/driverreview.vue

@@ -60,7 +60,7 @@
                 <ws-info-table>
                   <ws-form-item
                     :class="item.accountTypeFlag == 1 ? 'personage' : 'company'"
-                    v-if="item.accountTypeFlag == 1"
+                    v-if="item.accountTypeFlag =='1'"
                     label="收款人"
                     span="1"
                     prop="payeeName"
@@ -80,7 +80,7 @@
                   </ws-form-item>
                   <ws-form-item
                     :class="item.accountTypeFlag == 1 ? 'personage' : 'company'"
-                    v-if="item.accountTypeFlag == 1"
+                    v-if="item.accountTypeFlag == '1'"
                     label="身份证"
                     span="1"
                     prop="payeeNumberCard"
@@ -88,13 +88,6 @@
                   >
                     <div style="width: 100%">
                       {{ item.payeeNumberCard }}
-                      <img
-                        width="12"
-                        height="13"
-                        src="../../../public/img/fujian-grey.png"
-                        alt=""
-                        @click="fujian1(item)"
-                      />
                     </div>
                   </ws-form-item>
                   <ws-form-item
@@ -131,6 +124,13 @@
                     prop="bankCard"
                     class="el-car"
                   >
+                   <img
+                        width="12"
+                        height="13"
+                        src="../../../public/img/fujian-grey.png"
+                        alt=""
+                        @click="fujian1(item)"
+                      />
                     <div style="width: 100%">{{ item.bankCard }}</div>
                   </ws-form-item>
                 </ws-info-table>

+ 0 - 18
src/views/platformaudit/grainmerchantreview.vue

@@ -93,13 +93,6 @@
                 >
                   <div style="width: 100%">
                     {{ props.row.payeeNumberCard }}
-                    <img
-                      width="12"
-                      height="13"
-                      src="../../../public/img/fujian-grey.png"
-                      alt=""
-                      @click="fujian1(props.row)"
-                    />
                   </div>
                 </ws-form-item>
                 <ws-form-item
@@ -574,17 +567,6 @@ export default {
       this.accessoryimages.payeeAddressUrl1=row.payeeAddressUrl.split(',')[1]
       this.accessoryTFs=true
     },
-    fujian1(item) {
-      if (item.cardAddressUrl === null || item.cardAddressUrl === '') {
-        EventBus.$emit(
-          'warning',
-          this.$t('system.noticeCircular.NoInformation')
-        )
-      } else {
-        this.accesscard = true
-      }
-      this.accessurl = item.cardAddressUrl
-    },
     handleExamine(row) {
       this.$router.push({
         name: 'salesContractExamine',