Commit 135f46f1 authored by gary's avatar gary

fixbug

parent ea31f7a0
...@@ -464,7 +464,7 @@ ...@@ -464,7 +464,7 @@
<select class="input-group" style="display: none" <select class="input-group" style="display: none"
name="TaxRegStatus" name="TaxRegStatus"
ng-model="editOrgExtraModel.regStatusList" ng-model="editOrgExtraModel.regStatusList"
ng-options="x.type as x.type for x in regStatusList"> ng-options="item for item in regStatusList">
<option value="">{{resources.TaxRegStatus}}</option> <option value="">{{resources.TaxRegStatus}}</option>
</select> </select>
</span> </span>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1157,7 +1157,8 @@ constant.EquityCurrency = [ ...@@ -1157,7 +1157,8 @@ constant.EquityCurrency = [
constant.GroupTypeList = [ constant.GroupTypeList = [
{code:0,type:"增值税"}, {code:0,type:"增值税"},
{code:1,type:"印花税"}, {code:1,type:"印花税"},
{code:2,type:"企业所得税"} {code:2,type:"企业所得税"},
{code:3,type:"国际税"}
]; ];
constant.InvoiceTypeList = [ constant.InvoiceTypeList = [
......
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