⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addsale.asp

📁 漂亮的模板,商店销售统计,日销售,月销售统计,销售录入
💻 ASP
📖 第 1 页 / 共 3 页
字号:
                                <TD width="2%" height=20><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                <TD width="9%" class=grayTxt>销售类型:
                             </TD>
                                <TD width="17%" class=blueTxt><span class="grayTxt">
                                  <select name="Salestypes" id="Salestypes">
                                    <option value="" selected>销售类型</option>
                                        <%
                  call getSalestypesBoardTree()
                 %>
                                      </select> 
                                </span></TD>
                                <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                <TD width="5%" class=grayTxt>单价:</TD>
                                <TD width="33%" class=blueTxt>
                                  <input name="Price" type="text" id="Price" value="<%=mPrice%>" onpropertychange="senfe();"  size="15">
                                  <span class="grayTxt">
                                  <select name="Currency" id="Currency" onpropertychange="senfe();">
									   <%
                  call getCurrencyBoardTree()
                 %>
                                      </select> 
元 </span></TD>
                                <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                <TD width="5%" class=grayTxt>数量:</TD>
                                <TD width="8%" class=blueTxt><input name="Volume" type="text" id="Volume" value="<%=mVolume%>" onpropertychange="senfe();"  size="5"></TD>
                                <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                <TD width="5%" class=grayTxt>赊欠:</TD>
                                <TD width="10%" class=blueTxt><span class="grayTxt">
                                  <input name="saleOwed" type="text" id="saleOwed" value="<%if saleid<>0 then response.write ""&msaleOwed&"" end if%> <%if saleid=0 then response.write "0" end if%>" size="10" onpropertychange="senfe();">
                                </span></TD>
                                </TR>
                                </TBODY></TABLE>
								<br>
                              <TABLE cellSpacing=0 cellPadding=0 width="96%" 
                              align=center border=0>
                                <TBODY>
                                  <TR>
                                    <TD width="2%" height=20><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                    <TD width="9%" class=grayTxt>费用开支: </TD>
                                    <TD width="17%" class=blueTxt><span class="grayTxt">
                                      <input name="Expenditure" type="text" id="Expenditure" value="<%if saleid<>0 then response.write ""&mExpenditure&"" end if%> <%if saleid=0 then response.write "0" end if%>" size="10" onpropertychange="senfe();">
                                    </span></TD>
                                    <TD width="2%">&nbsp;</TD>
                                    <TD width="5%" class=grayTxt>&nbsp;</TD>
                                    <TD width="27%" class=blueTxt>
                                      <span class="grayTxt">        </span></TD>
                                    <TD width="2%">&nbsp;</TD>
                                    <TD width="6%" class=grayTxt>&nbsp;</TD>
                                    <TD width="7%" class=blueTxt>&nbsp;</TD>
                                    <TD width="2%">&nbsp;</TD>
                                    <TD width="7%" class=grayTxt>&nbsp;</TD>
                                    <TD width="14%" class=blueTxt><span class="grayTxt">                                    </span></TD>
                                  </TR>
                                </TBODY>
                              </TABLE>                              <br>
                              <TABLE cellSpacing=0 cellPadding=0 width="96%" 
                              align=center border=0>
                                <TBODY>
                                  <TR>
                                    <TD width="2%" height=20><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                    <TD width="9%" class=grayTxt>提成比例: </TD>
                                    <TD width="17%" class=blueTxt><span class="grayTxt">
                                      <select name="Generateratio" onpropertychange="senfe();"  id="Generateratio">
                                        <option value="" selected>提成百分比</option>
                                        <%
                  call getGenerateratioBoardTree()
                 %>
                                      </select> 
                                      </span></TD>
                                    <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                    <TD width="8%" class=grayTxt>销售员:</TD>
                                    <TD width="11%" class=blueTxt>
                                      <span class="grayTxt">  
                                      <select name="Salesman"   id="Salesman">
                                        <option value="" selected>请选择</option>
                                        <%
                  call getsaleBoardTree()
                 %>
                                      </select>
</span></TD>
                                    <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                    <TD width="5%" class=grayTxt>合计:</TD>
                                    <TD width="20%" class=red12><input name="saleTotal"  type="text"  class=red12 id="saleTotal" value="<%=msaleTotal%>"  size="20"></TD>
                                    <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                    <TD width="6%" class=grayTxt>实收:</TD>
                                    <TD width="16%" class=blueTxt><input name="Revenue" type="text" class=red12 id="Revenue" value="<%=mRevenue%>"   size="18"></TD>
                                  </TR>
                                </TBODY>
                              </TABLE>                              <br>
                              <table width="96%" border="0" align="center">
                                <tr>
                                  <td width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></td>
                                  <td width="6%" class="grayTxt">品名:</td>
                                  <td width="92%">
                                    <textarea name="Designation" cols="50" rows="5" id="Designation"><%=mDesignation%></textarea>                               </td>
                                </tr>
                                <tr>
                                  <td><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></td>
                                  <td class="grayTxt">备注:</td>
                                  <td><textarea name="Remarks" cols="50" rows="5" id="Remarks"><%if saleid<>0 then response.write ""&mRemarks&"" end if%> <%if saleid=0 then response.write "无备注信息" end if%></textarea></td>
                                </tr>
                              </table></TD>
                            <TD class=DashedFrame_Right><IMG height=1 
                            width=1></TD></TR>
                          <TR>
                            <TD height="858" class=DashedFrame_Angle_3><IMG height=1 
                              width=1></TD>
                            <TD class=DashedFrame_Bottom><IMG height=1 
                            width=1></TD>
                            <TD class=DashedFrame_Angle_4><IMG height=1 
                              width=1></TD></TR></TBODY></TABLE>
							  <br>
                        <TABLE cellSpacing=0 cellPadding=0 width="96%" 
                        align=center border=0>
                          <TBODY>
                            <TR>
                              <TD class=DashedFrame_Angle_1><IMG height=1 
                              width=1></TD>
                              <TD class=DashedFrame_Top><IMG height=1 
width=1></TD>
                              <TD class=DashedFrame_Angle_2><IMG height=1 
                              width=1></TD>
                            </TR>
                            <TR>
                              <TD class=DashedFrame_Left><IMG height=1 
                            width=1></TD>
                              <TD class=DashedFrame_Bg>
                                <TABLE cellSpacing=0 cellPadding=0 width="96%" 
                              align=center border=0>
                                  <TBODY>
                                    <TR>
                                      <TD width="2%" height=20><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD width="8%" class=grayTxt>客户名称:<span class="blueTxt">
                                      </span></TD>
                                      <TD width="22%" class=blueTxt><span class="grayTxt">
                                        <input name="Customers" type="text" id="Customers" value="<%if saleid<>0 then response.write ""&mCustomers&"" end if%>" size="15">
                                      </span></TD>
                                      <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD width="8%" class=grayTxt>客户类型:<span class="blueTxt">
                                      </span></TD>
                                      <TD width="19%" class=blueTxt><span class="grayTxt">
                                        <select name="Customertypes" id="Customertypes">
                                           <option value="" selected>选择类型</option>
                                        <%
                  call getCustomertypesBoardTree()
                                      %>
                                      </select>
                                      </span></TD>
                                      <TD width="2%"><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD width="8%" class=grayTxt>归属单位:</TD>
                                      <TD width="29%" class=blueTxt><span class="grayTxt">
                                        <input name="Customerunits" type="text" id="Customerunits" value="<%if saleid<>0 then response.write ""&mCustomerunits&"" end if%> <%if saleid=0 then response.write "未知" end if%>" size="25">
                                      </span></TD>
                                      </TR>
                                    <TR>
                                      <TD height=20><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD class=grayTxt>付费类型:</TD>
                                      <TD class=blueTxt><span class="grayTxt">
                                        <select name="Payment" id="Payment">
                                          <option value="" selected>付费类型</option>
                                        <%
                  call getPaymentBoardTree()
                 %>
                                      </select> 
                                      </span></TD>
                                      <TD><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD class=grayTxt>客户电话</TD>
                                      <TD class=blueTxt><span class="grayTxt">
                                        <input name="CustomerTelephone" type="text" id="CustomerTelephone" value="<%if saleid<>0 then response.write ""&mCustomerTelephone&"" end if%>" size="20">
                                      </span></TD>
                                      <TD><IMG height=5 
                                src="../images/Ico_Dot.gif" width=5></TD>
                                      <TD class=grayTxt>赊欠期限:</TD>
                                      <TD class=blueTxt><span class="grayTxt">
                                        <input name="Oweddeadline" type="text" id="Oweddeadline" value="<%if saleid<>0 then response.write ""&mOweddeadline&"" end if%>" size="15">
                                     一天,星期,月 </span></TD>
                                      </TR>
                                  </TBODY>
                              </TABLE></TD>
                              <TD class=DashedFrame_Right><IMG height=1 
                            width=1></TD>
                            </TR>
                            <TR>
                              <TD height="858" class=DashedFrame_Angle_3><IMG height=1 
                              width=1></TD>
                              <TD class=DashedFrame_Bottom><IMG height=1 
                            width=1></TD>
                              <TD class=DashedFrame_Angle_4><IMG height=1 
                              width=1></TD>
                            </TR>
                          </TBODY>
                        </TABLE><br>                        
                        <table width="200" border="0" align="center">
                          <tr>
                            <td>
                             <input type="button" class=button_small  name="post" value="提 交" onclick="return saveIt();"  ID="post">
                            <input type="hidden" name="saleid" value="<%=saleid%>">
                               <input type="hidden" name="action" value="<%=action%>">
						   </td>
                            <td>&nbsp;</td>
                            <td>
                              <input type="reset" name="Submit2" class=button_small value="重置">
                        </td>
                          </tr>
                        </table>                        <p>&nbsp;</p>
                        </TD>
                    </TR></TBODY></TABLE></form>
					</TD></TR></TBODY></TABLE></TD>
          <TD class=Bg_RightShadow vAlign=top>
            <TABLE cellSpacing=0 cellPadding=0 width=10 border=0>
              <TBODY>
              <TR>
                <TD class=Bg_Angle_2><IMG height=1 
          width=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>
      <TABLE height=10 cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD class=Bg_Angle_3><IMG height=1 width=1></TD>
          <TD class=Bg_BottomShadow><IMG height=1 width=1></TD>
          <TD class=Bg_Angle_4><IMG height=1 
  width=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
</BODY></HTML>
<%rsa.close
  set rsa=nothing
  %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -