Explorar el Código

修改制造单界面

zhoudw hace 7 años
padre
commit
4a20489c51

+ 0 - 1
frontend/saas-web/app/view/stock/make/FormPanel.js

@@ -55,7 +55,6 @@ Ext.define('saas.view.stock.make.FormPanel', {
         fieldLabel: '产品id'
     },{
         xtype : "dbfindtrigger",
-        editable:false, 
         name : "ma_prodcode", 
         fieldLabel : "产品编号",
         allowBlank : false,

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

@@ -21,9 +21,9 @@ Ext.define('saas.view.stock.make.FormPanelController', {
                             from:'wh_description',to:'ma_whname'
                         }],
                         dbtpls:[{
-                            field:'pd_whcode',width:100
+                            field:'wh_code',width:100
                         },{
-                            field:'pd_whname',width:100
+                            field:'wh_description',width:100
                         }],
                         dbSearchFields:[{
                             emptyText:'输入仓库编号或名称',