|
|
@@ -52,9 +52,11 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
fieldLabel : "供应商名称",
|
|
|
allowBlank : false,
|
|
|
},{
|
|
|
- xtype : "hidden",
|
|
|
+ xtype : "datefield",
|
|
|
name : "pu_delivery",
|
|
|
- fieldLabel : "交货日期"
|
|
|
+ fieldLabel : "交货日期",
|
|
|
+ allowBlank:false,
|
|
|
+ columnWidth : 0.25,
|
|
|
},{
|
|
|
editable:false,
|
|
|
xtype : "remotecombo",
|
|
|
@@ -81,11 +83,6 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
});
|
|
|
this.dialog.show();
|
|
|
}
|
|
|
- }, {
|
|
|
- xtype : "textfield",
|
|
|
- name : "pu_total",
|
|
|
- fieldLabel : "单据金额",
|
|
|
- readOnly:true
|
|
|
},{
|
|
|
name : "detailGridField",
|
|
|
xtype : "detailGridField",
|
|
|
@@ -308,12 +305,18 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
width : 120.0
|
|
|
}
|
|
|
]
|
|
|
+ }, {
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "pu_total",
|
|
|
+ fieldLabel : "单据金额",
|
|
|
+ readOnly:true,
|
|
|
+ columnWidth : 0.25,
|
|
|
},
|
|
|
{
|
|
|
xtype : "textfield",
|
|
|
name : "pu_remark",
|
|
|
fieldLabel : "备注",
|
|
|
- columnWidth : 1
|
|
|
+ columnWidth : 0.75
|
|
|
},
|
|
|
{
|
|
|
xtype : "textfield",
|