|
@@ -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',
|