|
@@ -167,7 +167,7 @@
|
|
|
<div class="row cl" id="" style="">
|
|
|
<label class="form-label col-1 col-sm-1">支付时间:</label>
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
- <input type="text" placeholder="购买日期" id="salesPayTime" name="salesPayTime" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',dateFmt:'yyyy-MM-dd HH:mm:ss',maxDate: '%y-%M-%d'})" readonly="readonly">
|
|
|
+ <input type="text" placeholder="购买日期" id="salesPayTime" name="payTime" datatype="*" class="input-text Wdate" onclick="WdatePicker({skin:'whyGreen',dateFmt:'yyyy-MM-dd HH:mm:ss',maxDate: '%y-%M-%d'})" readonly="readonly">
|
|
|
</div>
|
|
|
<label class="form-label col-2 col-sm-2">支付方式:</label>
|
|
|
<div class="formControls col-2 col-sm-2" style="">
|
|
@@ -289,9 +289,9 @@
|
|
|
|
|
|
$("#store_1").on("input",function(){
|
|
|
var $options=$("#datalist_1").children();
|
|
|
+
|
|
|
for(var i=0;i<$options.length;i++){
|
|
|
if($options.eq(i).val().trim()==$("#store_1").val().trim()){
|
|
|
- /*alert($options.eq(i).attr("data-id"));*/
|
|
|
$("#salesStoreId").val($options.eq(i).attr("data-id"));
|
|
|
break;
|
|
|
}else{
|