|
|
@ -204,7 +204,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { fetchDetailsBySid, createPdf } from '@/api/anruifinmanagement/arrearsbilling' |
|
|
|
import { DetailsByQKKP, createPdf } from '@/api/tesheshenpi/debtrelease' |
|
|
|
import { getStorage } from '@/utils/auth' |
|
|
|
|
|
|
|
export default { |
|
|
@ -286,7 +286,7 @@ export default { |
|
|
|
methods: { |
|
|
|
showInfo(row) { |
|
|
|
this.viewTitle = '欠款开票详情' |
|
|
|
fetchDetailsBySid(row.sid).then((res) => { |
|
|
|
DetailsByQKKP(row.sid).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj = res.data |
|
|
|
if (this.formobj.zjApplicationAppendxs.length > 0) { |
|
|
|