|
|
@@ -144,6 +144,16 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
allowBlank: false,
|
|
|
columnWidth: 0.25,
|
|
|
group: '交易信息',
|
|
|
+ }, {
|
|
|
+ xtype: "numberfield",
|
|
|
+ name: "ve_taxrate",
|
|
|
+ hideTrigger: true,
|
|
|
+ fieldLabel: "税率(%)",
|
|
|
+ allowBlank: false,
|
|
|
+ columnWidth: 0.25,
|
|
|
+ minValue: 0,
|
|
|
+ maxValue: 100,
|
|
|
+ group: '交易信息',
|
|
|
},{
|
|
|
xtype: "numberfield",
|
|
|
hideTrigger: true,
|
|
|
@@ -186,16 +196,6 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
renderer: function(v, m, r) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
},
|
|
|
- }, {
|
|
|
- xtype: "numberfield",
|
|
|
- name: "ve_taxrate",
|
|
|
- hideTrigger: true,
|
|
|
- fieldLabel: "税率(%)",
|
|
|
- allowBlank: false,
|
|
|
- columnWidth: 0.25,
|
|
|
- minValue: 0,
|
|
|
- maxValue: 100,
|
|
|
- group: '交易信息',
|
|
|
}, {
|
|
|
xtype: "numberfield",
|
|
|
hideTrigger: true,
|
|
|
@@ -262,7 +262,7 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
name: "ve_address",
|
|
|
fieldLabel: "公司地址",
|
|
|
allowBlank: true,
|
|
|
- columnWidth: 0.75
|
|
|
+ columnWidth: 0.5
|
|
|
}, {
|
|
|
fieldLabel: "备注",
|
|
|
xtype: 'textfield',
|