mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
修改发票详情页bug
This commit is contained in:
@@ -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;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 修改开票为已开票
|
// 修改开票为已开票
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user