1515 - Subir o projeto de flash de venda da GF no repositório (Seguir o modelo padrão)

This commit is contained in:
2018-07-13 08:15:19 -03:00
commit 5a9bcfa9e0
28 changed files with 5299 additions and 0 deletions
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+24
View File
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<panel-form xmlns="http://www.davinti.com.br/vitruvio/form/mobile/panel"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.davinti.com.br/vitruvio/form/mobile/panel https://bitbucket.org/davinTI/vitruvio-xds/raw/master/vitruvio-mobile-panel-form.xsd">
<form formKey="mobile1">
<name>Form mobile</name>
<initScript language="JavaScript">
<![CDATA[
function run() {
engine.getDesktopPanel("perdasLoja").addFieldId("parTipo", 'perdaLoja');
engine.getDesktopPanel("perdasLoja").reload();
}
]]>
</initScript>
<components>
<VerticalLayout>
<DesktopPanel id="perdasLoja" panelKey="indPerdas" layoutId="perdasLoja" forceFieldsRender="parTipo,filtroReferencia,dataRef,dataApurado,categoria,loja,topdownProduto,modoProduto,condicao" />
</VerticalLayout>
</components>
</form>
</panel-form>