goods.specialgoods.js
523 Bytes
module.exports=function(app) {
/*品牌货到付款限制页面路由*/
app.get("/goods/special/index","goods.specialgoods.Index",function(){
this.$extend={
moduleName:"商品管理",
pageName:"特殊商品"
}
});
/*列表数据*/
app.post("/refundExchangeAttribute/queryRefundExchangeList","specialgoods_queryRefundExchangeList");
/*编辑*/
app.post("/refundExchangeAttribute/modifyRefundExchangeStatus","specialgoods_modifyRefundExchangeStatus");
};