|
@@ -29,12 +29,16 @@ Ext.define('saas.view.purchase.b2b.sendQuotation.DataList', {
|
|
|
xtype: 'numberfield',
|
|
xtype: 'numberfield',
|
|
|
decimalPrecision:0,
|
|
decimalPrecision:0,
|
|
|
minValue:0,
|
|
minValue:0,
|
|
|
|
|
+ maxValue: 999,
|
|
|
|
|
+ vtype: 'positiveNumber',
|
|
|
ignore: true,
|
|
ignore: true,
|
|
|
|
|
+ allowBlank: false,
|
|
|
fieldLabel : '报价截至天数'
|
|
fieldLabel : '报价截至天数'
|
|
|
},{
|
|
},{
|
|
|
cls:'x-formpanel-btn-blue',
|
|
cls:'x-formpanel-btn-blue',
|
|
|
xtype:'button',
|
|
xtype:'button',
|
|
|
text:'发起询价',
|
|
text:'发起询价',
|
|
|
|
|
+ formBind: true,
|
|
|
listeners: {
|
|
listeners: {
|
|
|
click: function(){
|
|
click: function(){
|
|
|
var p = this.ownerCt.ownerCt;
|
|
var p = this.ownerCt.ownerCt;
|