@@ -99,8 +99,8 @@ body.launching {
// toolbar button
.x-btn-default-toolbar-small {
color: #fff;
- background-color: #308ee0;
- border-color: #308ee0;
+ background-color: #35BAF6;
+ border-color: #35BAF6;
min-width: 86px;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
@@ -18,7 +18,8 @@ Ext.define('saas.view.document.product.FormModel', {
get: function(v) {
var form = this.getView(),
detailGrid = form.down('detailGridField');
-
+
+ form.getForm().findField('qcsz').resetOriginalValue();
detailGrid.setHidden(!v);
}
},