|
|
@@ -63,7 +63,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin: 0 185px 0 180px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'baseSet\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!baseSet">x-guide-mask </tpl>',
|
|
|
- '" src="resources/images/guide/baseSet.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="基础设置" >',
|
|
|
+ '" src="resources/images/guide/baseSet.png" align ="center" width="135" height="90" alt="基础设置" >',
|
|
|
'<figcaption>',
|
|
|
'公司信息、权限和账户管理',
|
|
|
'</figcaption>',
|
|
|
@@ -72,7 +72,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'warehouse\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!warehouse">x-guide-mask </tpl>',
|
|
|
- '"src="resources/images/guide/warehouse.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="仓库资料" >',
|
|
|
+ '"src="resources/images/guide/warehouse.png" align ="center" width="135" height="90" alt="仓库资料" >',
|
|
|
'<figcaption>',
|
|
|
'仓库信息管理',
|
|
|
'</figcaption>',
|
|
|
@@ -81,7 +81,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin:0 185px 0 0;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'product\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!product">x-guide-mask </tpl>',
|
|
|
- '"src="resources/images/guide/product.png" style="background: #d5efff;" align ="center" width="135" height="90" alt="物料资料" >',
|
|
|
+ '"src="resources/images/guide/product.png" align ="center" width="135" height="90" alt="物料资料" >',
|
|
|
'<figcaption>',
|
|
|
'物料信息管理',
|
|
|
'</figcaption>',
|
|
|
@@ -122,7 +122,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin: 40px 185px 0 182px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'customer\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!customer">x-guide-mask </tpl>',
|
|
|
- '"src="resources/images/guide/customer.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="客户资料" >',
|
|
|
+ '"src="resources/images/guide/customer.png" align ="center" width="135" height="90" alt="客户资料" >',
|
|
|
'<figcaption>',
|
|
|
'客户信息管理',
|
|
|
'</figcaption>',
|
|
|
@@ -131,7 +131,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin: 0px 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'vendor\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!vendor">x-guide-mask </tpl>',
|
|
|
- '"src="resources/images/guide/vendor.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="供应商资料" >',
|
|
|
+ '"src="resources/images/guide/vendor.png" align ="center" width="135" height="90" alt="供应商资料" >',
|
|
|
'<figcaption>',
|
|
|
'供应商信息管理',
|
|
|
'</figcaption>',
|
|
|
@@ -140,7 +140,7 @@ Ext.define('saas.view.sys.guide.FormPanel', {
|
|
|
'<figure style="margin: 0 185px 0 0px;cursor: pointer;" align="center" class="imghvr-zoom-out" onClick="showInformation(\'begin\',\'{begin}\')">',
|
|
|
'<img class="',
|
|
|
'<tpl if="!begin">x-guide-mask </tpl>',
|
|
|
- '" src="resources/images/guide/begin.png" style="background: #ffffff;" align ="center" width="135" height="90" alt="开始使用" >',
|
|
|
+ '" src="resources/images/guide/begin.png" align ="center" width="135" height="90" alt="开始使用" >',
|
|
|
'<figcaption>',
|
|
|
'开启U企云服务',
|
|
|
'</figcaption>',
|