...
|
...
|
@@ -49,6 +49,15 @@ module.exports={ |
|
|
{name: 'size', type: 'Number'}
|
|
|
]
|
|
|
},
|
|
|
|
|
|
skipBatchSecondView:{
|
|
|
title:"跳转批量二审页面",
|
|
|
url:"/product/checkBatchAuditAuthority",
|
|
|
params:[
|
|
|
{name: 'product_skn',type: 'Number'},
|
|
|
]
|
|
|
},
|
|
|
|
|
|
auditPassProductPrice:{
|
|
|
title:"商品审核通过",
|
|
|
url:"/product/auditPassProductPrice",
|
...
|
...
|
|