Authored by weiqingting

提交

... ... @@ -104,7 +104,7 @@ function __ajaxExeclById(unquid){
var params={param:unquid};
common.util.__ajax({
url:'/ajax/queryBatchImportResult',
url:'/product/queryBatchImportResult',
data:params
},function(res){
if(res.data.length){
... ...
... ... @@ -21,7 +21,7 @@ module.exports = {
title: '关闭品类限制',
url: '/product/closeProductSortRefundExchange',
params: [
{name: 'param', type: 'String'}
{name: 'param', type: 'Number'}
]
}
}
... ...
... ... @@ -96,7 +96,7 @@
</div>
<!-- <script type="text/template" id="template">
<script type="text/template" id="template">
<div class="rows" style="height: 100px;">
<div class="form-group">
<span class="col-sm-2 control-label">驳回原因:</span>
... ... @@ -108,13 +108,12 @@
</div>
</div>
</script>
-->
<script type="text/template" id="template">
<!-- <script type="text/template" id="template">
<p style="color: red;">SKN:{productSkn} 品牌:{brandName}</p>
<p style="color: red;">商品名称:{productName}</p>
<div id="shelve-table" class="dataTables_wrapper no-footer"></div>
</script>
</script> -->
<script type="text/template" id="template2">
[[each goodsSizeList as item index]]
... ...