Files
advertising/admin/page/orderadd.php

141 lines
5.1 KiB
PHP
Raw Permalink Normal View History

2019-04-11 15:54:34 +08:00
<div id="msg">
<section>
<div class="page_title">
<h2 class="fl">添加信息</h2>
</div>
</section>
<section>
<h2>
<strong style="color: grey;">城区信息</strong>
</h2>
<input type="text" name="type" value="1" style="display: none">
<ul class="ulColumn2">
<li><span class="item_name" style="width: 120px;">广告牌编号:</span> <SELECT
name="province" onChange="getCity()" id="tesd" class="text">
<OPTION VALUE="A">请选择所在省份</OPTION>
<OPTION VALUE="A">A</OPTION>
<OPTION VALUE="B">B</OPTION>
<OPTION VALUE="C">C</OPTION>
<OPTION VALUE="D">D</OPTION>
<OPTION VALUE="E">E</OPTION>
<OPTION VALUE="F">F</OPTION>
<OPTION VALUE="G">G</OPTION>
<OPTION VALUE="H">H</OPTION>
<OPTION VALUE="I">I</OPTION>
<OPTION VALUE="J">J</OPTION>
<OPTION VALUE="K">K</OPTION>
<OPTION VALUE="L">L</OPTION>
<OPTION VALUE="M">M</OPTION>
<OPTION VALUE="N">N</OPTION>
<OPTION VALUE="O">O</OPTION>
<OPTION VALUE="P">P</OPTION>
<OPTION VALUE="Q">Q</OPTION>
<OPTION VALUE="R">R</OPTION>
<OPTION VALUE="S">S</OPTION>
<OPTION VALUE="T">T</OPTION>
<OPTION VALUE="U">U</OPTION>
<OPTION VALUE="V">V</OPTION>
<OPTION VALUE="W">W</OPTION>
<OPTION VALUE="X">X</OPTION>
<OPTION VALUE="Y">Y</OPTION>
<OPTION VALUE="Z">Z</OPTION>
</SELECT> <SELECT style="width: 125px;" name="signid"
class="provincecity">
</SELECT>
<input type="button" value="选择详细" id="aa" class="group_btn" style="height: 30px;"/>
<SELECT style="width: 125px;" name="vacancyid" class="procity">
</SELECT>
<span id="signidR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>
<li><span class="item_name" style="width: 120px;">投放用户:</span> <input
type="text" name="username" class="textbox textbox_295" /> <span
id="usernameR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>
<!-- <li><span class="item_name" style="width: 120px;">费用/天:</span> <input
type="text" name="days" class="textbox textbox_295" /> <span
id="city_citydess" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>-->
<li><span class="item_name" style="width: 120px;">用户投放天数:</span> <input
type="text" name="days" class="textbox textbox_295" /> <span
id="daysR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>
<li><span class="item_name" style="width: 120px;">设计费用:</span> <input
type="text" name="design" class="textbox textbox_295" /> <span
id="designR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>
<li><span class="item_name" style="width: 120px;">是否需要设计::</span> <SELECT
name="isreplace" id="" class="">
<OPTION VALUE="1">请选择否需要设计</OPTION>
<OPTION VALUE="1"></OPTION>
<OPTION VALUE="0"></OPTION>
</SELECT>
<li><span class="item_name" style="width: 120px;">下单日期:</span> <input
type="text" name="ordertime" class="textbox textbox_295" /> <span
id="ordertimeR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">可选项 例如10/19/2017 15:29:31</strong></li>
<li><span class="item_name" style="width: 120px;">起始时间:</span> <input
type="text" name="starttime" class="textbox textbox_295" /> <span
id="starttimeR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项 例如10/17/2017</strong></li>
<li><span class="item_name" style="width: 120px;">到期时间:</span> <input
type="text" name="endtime" class="textbox textbox_295" /> <span
id="endtimeR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项 例如10/17/2017</strong></li>
<li><span class="item_name" style="width: 120px;">总费用:</span> <input
type="text" name="totalcost" class="textbox textbox_295" /> <span
id="totalcostR_tip" class="tip"></span></li>
<li><span class="item_name" style="width: 120px;"></span> <strong
style="color: red;">必添项</strong></li>
<li><span class="item_name" style="width: 120px;"></span> <input
type="submit" id="addOrder" class="link_btn" /></li>
</ul>
</section>
<script type="text/javascript">
<!--
ajaxData("get",admin_js_url+"orderMsg.js?"+Math.random(),"","script",null);
//-->
</script>
<script type="text/javascript">
//定义了城市的二维数组里面的顺序跟省份的顺序是相同的。通过selectedIndex获得省份的下标值来得到相应的城市数组
</script>
</div>