|
|
@@ -972,6 +972,24 @@
|
|
972
|
972
|
<button type="button" class="btn btn-primary btn-sm" id="save_order" style="display: none;">创建</button>
|
|
973
|
973
|
<button type="button" class="btn btn-primary btn-sm" onclick="cleanOrderForm()">清空</button>
|
|
974
|
974
|
</div>
|
|
|
975
|
+ <div class="form-group col-md-12 clearfix" style="margin-top: 50px;">
|
|
|
976
|
+ <div class="form-group col-md-4" id="">
|
|
|
977
|
+ <label for="order_handle">业务经理姓名:</label>
|
|
|
978
|
+ <input type="text" class="form-control input-sm" id="short_message" placeholder="请输入业务经理姓名">
|
|
|
979
|
+ </div>
|
|
|
980
|
+ <div class="form-group col-md-4" id="">
|
|
|
981
|
+ <label for="order_handle">业务经理电话:</label>
|
|
|
982
|
+ <input type="text" class="form-control input-sm" id="short_phone" placeholder="请输入业务经理电话">
|
|
|
983
|
+ </div>
|
|
|
984
|
+ <div class="form-group col-md-4" id="">
|
|
|
985
|
+ <label for="order_handle">客户电话:</label>
|
|
|
986
|
+ <input type="text" class="form-control input-sm" id="short_tel" placeholder="请输入客户电话">
|
|
|
987
|
+ </div>
|
|
|
988
|
+
|
|
|
989
|
+ </div>
|
|
|
990
|
+ <div class="form-group text-center col-sm-12" style="margin-top: 10px;">
|
|
|
991
|
+ <button type="button" class="btn btn-primary btn-sm" id="save_short">发送</button>
|
|
|
992
|
+ </div>
|
|
975
|
993
|
</form>
|
|
976
|
994
|
|
|
977
|
995
|
</div>
|