|
|
@@ -23,6 +23,7 @@ module.exports = {
|
|
|
|
|
|
routeUrl: {
|
|
|
saleOutBound: {
|
|
|
+ docName:{key:'order_out' ,title:'销售单'},
|
|
|
add:{key:'add',url:'/package-sales/pages/sales-outbound/add/add'},
|
|
|
edit:{key:'edit',url:'/package-sales/pages/sales-outbound/add/add',idKey:'outId',formType:'detail'},
|
|
|
selectSourceSaleOrder:{
|
|
|
@@ -35,7 +36,7 @@ module.exports = {
|
|
|
invalid: { key: 'invalid', method: 'invalid', primaryKey: 'outId' , image:'btn-void.png'},
|
|
|
editInto: { key: 'editInto', method: 'editInto', primaryKey: 'outId', image: 'btn-edit.png'}, //编辑
|
|
|
salesOutbound:{ key: 'salesOutbound', method: 'toDetail', primaryKey: 'outId' , image:'btn-outbound-processing.png'},
|
|
|
- printedBill:{ key: 'printedBill', method:'printedBill', formMode: 'index', idKey: 'cusId',image:'btn-printing.png' },
|
|
|
+ printedBill:{ key: 'printedBill', method:'printedBill', formMode: 'index', idKey: 'outId',image:'btn-printing.png' },
|
|
|
saleOrderReturn: { key: 'saleOrderReturn', url: '/package-sales/pages/order-return/add/add' , image:'btn-sales-returns.png', tipMethod: 'isAllowedSaleOrderReturn'},
|
|
|
cusReturnCollection: { key: 'cusReturnCollection', url: '/package-sales/pages/customer-collection/refund/refund', idKey: 'rpId', formMode: 'edit', image: 'btn-customer-refund.png' },
|
|
|
cusCollection: { key: 'cusCollection', url: '/package-sales/pages/customer-collection/add/add', idKey: 'receivableId', formMode: 'edit', image: 'btn-customer-collection.png' },
|