Commit de1de14a by 朱继来

替换模板

parent 5fd4ef4a
......@@ -826,10 +826,10 @@ Class AddOrderController extends Controller
return;
}
if ($type == 1 && !$val['standard_brand_name']) {
$err[] = '第'.$key.'行,标准品牌不能为空';
return;
}
// if ($type == 1 && !$val['standard_brand_name']) {
// $err[] = '第'.$key.'行,标准品牌不能为空';
// return;
// }
if ($val['num'] <= 0) {
$err[] = '第'.$key.'行,商品数量等于或小于0';
......
......@@ -295,7 +295,7 @@
<div class="batch-btn">
<a class="btn btn-success goods_import" data-type="1">批量导入物料</a>
<a class="btn btn-info" href="http://img.ichunt.com/doc/excel/template/%E8%81%94%E8%90%A5%E6%89%B9%E9%87%8F%E5%AF%BC%E5%85%A5%E6%A8%A1%E6%9D%BF.xlsx">联营物料模板下载</a>
<a class="btn btn-info" href="http://img.ichunt.com/doc/excel/template/%E8%81%94%E8%90%A5%E6%89%B9%E9%87%8F%E5%AF%BC%E5%85%A5%E8%AE%A2%E5%8D%95%E6%A8%A1%E6%9D%BF.xlsx">联营物料模板下载</a>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment