Commit dda881e7 authored by neo's avatar neo

[bugfix] fixed page type enum cannot used

parent 2ea71e79
......@@ -15,9 +15,9 @@
[vatSessionService.month, vatSessionService.project.year]];
//发票类型
var invoiceTypeEnum = {
Normal: '普票',
Special: '专票',
ElectronicReceipt: '电子发票'
Normal: "普票",
Special: "专票",
ElectronicReceipt: "电子发票"
};
//区间
$scope.monthList = [$translate.instant('Month01'),
......
......@@ -32403,9 +32403,9 @@ vatModule.controller('vatPreviewOutputInvoiceController', ['$scope', '$log', '$t
[vatSessionService.month, vatSessionService.project.year]];
//发票类型
var invoiceTypeEnum = {
Normal: '普票',
Special: '专票',
ElectronicReceipt: '电子发票'
Normal: "普票",
Special: "专票",
ElectronicReceipt: "电子发票"
};
//区间
$scope.monthList = [$translate.instant('Month01'),
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment