Authored by weiqingting

分支切换

... ... @@ -13,7 +13,8 @@ var config = {
redis: null,
apiKey: 'sd4H1ecAqlp',
port: 30016,
domain: 'http://192.168.102.210:8088/platform',
// domain: 'http://192.168.102.210:8088/platform',
domain: 'http://192.168.102.202:8088/platform',
loggers: {
api: {
level: 'verbose',
... ...
... ... @@ -181,11 +181,6 @@ exports.res = [
type: 'number'
}]
}, {
//类目tree
route: '/product/class/queryAllProductSortList',
method: 'POST',
url: '/product/class/queryAllProductSortList'
}, {
//商品管理【ajax查询所有品类】
route: '/product/class/queryAllProductSortList',
method: 'POST',
... ...
... ... @@ -53,6 +53,7 @@ exports.uploadFile = function (req, res) {
if (req.body.__type == "batch-import") {
req.body.file = fs.createReadStream(req.files[req.body.filename].path);
console.log(domain + '/batch/import?' + url.join("&"))
request.post({
url: domain + '/batch/import?' + url.join("&"),
formData: req.body,
... ...
... ... @@ -29,13 +29,6 @@
<option value="-1">选择品牌</option>
</select>
</div>
<!-- <label class="col-sm-1 control-label">管理店铺 </label>
<div class="col-sm-2">
<select id="shopId" class="form-control">
<option value="-1">选择店铺</option>
</select>
</div> -->
<label class="col-sm-1 control-label">JIT供应商</label>
<div class="col-sm-2">
... ...