|
@@ -85,7 +85,18 @@
|
|
</div>
|
|
</div>
|
|
<div class="box_flex f_content">
|
|
<div class="box_flex f_content">
|
|
<span id="homeType"></span>
|
|
<span id="homeType"></span>
|
|
-<!-- <input id="edit_order" name="homeType" />-->
|
|
|
|
|
|
+ <!-- <input id="edit_order" name="homeType" />-->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ <li class="f_item">
|
|
|
|
+ <div class="box">
|
|
|
|
+ <div class="f_label">
|
|
|
|
+ <span>门店: </span>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="box_flex f_content">
|
|
|
|
+ <span id="source_type"></span>
|
|
|
|
+ <!-- <input id="edit_order" name="homeType" />-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
@@ -331,6 +342,7 @@
|
|
$('#type').html(data.type);
|
|
$('#type').html(data.type);
|
|
$('#user_name').html(data.user_name);
|
|
$('#user_name').html(data.user_name);
|
|
$('#tech_content').html(data.tech_content);
|
|
$('#tech_content').html(data.tech_content);
|
|
|
|
+ $('#source_type').html(data.source_type);
|
|
jq_content_form.form('load', data);
|
|
jq_content_form.form('load', data);
|
|
$('#booking_time').datetimebox('setValue', parse_time(data,'booking_time'));
|
|
$('#booking_time').datetimebox('setValue', parse_time(data,'booking_time'));
|
|
$('#admins_edit_info').html('');
|
|
$('#admins_edit_info').html('');
|
|
@@ -343,6 +355,19 @@
|
|
},
|
|
},
|
|
onLoadSuccess : function () {
|
|
onLoadSuccess : function () {
|
|
$('#booking_time_str').val('');
|
|
$('#booking_time_str').val('');
|
|
|
|
+ $('#source_type').html('');
|
|
|
|
+ $('#id_str').html('');
|
|
|
|
+ $('#id').html('');
|
|
|
|
+ $('#user_name').html('');
|
|
|
|
+ $('#mobile').html('');
|
|
|
|
+ $('#tech_content').html('');
|
|
|
|
+ $('#homeType').html('');
|
|
|
|
+ $('#num').html('');
|
|
|
|
+ $('#type').html('');
|
|
|
|
+ $('#user_name').html('');
|
|
|
|
+ $('#tech_content').html('');
|
|
|
|
+ $('#source_type').html('');
|
|
|
|
+ jq_action_info.html('');
|
|
}
|
|
}
|
|
|
|
|
|
});
|
|
});
|