|
|
@@ -6,23 +6,22 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
viewModel: 'document-customer-basepanel',
|
|
|
|
|
|
searchField:[{
|
|
|
- xtype : "textfield",
|
|
|
+ xtype:'customerDbfindTrigger',
|
|
|
name : "cu_code",
|
|
|
emptyText : "客户编号",
|
|
|
- width:90,
|
|
|
+ width:140,
|
|
|
},{
|
|
|
xtype : "textfield",
|
|
|
name : "cu_name",
|
|
|
emptyText : "客户名称",
|
|
|
- width:90,
|
|
|
+ width:140,
|
|
|
},{
|
|
|
- editable:false,
|
|
|
- hiddenBtn:true,
|
|
|
xtype : "remotecombo",
|
|
|
storeUrl:'/api/document/customerkind/getCombo',
|
|
|
name : "cu_type",
|
|
|
emptyText : "客户类型",
|
|
|
- width:120,
|
|
|
+ width:140,
|
|
|
+ hiddenBtn:true
|
|
|
},{
|
|
|
xtype : "textfield",
|
|
|
name : "cu_sellername",
|
|
|
@@ -87,7 +86,6 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
_formXtype:'document-customer-formpanel',
|
|
|
_title:'客户资料',
|
|
|
_deleteUrl:'/api/document/customer/delete/',
|
|
|
- // _dataUrl:'/api/ducument/customer/list',
|
|
|
_batchOpenUrl:'/api/document/customer/batchOpen',
|
|
|
_batchCloseUrl:'/api/document/customer/batchClose',
|
|
|
_batchDeleteUrl:'/api/document/customer/batchDelete',
|
|
|
@@ -106,7 +104,7 @@ Ext.define('saas.view.document.customer.BasePanel', {
|
|
|
},{
|
|
|
text : "客户编号",
|
|
|
width : 200.0,
|
|
|
- dataIndex : "cu_code",
|
|
|
+ dataIndex : "cu_code"
|
|
|
},
|
|
|
{
|
|
|
text : "客户名称",
|