|
|
@@ -58,7 +58,6 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
storeUrl:'/api/document/vendorkind/getCombo',
|
|
|
name : "ve_type",
|
|
|
fieldLabel : "供应商类型",
|
|
|
- allowBlank : false,
|
|
|
columnWidth : 0.25,
|
|
|
addHandler:function(b){
|
|
|
var document = Ext.create('saas.view.document.kind.Kind',{});
|
|
|
@@ -95,10 +94,10 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
xtype : "numberfield",
|
|
|
hideTrigger:true,
|
|
|
name : "ve_beginapamount",
|
|
|
- fieldLabel : "期初应付",
|
|
|
+ fieldLabel : "期初应付",
|
|
|
allowBlank : true,
|
|
|
columnWidth : 0.25,
|
|
|
- decimalPrecision: 8,
|
|
|
+ decimalPrecision: 2,
|
|
|
minValue:0,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|
|
|
@@ -113,7 +112,7 @@ Ext.define('saas.view.document.vendor.FormPanel', {
|
|
|
fieldLabel : "期初预付",
|
|
|
allowBlank : true,
|
|
|
columnWidth : 0.25,
|
|
|
- decimalPrecision: 8,
|
|
|
+ decimalPrecision: 2,
|
|
|
minValue:0,
|
|
|
renderer : function(v) {
|
|
|
var arr = (v + '.').split('.');
|