mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 01:50:17 +08:00
修改发票详情页bug
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
// 订单金额列表
|
||||
orderList: [],
|
||||
// 发票抬头
|
||||
invoiceTitle: null,
|
||||
invoiceTitle: {},
|
||||
dialogVisible: false,
|
||||
};
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
console.log("查询申请开票信息详情结果", response);
|
||||
this.data = response.data;
|
||||
this.orderList = this.data.orderList;
|
||||
this.invoiceTitle = this.data.invoiceTitle;
|
||||
this.invoiceTitle = response.data.invoiceTitle;
|
||||
});
|
||||
},
|
||||
// 修改开票为已开票
|
||||
|
||||
@@ -152,13 +152,6 @@
|
||||
>{{ city }}</el-checkbox
|
||||
>
|
||||
</el-checkbox-group>
|
||||
|
||||
<el-button
|
||||
style="float: right"
|
||||
icon="el-icon-s-grid"
|
||||
slot="reference"
|
||||
>筛选</el-button
|
||||
>
|
||||
</el-popover>
|
||||
</el-row>
|
||||
<el-skeleton style="width: 100%" :loading="loading" animated :count="3">
|
||||
|
||||
Reference in New Issue
Block a user