修改发票详情页bug

This commit is contained in:
JS-LM
2023-06-17 16:43:09 +08:00
parent 276f843b98
commit 9a7895c64a
2 changed files with 2 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ export default {
// 订单金额列表 // 订单金额列表
orderList: [], orderList: [],
// 发票抬头 // 发票抬头
invoiceTitle: null, invoiceTitle: {},
dialogVisible: false, dialogVisible: false,
}; };
}, },
@@ -75,7 +75,7 @@ export default {
console.log("查询申请开票信息详情结果", response); console.log("查询申请开票信息详情结果", response);
this.data = response.data; this.data = response.data;
this.orderList = this.data.orderList; this.orderList = this.data.orderList;
this.invoiceTitle = this.data.invoiceTitle; this.invoiceTitle = response.data.invoiceTitle;
}); });
}, },
// 修改开票为已开票 // 修改开票为已开票

View File

@@ -152,13 +152,6 @@
>{{ city }}</el-checkbox >{{ city }}</el-checkbox
> >
</el-checkbox-group> </el-checkbox-group>
<el-button
style="float: right"
icon="el-icon-s-grid"
slot="reference"
>筛选</el-button
>
</el-popover> </el-popover>
</el-row> </el-row>
<el-skeleton style="width: 100%" :loading="loading" animated :count="3"> <el-skeleton style="width: 100%" :loading="loading" animated :count="3">