|
|
@@ -66,6 +66,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
text: '来源单号',
|
|
|
dataIndex: 'vd_slcode',
|
|
|
+ width: 150,
|
|
|
editor:{
|
|
|
displayField : "display",
|
|
|
editable : true,
|
|
|
@@ -81,15 +82,18 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}
|
|
|
}, {
|
|
|
text: '业务类型',
|
|
|
- dataIndex: "vd_slkind"
|
|
|
+ dataIndex: "vd_slkind",
|
|
|
+ width: 110
|
|
|
}, {
|
|
|
text: "单据日期",
|
|
|
dataIndex: "vd_sldate",
|
|
|
- xtype: 'datecolumn'
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 110
|
|
|
}, {
|
|
|
text: "单据金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_amount",
|
|
|
+ width: 110,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');
|
|
|
@@ -107,6 +111,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "已核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_yamount",
|
|
|
+ width: 110,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -125,6 +130,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "未核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_namount",
|
|
|
+ width: 110,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -143,7 +149,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "本次核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_nowbalance",
|
|
|
- width:200,
|
|
|
+ width: 150,
|
|
|
editor : {
|
|
|
xtype : "numberfield",
|
|
|
decimalPrecision: 2
|
|
|
@@ -181,6 +187,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
text: '来源单号',
|
|
|
dataIndex: 'vd_slcode',
|
|
|
+ width: 150,
|
|
|
editor:{
|
|
|
displayField : "display",
|
|
|
editable : true,
|
|
|
@@ -196,15 +203,18 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}
|
|
|
}, {
|
|
|
text: '业务类型',
|
|
|
- dataIndex: "vd_slkind"
|
|
|
+ dataIndex: "vd_slkind",
|
|
|
+ width: 110
|
|
|
}, {
|
|
|
text: "单据日期",
|
|
|
dataIndex: "vd_sldate",
|
|
|
- xtype: 'datecolumn'
|
|
|
+ xtype: 'datecolumn',
|
|
|
+ width: 110
|
|
|
}, {
|
|
|
text: "单据金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_amount",
|
|
|
+ width: 110,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');
|
|
|
@@ -222,6 +232,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "已核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_yamount",
|
|
|
+ width: 110,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -240,6 +251,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "未核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_namount",
|
|
|
+ width: 110,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -258,7 +270,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
text: "本次核销金额",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_nowbalance",
|
|
|
- width:200,
|
|
|
+ width:150,
|
|
|
editor : {
|
|
|
xtype : "numberfield",
|
|
|
decimalPrecision: 2
|