|
|
@@ -66,17 +66,13 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
},{
|
|
|
xtype : "textfield",
|
|
|
name : "pu_shipaddresscode",
|
|
|
- fieldLabel : "交货地址"
|
|
|
+ fieldLabel : "交货地址",
|
|
|
+ columnWidth: 0.5
|
|
|
}, {
|
|
|
xtype : "textfield",
|
|
|
name : "pu_total",
|
|
|
fieldLabel : "单据金额",
|
|
|
readOnly:true
|
|
|
- }, {
|
|
|
- xtype : "textfield",
|
|
|
- name : "PU_REMARK",
|
|
|
- fieldLabel : "备注",
|
|
|
- columnWidth : 0.25
|
|
|
},{
|
|
|
name : "detailGridField",
|
|
|
xtype : "detailGridField",
|
|
|
@@ -277,6 +273,12 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ xtype : "textareafield",
|
|
|
+ name : "PU_REMARK",
|
|
|
+ fieldLabel : "备注",
|
|
|
+ columnWidth : 1
|
|
|
+ },
|
|
|
{
|
|
|
xtype : "textfield",
|
|
|
name : "pu_recorder",
|