📄 d_business.asp
字号:
<select name="SaleRoad" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(SaleRoad) %>
<option value="<%=SaleRoad(i)%>" <%if SaleRoad1=SaleRoad(i) then%> selected <%end if %>><%=SaleRoad(i)%></option>
<%next %>
</select>
<td width="10%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">店铺位置
</font>
</td>
<td width="14%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<select name="BusinessPlace" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(BusinessPlace) %>
<option value="<%=BusinessPlace(i)%>" <%if BusinessPlace1=BusinessPlace(i) then %> selected <%end if %>><%=BusinessPlace(i)%></option>
<%next %>
</select>
</td>
<td width="11%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<font size="2">进货来源
</font>
</td>
<td width="23%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<select name="ProdSource" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(ProdSource) %>
<option value="<%=ProdSource(i)%>" <%if ProdSource1=ProdSource(i) then %> selected <%end if %>><%=ProdSource(i)%></option>
<%next %>
</select>
</td>
</tr>
<tr>
<td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">主要经营品项
</font>
</td>
<td width="39%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" colspan="3">
<input type="text" name="MainProd" size="48" value="<%=MainProd1%>">
<td width="11%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<font size="2">卖场面积
</font>
</td>
<td width="23%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<input type="text" name="BusinessArea" size="7" value="<%=BusinessArea1%>">
</td>
</tr>
<tr>
<td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">业务员数量
</font>
</td>
<td width="15%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<input type="text" name="StuffNumber" size="7" value="<%=StuffNumber1%>">
<td width="10%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">客户数量
</font>
</td>
<td width="14%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<input type="text" name="CustomerNumer" size="7" value="<%=CustomerNumer1%>">
</td>
<td width="11%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<font size="2">车辆数量
</font>
</td>
<td width="23%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<input type="text" name="CarNumber" size="7" value="<%=CarNumber1%>">
</td>
</tr>
<tr>
<td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">商品陈列
</font>
</td>
<td width="15%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<select name="ProdDisplay" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(ProdDisplay) %>
<option value="<%=ProdDisplay(i)%>" <%if ProdDisplay1=ProdDisplay(i) then %> selected <%end if %>><%=ProdDisplay(i)%></option>
<%next %>
</select>
</td>
<td width="10%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">主要客源
</font>
</td>
<td width="14%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<select name="MainCustomer" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(MainCustomer) %>
<option value="<%=MainCustomer(i)%>" <%if MainCustomer1=MainCustomer(i) then %> selected <%end if %> ><%=MainCustomer(i)%></option>
<%next %>
</select>
</td>
<td width="11%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<font size="2">消费用群类型
</font>
</td>
<td width="23%" height="23" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5" >
<select name="SaleType" style="width: 110; height: 23" size="1">
<option value=""></option>
<%for i=0 to UBound(SaleType) %>
<option value="<%=SaleType(i)%>" <%if SaleType1=SaleType(i) then %> selected <%end if %>><%=SaleType(i)%></option>
<%next %>
</select>
</td>
</tr>
<tr>
<td width="13%" height="23" align="right" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<font size="2">备注</font>
</td>
<td width="23%" height="23" colspan="5" bgcolor="#F7F4E5" bordercolorlight="#F7F4E5">
<p align="left">
<input type="text" name="Remark" size="62" value="<%=Remark1%>">
</tr>
</table>
<p align="center">
<input type="submit" value="保存" name="bc" class="hand" style="background-color: #D1D1D1; border-style: solid; border-width: 1">
<font size="2">
<%tem="Lookup"%>
<%if request("tag")="1" then '回经销商的页面%>
<a href="../Customer/D_SalekhsubFrm.asp?lookup=<%=tem%>&page1=<%=Request("page1")%>&par_name=<%=Request("par_name")%>&par_type=<%=Request("par_type")%>&par_level=<%=Request("par_level")%>&par_id=<%=khxh%>">返回</a>
<%else%>
<%if request("index")="true" then '回客户线索页面%>
<a href="../Customer/D_khindexsubFrm.asp?lookup=<%=tem%>&page1=<%=Request("page1")%>&par_name=<%=Request("par_name")%>&par_type=<%=Request("par_type")%>&par_level=<%=Request("par_level")%>&par_id=<%=khxh%>">返回</a>
<%else '回客户信息页面%>
<a href="../Customer/D_khsubFrm.asp?lookup=<%=tem%>&page1=<%=Request("page1")%>&par_name=<%=Request("par_name")%>&par_type=<%=Request("par_type")%>&par_level=<%=Request("par_level")%>&par_id=<%=khxh%>">返回</a>
<%end if%>
<%end if %>
</font>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -