|
|
@@ -74,11 +74,10 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
'dbfindtrigger[name=pi_custname]':{
|
|
|
beforerender:function(f){
|
|
|
Ext.apply(f,{
|
|
|
-
|
|
|
- dataUrl:'/api/document/customer/list',
|
|
|
- // dataUrl:'http://localhost:9480/customer/list',
|
|
|
addXtype: 'document-customer-formpanel',
|
|
|
addTitle: '客户资料',
|
|
|
+ dataUrl:'/api/document/customer/list',
|
|
|
+ // dataUrl:'http://localhost:9480/customer/list',
|
|
|
dbfinds:[{
|
|
|
from:'id',to:'pi_custid'
|
|
|
},{
|