Browse Source

完善开票申请

zhanglei
yunuo970428 2 years ago
parent
commit
528ed3887d
  1. 8
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue
  2. 8
      anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue

8
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/finginvoiceapply/backups/finginvoiceapplyAdd.vue

@ -315,8 +315,8 @@ export default {
this.openTick_list = resp.data this.openTick_list = resp.data
} }
}) })
if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { if (this.formobj.cldjhtApplicationAppendxs.length > 0) {
this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { this.formobj.cldjhtApplicationAppendxs.forEach((e) => {
this.image_list4.push({ this.image_list4.push({
name: e.fileName, name: e.fileName,
url: e.fileUrl url: e.fileUrl
@ -492,9 +492,9 @@ export default {
sid: '' sid: ''
}) })
} }
this.formobj.kpxxqrsApplicationAppendxs = cc this.formobj.cldjhtApplicationAppendxs = cc
} else { } else {
this.formobj.kpxxqrsApplicationAppendxs = [] this.formobj.cldjhtApplicationAppendxs = []
} }
}, },
resetState() { resetState() {

8
anrui-buscenter/anrui-finmanage-ui/src/views/workFlow/kaipiaoguanliFlow/finginvoiceapplyEdit.vue

@ -332,8 +332,8 @@ export default {
this.openTick_list = resp.data this.openTick_list = resp.data
} }
}) })
if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { if (this.formobj.cldjhtApplicationAppendxs.length > 0) {
this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { this.formobj.cldjhtApplicationAppendxs.forEach((e) => {
this.image_list4.push({ this.image_list4.push({
name: e.fileName, name: e.fileName,
url: e.fileUrl url: e.fileUrl
@ -542,9 +542,9 @@ export default {
sid: '' sid: ''
}) })
} }
this.formobj.kpxxqrsApplicationAppendxs = cc this.formobj.cldjhtApplicationAppendxs = cc
} else { } else {
this.formobj.kpxxqrsApplicationAppendxs = [] this.formobj.cldjhtApplicationAppendxs = []
} }
} }
} }

Loading…
Cancel
Save