|
|
@@ -109,7 +109,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
},{
|
|
|
field:'cu_name',width:100
|
|
|
}],
|
|
|
- defaultCondition:"pi_statuscode='OPEN'",
|
|
|
+ defaultCondition:"cu_statuscode='OPEN'",
|
|
|
//放大镜窗口字段
|
|
|
dbSearchFields:[{
|
|
|
emptyText:'输入客户编号或名称',
|
|
|
@@ -188,7 +188,7 @@ Ext.define('saas.view.stock.otherOut.FormPanelController', {
|
|
|
},{
|
|
|
field:'pr_spec',width:100
|
|
|
}],
|
|
|
- defaultCondition:"cu_statuscode='OPEN'",
|
|
|
+ defaultCondition:"pr_statuscode='OPEN'",
|
|
|
dbSearchFields:[{
|
|
|
emptyText:'输入物料编号、名称或规格',
|
|
|
xtype : "textfield",
|