north 8 years ago
parent
commit
67da600e83
1 changed files with 26 additions and 1 deletions
  1. 26 1
      www/protected/modules/moonclub/views/reserve/index.php

+ 26 - 1
www/protected/modules/moonclub/views/reserve/index.php

@@ -85,7 +85,18 @@
                                         </div>
                                         <div class="box_flex f_content">
                                             <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>
                                 </li>
@@ -331,6 +342,7 @@
                 $('#type').html(data.type);
                 $('#user_name').html(data.user_name);
                 $('#tech_content').html(data.tech_content);
+                $('#source_type').html(data.source_type);
                 jq_content_form.form('load', data);
                 $('#booking_time').datetimebox('setValue', parse_time(data,'booking_time'));
                 $('#admins_edit_info').html('');
@@ -343,6 +355,19 @@
             },
             onLoadSuccess : function () {
                 $('#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('');
             }
 
         });