| | |
| | | public String Total_Contract_Amount_In_Words {get; private set;} |
| | | |
| | | public integer Total_Payment_Time {get; private set;} |
| | | public Decimal Limit_Price_Amount {get; private set;} |
| | | public String Limit_Price_Amount {get; private set;} |
| | | public String Limit_Price_Amount_in_Word {get; private set;} |
| | | public String TermZero_One {get; private set;} |
| | | public String TermZero_Two {get; private set;} |
| | |
| | | this.Total_Contract_Amount_In_Words = MC.Total_Contract_Amount_In_Words__c; |
| | | // this.Total_Contract_Amount_In_Words = MC.Total_Contract_Amount_In_Words__c.substring(0,MC.Total_Contract_Amount_In_Words__c.length()-2); |
| | | } |
| | | if(MC.Limit_Price_Amount__c != null){ |
| | | this.Limit_Price_Amount = MC.Limit_Price_Amount__c; |
| | | // this.Total_Contract_Amount_In_Words = MC.Total_Contract_Amount_In_Words__c.substring(0,MC.Total_Contract_Amount_In_Words__c.length()-2); |
| | | } |
| | | // if(MC.Limit_Price_Amount__c != null){ |
| | | // this.Limit_Price_Amount = MC.Limit_Price_Amount__c; |
| | | // // this.Total_Contract_Amount_In_Words = MC.Total_Contract_Amount_In_Words__c.substring(0,MC.Total_Contract_Amount_In_Words__c.length()-2); |
| | | // } |
| | | if(MC.Limit_Price_Amount_in_Word__c != null){ |
| | | this.Limit_Price_Amount_in_Word = MC.Limit_Price_Amount_in_Word__c; |
| | | // this.Total_Contract_Amount_In_Words = MC.Total_Contract_Amount_In_Words__c.substring(0,MC.Total_Contract_Amount_In_Words__c.length()-2); |
| | |
| | | if(MC.Contract_Amount__c != null ){ |
| | | this.Contract_Amount = String.format(MC.Contract_Amount__c.format(), args); |
| | | } |
| | | if(MC.Limit_Price_Amount__c != null ){ |
| | | this.Limit_Price_Amount = String.format(MC.Limit_Price_Amount__c.format(), args); |
| | | } |
| | | |
| | | |
| | | this.FirstPartyAbbreviation = '(以下简称“甲方”)'; |