Browse Source

首页BUG处理

guq 7 years ago
parent
commit
bd2562e106
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/home/InfoCard.js

+ 1 - 1
frontend/saas-web/app/view/home/InfoCard.js

@@ -71,7 +71,7 @@ Ext.define('saas.view.home.InfoCard', {
                 unauditship: {
                     title: '未审核出货',
                     color: 'default',
-                    viewType: 'purchase-purchasein-querypanel',
+                    viewType: 'sale-saleout-querypanel',
                     condition: 'pi_statuscode<>\'AUDITED\' and pi_class=\'出货单\' and prodinout.companyId=' + companyId
                 }
             },