Authored by mali

基础商品页面调整

@@ -215,13 +215,15 @@ var g=new common.grid({ @@ -215,13 +215,15 @@ var g=new common.grid({
215 html.push("<p>色系:&nbsp;"+item.goodsName+"</p>"); 215 html.push("<p>色系:&nbsp;"+item.goodsName+"</p>");
216 } 216 }
217 html.push('<p><button type="button" data-index='+item.__index+' class="sortdelete btn btn-danger btn-xs">删除</button></p>'); 217 html.push('<p><button type="button" data-index='+item.__index+' class="sortdelete btn btn-danger btn-xs">删除</button></p>');
  218 +
  219 + html.push("<input type=file name='goodsColorImage' id='file__"+item.__index+"' value='"+item.goodsColorImage+"' />");
218 return html.join(""); 220 return html.join("");
219 - }}, 221 + }}/*,
220 { 222 {
221 display:"图片",render:function(item){ 223 display:"图片",render:function(item){
222 return "<input type=file name='goodsColorImage' id='file__"+item.__index+"' value='"+item.goodsColorImage+"' />"; 224 return "<input type=file name='goodsColorImage' id='file__"+item.__index+"' value='"+item.goodsColorImage+"' />";
223 } 225 }
224 - }, 226 + }*/,
225 { 227 {
226 display:"<label class='red'>厂家颜色、尺码、款型编码、条码、销售价 必填,可补货将开启到货通知,不可补货将关闭到货通知</label>",render:function(item){ 228 display:"<label class='red'>厂家颜色、尺码、款型编码、条码、销售价 必填,可补货将开启到货通知,不可补货将关闭到货通知</label>",render:function(item){
227 if(!item.isAdd&&!g.__gsm.hasOwnProperty(item.__index)){ 229 if(!item.isAdd&&!g.__gsm.hasOwnProperty(item.__index)){