|
|
@ -112,8 +112,8 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { save, saveGeren } from '@/api/anruifinmanagement/finwaitinvoiceapply' |
|
|
|
import { typeValues, fetchBySid } from '@/api/jichuxinxi/dictcommons' |
|
|
|
import { saveQiYe, saveGeren } from '@/api/chukuguanli/chukubanli' |
|
|
|
import { typeValues, fetchBySid } from '@/api/dictcommons/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'weihukaipiaoxinxi', |
|
|
@ -268,7 +268,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
this.submitdisabled = true |
|
|
|
save(this.formobj).then((resp) => { |
|
|
|
saveQiYe(this.formobj).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: '保存成功' }) |
|
|
|
this.handleReturn('true') |
|
|
|