|
|
@@ -13,8 +13,8 @@ Ext.define('saas.view.test.order.FormPanel', {
|
|
|
_dataModelUrl:'http://192.168.253.58:8800/purchase/read/',
|
|
|
_saveUrl:'http://192.168.253.58:8800/purchase/save',
|
|
|
_auditUrl:'http://192.168.253.58:8800/purchase/audit',
|
|
|
- _deleteUrl:'http://192.168.253.58:8800/purchase/delete',
|
|
|
- _deleteDetailUrl:'http://192.168.253.58:8800/purchase/deletdetail',
|
|
|
+ _deleteUrl:'http://192.168.253.58:8800/purchase/delete/',
|
|
|
+ _deleteDetailUrl:'http://192.168.253.58:8800/purchase/deleteItem/',
|
|
|
initId:0,
|
|
|
|
|
|
toolBtns: [{
|