|
|
@@ -31,6 +31,15 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
},{
|
|
|
field:'ve_name',width:100
|
|
|
}],
|
|
|
+ //联想查询条件
|
|
|
+ dbtplfield:"ve_name",
|
|
|
+ //放大镜窗口字段
|
|
|
+ dbSearchFields:[{
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "ve_name",
|
|
|
+ fieldLabel : "供应商名称",
|
|
|
+ columnWidth : 0.25
|
|
|
+ }],
|
|
|
dbColumns:[{
|
|
|
conditionCode:'id',
|
|
|
"text": "供应商ID",
|
|
|
@@ -86,6 +95,15 @@ Ext.define('saas.view.stock.appropriationInOut.FormPanelController', {
|
|
|
},{
|
|
|
field:'pi_custname',width:100
|
|
|
}],
|
|
|
+ //联想查询条件
|
|
|
+ dbtplfield:"cu_name",
|
|
|
+ //放大镜窗口字段
|
|
|
+ dbSearchFields:[{
|
|
|
+ xtype : "textfield",
|
|
|
+ name : "cu_name",
|
|
|
+ fieldLabel : "客户名称",
|
|
|
+ columnWidth : 0.25
|
|
|
+ }],
|
|
|
dbColumns:[{
|
|
|
conditionCode:'id',
|
|
|
"text": "客户ID",
|