Authored by xuhongyun

Merge branch 'dev_base_prod_2.3' into grey

# Conflicts:
#	code/apps/goods/views/basegoods/Edit.html
... ... @@ -138,7 +138,7 @@
<td>说明:</td>
<td colspan="2">
1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
2、第一行标题栏:<span style="color: #67D267;">货品名称、厂家编号、一级分类、二级分类、三级分类、四级分类(目前不用)、性别、货品年、货品季、吊牌价、销售价、色系、厂家颜色、款型(选填)、尺码、条码、能否补货、SKN计数、年龄层(多个用'|'分隔)、重点款型、UPM条码(选填)</span><br>
2、第一行标题栏:<span style="color: #67D267;">货品名称、厂家编号、一级分类、二级分类、三级分类、四级分类(目前不用)、性别、货品年、货品季、吊牌价、销售价、色系、厂家颜色、款型(选填)、尺码、条码、能否补货、SKN计数、年龄层(多个用'|'分隔)、重点款型、UPM条码(选填) </span><br>
3、<a href="/ajax/link/baseproduct" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
</td>
</tr>
... ...
... ... @@ -301,14 +301,6 @@
<input type="text" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">预计上架时间 <span class="red">*</span></label>
<div class="col-sm-2">
<input type="text" style="background-color: #fff" id="expectShelfTimeStr" jsaction="time" value="[[expectShelfTimeStr]]" required class="form-control" readonly="readonly" placeholder="预计上架时间" />
</div>
</div>
</div>
</script>
... ...
... ... @@ -75,6 +75,7 @@
</div>
<div class="form-group">
<div class="col-sm-4">预计到货时间:[[expectArrivalTimeStr]]</div>
</div>
... ...
... ... @@ -312,6 +312,7 @@ var g = new common.grid({
formatted = common.util.__dateFormat(t, "yyyy-MM-dd hh:mm:ss");
}
html.push("<p>否</p>");
}
return html.join('');
... ...