|
|
@@ -44,13 +44,6 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
fieldLabel: "供应商名称",
|
|
|
allowBlank: false,
|
|
|
columnWidth: 0.5
|
|
|
- }, {
|
|
|
- xtype: "datefield",
|
|
|
- name: "pu_delivery",
|
|
|
- fieldLabel: "需求日期",
|
|
|
- allowBlank: false,
|
|
|
- defaultValue: new Date(),
|
|
|
- columnWidth: 0.25,
|
|
|
}, {
|
|
|
xtype: 'condbfindtrigger',
|
|
|
fieldLabel: '币别汇率',
|
|
|
@@ -79,6 +72,13 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ }, {
|
|
|
+ xtype: "datefield",
|
|
|
+ name: "pu_delivery",
|
|
|
+ fieldLabel: "需求日期",
|
|
|
+ allowBlank: false,
|
|
|
+ defaultValue: new Date(),
|
|
|
+ columnWidth: 0.25,
|
|
|
}, {
|
|
|
name: "pu_shipaddresscode",
|
|
|
editable: false,
|