|
@@ -76,96 +76,96 @@
|
|
|
templateUrl : 'static/view/admin/trade/trade_record_chart.html',
|
|
templateUrl : 'static/view/admin/trade/trade_record_chart.html',
|
|
|
controller : 'TradeRecordChartCtrl',
|
|
controller : 'TradeRecordChartCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/TradeRecordChartCtrl'
|
|
controllerUrl : 'app/controllers/trade/TradeRecordChartCtrl'
|
|
|
- })).state('buyerExProcess', angularAMD.route({
|
|
|
|
|
- // 买家异常处理
|
|
|
|
|
- url: '/trade/buyerExProcess',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade-afSaleApplyProcessing.html',
|
|
|
|
|
- controller : 'AfSaleApplyProcessingCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/AfSaleApplyProcessingCtrl'
|
|
|
|
|
|
|
+ // })).state('buyerExProcess', angularAMD.route({
|
|
|
|
|
+ // // 买家异常处理
|
|
|
|
|
+ // url: '/trade/buyerExProcess',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade-afSaleApplyProcessing.html',
|
|
|
|
|
+ // controller : 'AfSaleApplyProcessingCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/AfSaleApplyProcessingCtrl'
|
|
|
})).state('tradeAfSaleApplyDetails', angularAMD.route({
|
|
})).state('tradeAfSaleApplyDetails', angularAMD.route({
|
|
|
// 售后申请详情
|
|
// 售后申请详情
|
|
|
url: '/trade/afSaleApplyDetails/:applyId',
|
|
url: '/trade/afSaleApplyDetails/:applyId',
|
|
|
templateUrl : 'static/view/admin/trade/trade-afSaleApplyDetails.html',
|
|
templateUrl : 'static/view/admin/trade/trade-afSaleApplyDetails.html',
|
|
|
controller : 'AfSaleApplyDetailsCtrl',
|
|
controller : 'AfSaleApplyDetailsCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/AfSaleApplyDetailsCtrl'
|
|
controllerUrl : 'app/controllers/trade/AfSaleApplyDetailsCtrl'
|
|
|
- })).state('supExProcess', angularAMD.route({
|
|
|
|
|
- // 卖家异常处理
|
|
|
|
|
- url: '/trade/supExProcess',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade-supExProcess.html',
|
|
|
|
|
- controller : 'supExProcessCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/supExProcessCtrl'
|
|
|
|
|
|
|
+ // })).state('supExProcess', angularAMD.route({
|
|
|
|
|
+ // // 卖家异常处理
|
|
|
|
|
+ // url: '/trade/supExProcess',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade-supExProcess.html',
|
|
|
|
|
+ // controller : 'supExProcessCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/supExProcessCtrl'
|
|
|
})).state('supExProcessDetails', angularAMD.route({
|
|
})).state('supExProcessDetails', angularAMD.route({
|
|
|
// 卖家异常处理
|
|
// 卖家异常处理
|
|
|
url: '/trade/supExProcessDetails/:applyId',
|
|
url: '/trade/supExProcessDetails/:applyId',
|
|
|
templateUrl : 'static/view/admin/trade/trade-supExProcessDetails.html',
|
|
templateUrl : 'static/view/admin/trade/trade-supExProcessDetails.html',
|
|
|
controller : 'supExProcessDetailsCtrl',
|
|
controller : 'supExProcessDetailsCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/supExProcessDetailsCtrl'
|
|
controllerUrl : 'app/controllers/trade/supExProcessDetailsCtrl'
|
|
|
- })).state('trade_returnfromb2c', angularAMD.route({
|
|
|
|
|
- // 平台退货单管理
|
|
|
|
|
- url: '/trade/returnfromb2c',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_returnfromb2c.html',
|
|
|
|
|
- controller : 'Returnfromb2cCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/Returnfromb2cCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_returnfromb2c', angularAMD.route({
|
|
|
|
|
+ // // 平台退货单管理
|
|
|
|
|
+ // url: '/trade/returnfromb2c',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_returnfromb2c.html',
|
|
|
|
|
+ // controller : 'Returnfromb2cCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/Returnfromb2cCtrl'
|
|
|
})).state('trade_returnfromb2c_detail', angularAMD.route({
|
|
})).state('trade_returnfromb2c_detail', angularAMD.route({
|
|
|
// 平台退货单详情
|
|
// 平台退货单详情
|
|
|
url: '/trade/returnfromb2c/:returnid',
|
|
url: '/trade/returnfromb2c/:returnid',
|
|
|
templateUrl : 'static/view/admin/trade/trade_returnfromb2c_detail.html',
|
|
templateUrl : 'static/view/admin/trade/trade_returnfromb2c_detail.html',
|
|
|
controller : 'ReturnFromB2CDetailCtrl',
|
|
controller : 'ReturnFromB2CDetailCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/ReturnFromB2CDetailCtrl'
|
|
controllerUrl : 'app/controllers/trade/ReturnFromB2CDetailCtrl'
|
|
|
- })).state('trade_returnfromcust', angularAMD.route({
|
|
|
|
|
- // 客户退货单管理
|
|
|
|
|
- url: '/trade/returnfromcust',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_returnfromcust.html',
|
|
|
|
|
- controller : 'ReturnfromcustCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/ReturnfromcustCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_returnfromcust', angularAMD.route({
|
|
|
|
|
+ // // 客户退货单管理
|
|
|
|
|
+ // url: '/trade/returnfromcust',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_returnfromcust.html',
|
|
|
|
|
+ // controller : 'ReturnfromcustCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/ReturnfromcustCtrl'
|
|
|
})).state('trade_returnfromcust_detail', angularAMD.route({
|
|
})).state('trade_returnfromcust_detail', angularAMD.route({
|
|
|
// 客户退货单详情
|
|
// 客户退货单详情
|
|
|
url: '/trade/returnfromcust/:returnid',
|
|
url: '/trade/returnfromcust/:returnid',
|
|
|
templateUrl : 'static/view/admin/trade/trade_returnfromcust_detail.html',
|
|
templateUrl : 'static/view/admin/trade/trade_returnfromcust_detail.html',
|
|
|
controller : 'ReturnFromCustDetailCtrl',
|
|
controller : 'ReturnFromCustDetailCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/ReturnFromCustDetailCtrl'
|
|
controllerUrl : 'app/controllers/trade/ReturnFromCustDetailCtrl'
|
|
|
- })).state('trade_changefromb2c', angularAMD.route({
|
|
|
|
|
- // 平台换货单管理
|
|
|
|
|
- url: '/trade/changefromb2c',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_changefromb2c.html',
|
|
|
|
|
- controller : 'Changefromb2cCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/Changefromb2cCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_changefromb2c', angularAMD.route({
|
|
|
|
|
+ // // 平台换货单管理
|
|
|
|
|
+ // url: '/trade/changefromb2c',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_changefromb2c.html',
|
|
|
|
|
+ // controller : 'Changefromb2cCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/Changefromb2cCtrl'
|
|
|
})).state('trade_changefromb2c_detail', angularAMD.route({
|
|
})).state('trade_changefromb2c_detail', angularAMD.route({
|
|
|
// 平台换货单详情
|
|
// 平台换货单详情
|
|
|
url: '/trade/changefromb2c/:changeid',
|
|
url: '/trade/changefromb2c/:changeid',
|
|
|
templateUrl : 'static/view/admin/trade/trade_changefromb2c_detail.html',
|
|
templateUrl : 'static/view/admin/trade/trade_changefromb2c_detail.html',
|
|
|
controller : 'ChangeFromB2CDetailCtrl',
|
|
controller : 'ChangeFromB2CDetailCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/ChangeFromB2CDetailCtrl'
|
|
controllerUrl : 'app/controllers/trade/ChangeFromB2CDetailCtrl'
|
|
|
- })).state('trade_changefromcust', angularAMD.route({
|
|
|
|
|
- // 客户换货单管理
|
|
|
|
|
- url: '/trade/changefromcust',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_changefromcust.html',
|
|
|
|
|
- controller : 'ChangefromcustCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/ChangefromcustCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_changefromcust', angularAMD.route({
|
|
|
|
|
+ // // 客户换货单管理
|
|
|
|
|
+ // url: '/trade/changefromcust',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_changefromcust.html',
|
|
|
|
|
+ // controller : 'ChangefromcustCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/ChangefromcustCtrl'
|
|
|
})).state('trade_changefromcust_detail', angularAMD.route({
|
|
})).state('trade_changefromcust_detail', angularAMD.route({
|
|
|
// 客户换货单详情
|
|
// 客户换货单详情
|
|
|
url: '/trade/changefromcust/:changeid',
|
|
url: '/trade/changefromcust/:changeid',
|
|
|
templateUrl : 'static/view/admin/trade/trade_changefromcust_detail.html',
|
|
templateUrl : 'static/view/admin/trade/trade_changefromcust_detail.html',
|
|
|
controller : 'ChangeFromCustDetailCtrl',
|
|
controller : 'ChangeFromCustDetailCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/ChangeFromCustDetailCtrl'
|
|
controllerUrl : 'app/controllers/trade/ChangeFromCustDetailCtrl'
|
|
|
- })).state('trade_invoicevenderchange', angularAMD.route({
|
|
|
|
|
- // 供应商换货出货单管理
|
|
|
|
|
- url: '/trade/invoicevenderchange',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_invoicevenderchange.html',
|
|
|
|
|
- controller : 'InvoicevenderchangeCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/InvoicevenderchangeCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_invoicevenderchange', angularAMD.route({
|
|
|
|
|
+ // // 供应商换货出货单管理
|
|
|
|
|
+ // url: '/trade/invoicevenderchange',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_invoicevenderchange.html',
|
|
|
|
|
+ // controller : 'InvoicevenderchangeCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/InvoicevenderchangeCtrl'
|
|
|
})).state('trade_invoicevenderchange_detail', angularAMD.route({
|
|
})).state('trade_invoicevenderchange_detail', angularAMD.route({
|
|
|
// 供应商换货出货单详情
|
|
// 供应商换货出货单详情
|
|
|
url: '/trade/invoicevenderchange/:invoiceid',
|
|
url: '/trade/invoicevenderchange/:invoiceid',
|
|
|
templateUrl : 'static/view/admin/trade/trade_invoicevenderchange_detail.html',
|
|
templateUrl : 'static/view/admin/trade/trade_invoicevenderchange_detail.html',
|
|
|
controller : 'InvoicevenderchangeDetailCtrl',
|
|
controller : 'InvoicevenderchangeDetailCtrl',
|
|
|
controllerUrl : 'app/controllers/trade/InvoicevenderchangeDetailCtrl'
|
|
controllerUrl : 'app/controllers/trade/InvoicevenderchangeDetailCtrl'
|
|
|
- })).state('trade_invoiceb2cchange', angularAMD.route({
|
|
|
|
|
- // 平台换货出货单管理
|
|
|
|
|
- url: '/trade/invoiceb2cchange',
|
|
|
|
|
- templateUrl : 'static/view/admin/trade/trade_invoiceb2cchange.html',
|
|
|
|
|
- controller : 'Invoiceb2cchangeCtrl',
|
|
|
|
|
- controllerUrl : 'app/controllers/trade/Invoiceb2cchangeCtrl'
|
|
|
|
|
|
|
+ // })).state('trade_invoiceb2cchange', angularAMD.route({
|
|
|
|
|
+ // // 平台换货出货单管理
|
|
|
|
|
+ // url: '/trade/invoiceb2cchange',
|
|
|
|
|
+ // templateUrl : 'static/view/admin/trade/trade_invoiceb2cchange.html',
|
|
|
|
|
+ // controller : 'Invoiceb2cchangeCtrl',
|
|
|
|
|
+ // controllerUrl : 'app/controllers/trade/Invoiceb2cchangeCtrl'
|
|
|
})).state('trade_invoiceb2cchange_detail', angularAMD.route({
|
|
})).state('trade_invoiceb2cchange_detail', angularAMD.route({
|
|
|
// 平台换货出货单详情
|
|
// 平台换货出货单详情
|
|
|
url: '/trade/invoiceb2cchange/:invoiceid',
|
|
url: '/trade/invoiceb2cchange/:invoiceid',
|