@@ -295,6 +295,11 @@ Ext.define('saas.view.stock.otherIn.FormPanel', {
},
}
]
+ },{
+ xtype : "textfield",
+ name : "pi_remark",
+ fieldLabel : "备注",
+ columnWidth : 1
},{
xtype : "hidden",
name : "creatorId",
@@ -263,6 +263,11 @@ Ext.define('saas.view.stock.otherOut.FormPanel', {