浏览代码

修改仓库模块前端

zhoudw 7 年之前
父节点
当前提交
651c7a31d6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/saas-web/app/view/stock/otherOut/FormPanelController.js

+ 2 - 2
frontend/saas-web/app/view/stock/otherOut/FormPanelController.js

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