Authored by liuyue

店铺端

This diff could not be displayed because it is too large.
... ... @@ -4,51 +4,7 @@ exports.domain = require('../config/common.js').domain;
//exports.domain = 'http://172.16.6.162:8088/platform'; //李建
//商品管理路由配置
exports.res = [
/*{
//商品审核
route: '/supplier/baseaudit/index',
method: 'GET',
view: 'pages/goods/index',
data: {
bottons: '{"detail":true}',
gridurl: '/goods/review/getList',
searchStatus: [{
name: "未审核",
value: "100"
}, {
name: "已通过",
value: "200"
}, {
name: "驳回",
value: "300"
}],
searchJIT: true,
pageTitle: "商品审核"
},
src: '/goods/index'
}, {
route: '/goods/review/getList',
method: 'POST',
url: '/goods/review/getReviewList',
params: [{
name: 'skn',
type: 'String'
}, {
name: 'brandName',
type: 'String'
}, {
name: 'storeName',
type: 'String'
}, {
name: 'status',
type: 'String'
}, {
name: 'jit',
type: 'String'
}]
}, */
{
exports.res = [{
//网销信息 -> 网销信息页面渲染
route: '/goods/netsale/index',
method: 'GET',
... ... @@ -714,6 +670,25 @@ exports.res = [
name: 'brandId',
type: 'Number'
}]
}, {
// 店铺列表
route: '/ShopsRest/getShopsByName',
method: 'POST',
url: "/ShopsRest/selectCheckPassShopsByName",
params: [{
name: "idName",
type: "String"
}]
}, {
route: '/brand/getBrandNames',
method: 'POST',
url: '/erpproduct/brands/getBrandNames',
params: [{
name: 'idName',
type: 'String'
}, {
name: 'status',
type: 'Number'
}]
}
];
\ No newline at end of file
... ...
... ... @@ -182,6 +182,7 @@
<input type="hidden" id="btnAuthority" value="{{bottons}}">
<input type="hidden" id="gridurl" value="{{gridurl}}">
<input type="hidden" id="shopId" value="{{auth.shopId}}">
<script id="template" type="text/template">
... ...