@@ -74,14 +74,14 @@ Ext.define('saas.view.stock.make.FormPanel', {
columnWidth: 0.25,
},{
xtype : "textfield",
- name : "ma_version",
- fieldLabel : "版本",
+ name : "ma_produnit",
+ fieldLabel : "单位",
readOnly:true,
columnWidth: 0.25
- name : "ma_produnit",
- fieldLabel : "单位",
+ name : "ma_version",
+ fieldLabel : "版本",
},
@@ -261,6 +261,8 @@ Ext.define('saas.view.stock.make.FormPanelController', {
from:'bo_mothername',to:'ma_proddetail'
from:'pr_spec',to:'ma_prodspec'
+ },{
+ from:'pr_unit',to:'ma_produnit'
from:'bo_version',to:'ma_version'
}],