|
|
@@ -510,21 +510,6 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
listeners: {
|
|
|
change: 'clearDetails'
|
|
|
}
|
|
|
- }, {
|
|
|
- fieldLabel: '客户编号',
|
|
|
- xtype: 'hidden',
|
|
|
- name: 'vc_custcode',
|
|
|
- }, {
|
|
|
- fieldLabel: '客户名称',
|
|
|
- xtype: 'customerDbfindTrigger',
|
|
|
- name: 'vc_custname',
|
|
|
- allowBlank: false
|
|
|
- }, {
|
|
|
- fieldLabel: '日期',
|
|
|
- xtype: 'datefield',
|
|
|
- defaultValue: new Date(),
|
|
|
- allowBlank: false,
|
|
|
- name: 'vc_date'
|
|
|
}, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
@@ -547,7 +532,22 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
decimalPrecision: 6,
|
|
|
vtype: 'positiveNumber'
|
|
|
},
|
|
|
+ }, {
|
|
|
+ fieldLabel: '客户编号',
|
|
|
+ xtype: 'hidden',
|
|
|
+ name: 'vc_custcode',
|
|
|
+ }, {
|
|
|
+ fieldLabel: '客户名称',
|
|
|
+ xtype: 'customerDbfindTrigger',
|
|
|
+ name: 'vc_custname',
|
|
|
+ allowBlank: false
|
|
|
}, {
|
|
|
+ fieldLabel: '日期',
|
|
|
+ xtype: 'datefield',
|
|
|
+ defaultValue: new Date(),
|
|
|
+ allowBlank: false,
|
|
|
+ name: 'vc_date'
|
|
|
+ },{
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
thousandSeparator: ',',
|
|
|
@@ -581,12 +581,6 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
name: "vc_vendname",
|
|
|
fieldLabel: "供应商名称",
|
|
|
allowBlank: false
|
|
|
- }, {
|
|
|
- fieldLabel: '日期',
|
|
|
- xtype: 'datefield',
|
|
|
- defaultValue: new Date(),
|
|
|
- allowBlank: false,
|
|
|
- name: 'vc_date'
|
|
|
}, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
@@ -609,6 +603,12 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
decimalPrecision: 6,
|
|
|
vtype: 'positiveNumber'
|
|
|
},
|
|
|
+ }, {
|
|
|
+ fieldLabel: '日期',
|
|
|
+ xtype: 'datefield',
|
|
|
+ defaultValue: new Date(),
|
|
|
+ allowBlank: false,
|
|
|
+ name: 'vc_date'
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
@@ -671,13 +671,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
from: 've_name',
|
|
|
to: 'vc_vendname'
|
|
|
}],
|
|
|
- }, {
|
|
|
- fieldLabel: '日期',
|
|
|
- xtype: 'datefield',
|
|
|
- defaultValue: new Date(),
|
|
|
- allowBlank: false,
|
|
|
- name: 'vc_date'
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
allowBlank: false,
|
|
|
@@ -700,6 +694,12 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
vtype: 'positiveNumber'
|
|
|
},
|
|
|
}, {
|
|
|
+ fieldLabel: '日期',
|
|
|
+ xtype: 'datefield',
|
|
|
+ defaultValue: new Date(),
|
|
|
+ allowBlank: false,
|
|
|
+ name: 'vc_date'
|
|
|
+ },{
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
thousandSeparator: ',',
|
|
|
@@ -749,13 +749,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
xtype: 'customerDbfindTrigger',
|
|
|
name: 'vc_turncustname',
|
|
|
allowBlank: false,
|
|
|
- }, {
|
|
|
- fieldLabel: '日期',
|
|
|
- xtype: 'datefield',
|
|
|
- defaultValue: new Date(),
|
|
|
- allowBlank: false,
|
|
|
- name: 'vc_date'
|
|
|
- }, {
|
|
|
+ }, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
allowBlank: false,
|
|
|
@@ -778,6 +772,12 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
vtype: 'positiveNumber'
|
|
|
},
|
|
|
}, {
|
|
|
+ fieldLabel: '日期',
|
|
|
+ xtype: 'datefield',
|
|
|
+ defaultValue: new Date(),
|
|
|
+ allowBlank: false,
|
|
|
+ name: 'vc_date'
|
|
|
+ },{
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
thousandSeparator: ',',
|
|
|
@@ -827,12 +827,6 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
xtype: 'vendorDbfindTrigger',
|
|
|
name: 'vc_turnvendname',
|
|
|
allowBlank: false,
|
|
|
- }, {
|
|
|
- fieldLabel: '日期',
|
|
|
- xtype: 'datefield',
|
|
|
- defaultValue: new Date(),
|
|
|
- allowBlank: false,
|
|
|
- name: 'vc_date'
|
|
|
}, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
@@ -855,7 +849,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
decimalPrecision: 6,
|
|
|
vtype: 'positiveNumber'
|
|
|
},
|
|
|
- }, {
|
|
|
+ },{
|
|
|
+ fieldLabel: '日期',
|
|
|
+ xtype: 'datefield',
|
|
|
+ defaultValue: new Date(),
|
|
|
+ allowBlank: false,
|
|
|
+ name: 'vc_date'
|
|
|
+ }, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
thousandSeparator: ',',
|