Browse Source

采购验退单筛选仓库报错

rainco 7 years ago
parent
commit
28fd0f82f9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/saas-web/app/view/purchase/purchaseOut/QueryPanel.js

+ 2 - 1
frontend/saas-web/app/view/purchase/purchaseOut/QueryPanel.js

@@ -65,7 +65,8 @@ Ext.define('saas.view.purchase.purchaseOut.QueryPanel', {
         xtype: 'warehouseDbfindTrigger',
         xtype: 'warehouseDbfindTrigger',
         name: 'pd_whname',
         name: 'pd_whname',
         fieldLabel: '仓库',
         fieldLabel: '仓库',
-        emptyText:'请输入仓库编号或名称'
+        emptyText:'请输入仓库编号或名称',
+        showDetail: true
     }, {
     }, {
         xtype: 'textfield',
         xtype: 'textfield',
         name: 'pi_iocode',
         name: 'pi_iocode',