@@ -90,6 +90,10 @@ Ext.define('saas.util.FormUtil', {
Ext.apply(c.xtype, {
format: 'Y-m-d H:i:s'
});
+ }else if(c.xtype == 'numbercolumn') {
+ Ext.applyIf(c, {
+ align: 'end'
+ });
}
var editor = c.editor;
@@ -85,7 +85,8 @@ Ext.define('saas.view.core.form.FormPanel', {
}, {
xtype: 'tbtext',
- html: '已审核',
+ // html: '已审核',
+ html: auditTexts.auditText,
cls: 'x-audited',
hidden: true,
bind: {
@@ -1,9 +1,30 @@
.x-detailgridfield {
.x-grid-view {
-
+
.x-grid-empty {
padding: 8px 10px;
+}
+.x-grid-necessary .x-column-header-text:before{
+ content: '*';
+ font-size: 130%;
+ color: #ff0000;
+ width: 5px;
+ height: 5px;
+ margin-top: 4px;
+ margin-left: -10px;
+ position: absolute;
+.x-grid-necessary{
+ text-align: center !important;
+ border-width: 1px;
+.x-grid-necessary .x-column-header-text {
+ font: "microsoft yahei";
+ text-align: center;
+ font-size:14px;
+ font-weight: 500;
@@ -127,26 +127,6 @@ $treelist-nav-ui: (
color:#fff !important;
-.x-grid-necessary .x-column-header-text:before{
- content: '*';
- font-size: 130%;
- color: #ff0000;
- width: 5px;
- height: 5px;
- margin-top: 4px;
- margin-left: -10px;
- position: absolute;
-}
-.x-grid-necessary{
- text-align: center !important;
- border-width: 1px;
-.x-grid-necessary .x-column-header-text {
- font: "microsoft yahei";
- text-align: center;
- font-size:14px;
- font-weight: 500;
.x-query-menu {
width:68px !important;
@@ -186,7 +186,6 @@ Ext.define('saas.view.sale.sale.FormPanel', {
editor : {
xtype : ""
},
- flex : 1.0,
]