|
|
@@ -94,20 +94,17 @@ Ext.define('saas.view.stock.otherIn.FormPanelController', {
|
|
|
dataUrl: '/api/document/customer/list',
|
|
|
// dataUrl:'http://localhost:9480/customer/list',
|
|
|
dbfinds: [{
|
|
|
- from: 'id',
|
|
|
- to: 'pi_custid',ignore:true
|
|
|
+ from: 'id',to: 'pi_custid',ignore:true
|
|
|
}, {
|
|
|
- from: 'cu_code',
|
|
|
- to: 'pi_custcode'
|
|
|
+ from: 'cu_code',to: 'pi_custcode'
|
|
|
}, {
|
|
|
- from: 'cu_name',
|
|
|
- to: 'pi_custname'
|
|
|
+ from: 'cu_name',to: 'pi_custname'
|
|
|
}],
|
|
|
dbtpls: [{
|
|
|
- field: 'pi_custcode',
|
|
|
+ field: 'cu_code',
|
|
|
width: 100
|
|
|
}, {
|
|
|
- field: 'pi_custname',
|
|
|
+ field: 'cu_name',
|
|
|
width: 100
|
|
|
}],
|
|
|
defaultCondition:"cu_statuscode='OPEN'",
|