|
|
@@ -20,8 +20,8 @@ module.exports = {
|
|
|
|
|
|
routeUrl: {
|
|
|
inboundProcessing: {
|
|
|
- returnCancel: { key: 'returnCancel', method: 'returnCancel' },
|
|
|
- invaidOrder: { key: 'invaidOrder', method: 'invaidOrder',image: 'btn-void.png', },
|
|
|
+ returnCancel: { key: 'returnCancel', method: 'returnCancel',image: 'btn-void.png',question:true },
|
|
|
+ invaidOrder: { key: 'invaidOrder', method: 'invaidOrder',image: 'btn-void.png',question:true },
|
|
|
editOrder: { key: 'editOrder', method: 'editOrder', primaryKey: 'intoId', image: 'btn-edit.png'},
|
|
|
ticketPirnt: { key: 'ticketPirnt', method: 'ticketPirnt', primaryKey: 'intoId', image: 'btn-printing.png'},
|
|
|
addReturn: {
|