@@ -13,6 +13,21 @@ Ext.define('saas.view.document.customer.BasePanel', {
name : "cu_type",
emptyText : "请选择客户类型",
columnWidth : 0.25
+ },{
+ xtype : "textfield",
+ name : "cu_name",
+ emptyText : "客户名称",
+ columnWidth : 0.25,
+ name : "cu_code",
+ emptyText : "客户编号",
+ labelAlign:'left',
+ fieldLabel : "显示不启用",
+ xtype:"checkbox",
+ name:"cu_statuscode"
}],
//字段属性
@@ -10,8 +10,23 @@ Ext.define('saas.view.document.product.BasePanel', {
hiddenBtn:true,
xtype : "remotecombo",
storeUrl: '/api/document/producttype/getCombo',
- name : "pr_type",
+ name : "pr_kind",
emptyText : "请选择物料类型"
+ name : "pr_detail",
+ emptyText : "物料名称",
+ name : "pr_code",
+ emptyText : "物料编号",
+ name : "pr_unit",
+ emptyText : "物料单位",
@@ -59,7 +74,7 @@ Ext.define('saas.view.document.product.BasePanel', {
},
{
text : "物料种类",
- dataIndex : "pr_type",
+ dataIndex : "pr_kind",
width : 120.0,
xtype : "",
}]