...
|
...
|
@@ -164,12 +164,12 @@ var g=new common.grid({ |
|
|
}
|
|
|
},
|
|
|
{
|
|
|
display:"<label class='red'>厂家颜色、尺码、销售价、条码必填,可补货将开启到货通知,不可补货将关闭到货通知</label>",render:function(item){
|
|
|
display:"<label class='red'>厂家颜色、尺码、款型编码、销售价、条码必填,可补货将开启到货通知,不可补货将关闭到货通知</label>",render:function(item){
|
|
|
if(!item.isAdd&&!g.__gsm.hasOwnProperty(item.__index)){
|
|
|
g.__gsm[item.__index]=item.goodsSizeList.length;
|
|
|
}
|
|
|
var html=[];
|
|
|
html.push("<div class='form-group'><div class='col-sm-11 red'><input type=text value='"+item.factoryCode+"' data-index="+item.__index+" class='modelCode form-control' placeholder='款型编码' /></div></div>");
|
|
|
html.push("<div class='form-group'><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("<dov class='rows'><div class='form-group'><div class='col-sm-2'>尺码</div><div class='col-sm-2'>销售价</div><div class='col-sm-2'>条码</div><div class='col-sm-2'>是否补货</div><div class='col-sm-2'>UPM条码</div></div></div>");
|
|
|
html.push('<div class="rows" id="rows__'+item.__index+'">');
|
|
|
item.goodsSizeList=item.goodsSizeList||[$.extend({},ENUM.goodsSizeList)];
|
...
|
...
|
|