Authored by xuhongyun

build project

@@ -317,6 +317,7 @@ webpackJsonp([24],{ @@ -317,6 +317,7 @@ webpackJsonp([24],{
317 formatted = common.util.__dateFormat(t, "yyyy-MM-dd hh:mm:ss"); 317 formatted = common.util.__dateFormat(t, "yyyy-MM-dd hh:mm:ss");
318 } 318 }
319 html.push("<p>否</p>"); 319 html.push("<p>否</p>");
  320 +
320 } 321 }
321 322
322 return html.join(''); 323 return html.join('');
@@ -138,7 +138,7 @@ @@ -138,7 +138,7 @@
138 <td>说明:</td> 138 <td>说明:</td>
139 <td colspan="2"> 139 <td colspan="2">
140 1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br> 140 1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
141 - 2、第一行标题栏:<span style="color: #67D267;">货品名称、厂家编号、一级分类、二级分类、三级分类、四级分类(目前不用)、性别、货品年、货品季、吊牌价、销售价、色系、厂家颜色、款型(选填)、尺码、条码、能否补货、SKN计数、年龄层(多个用'|'分隔)、重点款型、UPM条码(选填)</span><br> 141 + 2、第一行标题栏:<span style="color: #67D267;">货品名称、厂家编号、一级分类、二级分类、三级分类、四级分类(目前不用)、性别、货品年、货品季、吊牌价、销售价、色系、厂家颜色、款型(选填)、尺码、条码、能否补货、SKN计数、年龄层(多个用'|'分隔)、重点款型、UPM条码(选填) </span><br>
142 3、<a href="/ajax/link/baseproduct" style="margin: 0; text-decoration: underline">下载样例.xlsx</a> 142 3、<a href="/ajax/link/baseproduct" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
143 </td> 143 </td>
144 </tr> 144 </tr>
@@ -301,14 +301,6 @@ @@ -301,14 +301,6 @@
301 <input type="text" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" /> 301 <input type="text" id="salesPriceStr" class="form-control" required value="[[salesPriceStr]]" match="numbers" placeholder="销售价" />
302 </div> 302 </div>
303 </div> 303 </div>
304 -  
305 - <div class="form-group">  
306 - <label class="col-sm-2 control-label">预计上架时间 <span class="red">*</span></label>  
307 - <div class="col-sm-2">  
308 - <input type="text" style="background-color: #fff" id="expectShelfTimeStr" jsaction="time" value="[[expectShelfTimeStr]]" required class="form-control" readonly="readonly" placeholder="预计上架时间" />  
309 - </div>  
310 - </div>  
311 -  
312 </div> 304 </div>
313 </script> 305 </script>
314 306
@@ -75,6 +75,7 @@ @@ -75,6 +75,7 @@
75 </div> 75 </div>
76 76
77 <div class="form-group"> 77 <div class="form-group">
  78 +
78 <div class="col-sm-4">预计到货时间:[[expectArrivalTimeStr]]</div> 79 <div class="col-sm-4">预计到货时间:[[expectArrivalTimeStr]]</div>
79 </div> 80 </div>
80 81