Explorar el Código

采购验退单筛选仓库报错

rainco hace 7 años
padre
commit
28fd0f82f9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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',
         name: 'pd_whname',
         fieldLabel: '仓库',
-        emptyText:'请输入仓库编号或名称'
+        emptyText:'请输入仓库编号或名称',
+        showDetail: true
     }, {
         xtype: 'textfield',
         name: 'pi_iocode',