|
@@ -31,7 +31,7 @@
|
|
|
<div class="text-c" style="margin-top: 20px;">
|
|
|
<form action="${path}/admin/customerBasic/listCustomerBasic" method="post">
|
|
|
<div style="display: block;">
|
|
|
- <button type="button" class="my-btn-search" style="margin-right: 10px;height: 32px;" onclick="customerAdd()">新增</button>
|
|
|
+ <button type="button" class="my-btn-search" style="margin-right: 10px;height: 30px;" onclick="customerAdd()">新增</button>
|
|
|
<select class="my-select" name="isLookAll" style="width: 110px;height: 32px;">
|
|
|
<#if isLookAll??>
|
|
|
<option value ="1" <#if isLookAll == 1>selected</#if>>查看全部客户</option>
|
|
@@ -63,10 +63,10 @@
|
|
|
<option value ="3">停止合作</option>
|
|
|
</#if>
|
|
|
</select>
|
|
|
- <input class="my-input" type="text" name="customerName" style="width: 84px;height: 32px;" value="${customerName!''}" placeholder="请输入客户名称"/>
|
|
|
- <input class="my-input" type="text" name="contactName" style="width: 120px;height: 32px;" value="${contactName!''}" placeholder="请输入客户联系人姓名"/>
|
|
|
- <input class="my-input" type="text" name="contactPhone" style="width: 120px;height: 32px;" value="${contactPhone!''}" placeholder="请输入客户联系人电话"/>
|
|
|
- <input class="my-input" type="text" name="contactEmail" style="width: 120px;height: 32px;" value="${contactEmail!''}" placeholder="请输入客户联系人邮箱"/>
|
|
|
+ <input class="my-input" type="text" name="customerName" style="width: 84px;height: 30px;" value="${customerName!''}" placeholder="请输入客户名称"/>
|
|
|
+ <input class="my-input" type="text" name="contactName" style="width: 120px;height: 30px;" value="${contactName!''}" placeholder="请输入客户联系人姓名"/>
|
|
|
+ <input class="my-input" type="text" name="contactPhone" style="width: 120px;height: 30px;" value="${contactPhone!''}" placeholder="请输入客户联系人电话"/>
|
|
|
+ <input class="my-input" type="text" name="contactEmail" style="width: 120px;height: 30px;" value="${contactEmail!''}" placeholder="请输入客户联系人邮箱"/>
|
|
|
<button type="submit" style="cursor:pointer; height: 32px;" class="my-btn-search">搜索</button>
|
|
|
</div>
|
|
|
</form>
|