zhuth 7 years ago
parent
commit
3c90b51c5e

+ 1 - 1
frontend/saas-web/app/view/sale/business/QuoteWin.js

@@ -148,7 +148,7 @@ Ext.define('saas.view.sale.business.QuoteWin', {
             }, {
                 text: '取消',
                 handler: function () {
-
+                    me.close();
                 }
             }]
         });

+ 1 - 0
frontend/saas-web/resources/json/navigation.json

@@ -242,6 +242,7 @@
             "addType":"document-customer-formpanel",
             "leaf": true
         }, {
+            "b2b":true,
             "id": "document-uusetting",
             "text": "UU设置",
             "viewType": "document-uusetting",