소스 검색

添加客户基本信息

dujinyan 7 년 전
부모
커밋
81009ab689
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      watero-rst-web/src/main/webapp/WEB-INF/views/customer/update_customer_info.ftl

+ 3 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/customer/update_customer_info.ftl

@@ -267,9 +267,11 @@
                     <select name="supplyPrice" id="supplyPrice" class="select">
                     </select>
                 </span>
+                <#--<input type="text" class="input-text"  style="width:110px;margin-right: 0;margin-bottom: 10px;"  placeholder="填写供货价格" id="writeSupplyPrice" name="writeSupplyPrice">-->
+            </div>
+            <div class="formControls col-2 col-sm-2" style="width:110px;padding:0 0;margin-right: 15px;">
                 <input type="text" class="input-text"  style="width:110px;margin-right: 0;margin-bottom: 10px;"  placeholder="填写供货价格" id="writeSupplyPrice" name="writeSupplyPrice">
             </div>
-
             <label class="form-label col-2 col-sm-2" style="width:166px;padding:0 0;">
                 <button type="button" style="cursor:pointer; float: right;height: 35px;margin-bottom: 10px;" class="my-btn-search" onclick="toAddChannelSaleInfo();">保存</button>
             </label>