|
@@ -478,6 +478,13 @@
|
|
|
</select>
|
|
|
</span>
|
|
|
</div>
|
|
|
+ <div class="formControls col-2 col-sm-2" style="position: relative;">
|
|
|
+ <span class="select-box">
|
|
|
+ <select name="initDistrictCode" class="select" id="initCountry">
|
|
|
+ <option value="">请选择区/县</option>
|
|
|
+ </select>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
<input type="hidden" name="customerArea" id="customerArea">
|
|
|
<div class="formControls col-2 col-sm-2">
|
|
|
<input type="text" class="input-text" value="" placeholder="进水TDS数值,最大999" id="customerInTDS" name="customerInTDS" onkeyup="TDSLinkage($(this),999)" onpaste="TDSLinkage($(this),999)">
|