|
@@ -415,6 +415,7 @@
|
|
|
//获取详情
|
|
//获取详情
|
|
|
async getInfo(id) {
|
|
async getInfo(id) {
|
|
|
this.form = await invoiceApplyInfoV2API(id);
|
|
this.form = await invoiceApplyInfoV2API(id);
|
|
|
|
|
+ this.form.category = Number(this.form.category) || '';
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
// 根据来源类型设置数据源:99 用 tableInfo(setValue),非 99 用 tableInfoNew(putValue)
|
|
// 根据来源类型设置数据源:99 用 tableInfo(setValue),非 99 用 tableInfoNew(putValue)
|
|
|
if (this.form.sourceType == 99) {
|
|
if (this.form.sourceType == 99) {
|