...
|
...
|
@@ -219,13 +219,15 @@ webpackJsonp([33],[ |
|
|
html.push("<p>色系: "+item.goodsName+"</p>");
|
|
|
}
|
|
|
html.push('<p><button type="button" data-index='+item.__index+' class="sortdelete btn btn-danger btn-xs">删除</button></p>');
|
|
|
|
|
|
html.push("<input type=file name='goodsColorImage' id='file__"+item.__index+"' value='"+item.goodsColorImage+"' />");
|
|
|
return html.join("");
|
|
|
}},
|
|
|
}}/*,
|
|
|
{
|
|
|
display:"图片",render:function(item){
|
|
|
return "<input type=file name='goodsColorImage' id='file__"+item.__index+"' value='"+item.goodsColorImage+"' />";
|
|
|
}
|
|
|
},
|
|
|
}*/,
|
|
|
{
|
|
|
display:"<label class='red'>厂家颜色、尺码、款型编码、条码、销售价 必填,可补货将开启到货通知,不可补货将关闭到货通知</label>",render:function(item){
|
|
|
if(!item.isAdd&&!g.__gsm.hasOwnProperty(item.__index)){
|
...
|
...
|
@@ -233,7 +235,7 @@ webpackJsonp([33],[ |
|
|
}
|
|
|
var html=[];
|
|
|
html.push("<div class='form-group' style='padding-bottom: 0'><div class='col-sm-11 red'><input type=text value='"+item.factoryCode+"' data-index="+item.__index+" class='modelCode form-control' placeholder='款型编码' required/></div></div>");
|
|
|
html.push("<div class='rows'><div class='form-group' style='padding-bottom: 0'><div class='col-sm-1'>尺码</div><div class='col-sm-1'>销售价</div><div class='col-sm-2'>条码</div><div class='col-sm-2'>品牌条码</div><div class='col-sm-1'>是否补货</div><div class='col-sm-2'>UPC条码</div><div class='col-sm-2'>支付尾款时间</div></div></div>");
|
|
|
html.push("<div class='rows'><div class='form-group' style='padding-bottom: 0'><div class='col-sm-1' style='width: 14%'>尺码</div><div class='col-sm-1'>销售价</div><div class='col-sm-2' style='width: 13%'>条码</div><div class='col-sm-2' style='width: 13%'>品牌条码</div><div class='col-sm-1'>是否补货</div><div class='col-sm-2' style='width: 13%'>UPC条码</div><div class='col-sm-2' style='width: 10%'>支付尾款时间</div></div></div>");
|
|
|
html.push('<div class="rows" id="rows__'+item.__index+'">');
|
|
|
item.goodsSizeList=item.goodsSizeList||[$.extend({},ENUM.goodsSizeList)];
|
|
|
html.push(common.util.__template2($("#template").html(),{index:item.__index,goodsSizeList:item.goodsSizeList}));
|
...
|
...
|
|