Browse Source

修改采购模块

zhoudw 7 years ago
parent
commit
64b0403765
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frontend/saas-web/app/view/purchase/purchase/FormPanel.js

+ 3 - 3
frontend/saas-web/app/view/purchase/purchase/FormPanel.js

@@ -17,8 +17,8 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
      _relationColumn: 'pd_puid',
 
      _readUrl:'/api/purchase/purchase/read/',
-     _saveUrl:'/api/purchase/purchase/save/',
-     _auditUrl:'/api/purchase/purchase/audit/',
+     _saveUrl:'/api/purchase/purchase/save',
+     _auditUrl:'/api/purchase/purchase/audit',
      _unAuditUrl: '/api/purchase/purchase/unAudit/',
      _deleteUrl:'/api/purchase/purchase/delete/',
      _turnInUrl:'/api/purchase/purchase/turnProdin/',
@@ -26,7 +26,7 @@ Ext.define('saas.view.purchase.purchase.FormPanel', {
     // _readUrl:'http://localhost:8800/purchase/read/',
     // _saveUrl:'http://localhost:8800/purchase/save',
     // _auditUrl:'http://localhost:8800/purchase/audit',
-    // _unAuditUrl: '/api/purchase/purchase/unAudit/',
+    // _unAuditUrl:'http://localhost:8800/purchase/unAudit/',
     // _deleteUrl:'http://localhost:8800/purchase/delete/',
     // _turnInUrl:'http://localhost:8800/purchase/turnProdin/',