var Bizgaze; (function (Bizgaze) { let Apps; (function (Apps) { let Transact; (function (Transact) { let Controls; (function (Controls) { class PurchasePlanSummary extends Unibase.Platform.Core.BaseComponent { init(formpropertyid, prop, callback) { var instance = this; instance.loadControlSettings(prop.ControlJsonText, prop.FormPropertyId); instance.loadPropertySettings(prop.PropertySettings, prop.FormPropertyId); } loadControl(containerid, prop) { var html = '
' + '
' + ' Pending Purchase Order Volume
' + ' 0' + '
' + ' ' + 'Pending Purchase Order Value
0' + '
' + '
' + ' Extra Items Count
' + ' 0' + '
' + '
' + ' ' + 'Suggested Purchase Order Volume
' + ' 0' + '
' + '
' + '
' + '
Suggested Purchase Order Value
' + ' 0' + '
' + '
' + ' Offer Items Count
' + ' 0' + '
'; $("#" + containerid).html(html); } loadControlSettings(controlsettingjson, formpropertyid) { return null; } loadPropertySettings(propertysettings, formpropertyid) { return null; } bindEditFormDetails(formpropertyid, propval, DocPropertyName) { return null; } static Instance() { if (this.instance === undefined) { this.instance = new PurchasePlanSummary(); } return this.instance; } } Controls.PurchasePlanSummary = PurchasePlanSummary; })(Controls = Transact.Controls || (Transact.Controls = {})); })(Transact = Apps.Transact || (Apps.Transact = {})); })(Apps = Bizgaze.Apps || (Bizgaze.Apps = {})); })(Bizgaze || (Bizgaze = {}));