123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- <style>
- .upLoadText {
- margin: 0;
- }
-
- .upLoadButton {
- display: inline-block;
- height: 26px;
- width: 70px;
- line-height: 26px;
- font-size: 13px;
- border-radius: 4px;
- text-align: center;
- margin-right: 16px;
-
-
-
-
-
-
- background-color: #2379BC;
- color: white;
- vertical-align: top;
-
- position: relative;
- }
-
- .uploadedFile {
- opacity: 0;
- height: 26px;
- width: 70px;
- overflow: hidden;
- position: absolute;
- top: 0px;
- left: 0px;
- }
-
- .upLoadCancel {
- display: inline-block;
- color: #999999;
- height: 26px;
- width: 70px;
- line-height: 26px;
- font-size: 13px;
- border-radius: 4px;
- text-align: center;
-
-
- background-color: #EA641D;
- color: white;
- }
- </style>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td align="center">
- <table width="1000" border="0" cellspacing="10">
- <tr>
- <td width="650" valign="top" class="bg1">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td class="title2">报修信息</td>
- </tr>
- </table>
- <TABLE width="100%" align="center" bgcolor="#c9deef" border="0" cellspacing="1" cellpadding="5">
- <TBODY>
- <TR>
- <TD bgcolor="#e9f2f9">联系人</TD>
- <TD bgcolor="#ffffff">
- <input name="textfield" type="text" class="input1" id="textfield" ng-model="contacts">
- </TD>
- <TD bgcolor="#e9f2f9">联系电话</TD>
- <TD bgcolor="#ffffff">
- <input name="textfield2" type="text" class="input1" id="textfield2" ng-model="contactsInformation">
- </TD>
- </TR>
-
- <TR>
- <TD bgcolor="#e9f2f9">选择区域</TD>
- <TD colspan="3" bgcolor="#ffffff">
- <div style="width:385px">
- <ui-select ng-model="areaSelected.areaData" reset-search-input="false" ng-change="getAreaPlace()">
- <ui-select-match>
- <span ng-bind="$select.selected.area"></span>
- </ui-select-match>
- <ui-select-choices repeat="item in requesterArea">
- <span ng-bind="item.area"> </span>
- </ui-select-choices>
- </ui-select>
- </div>
- </TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">选择地点</TD>
- <TD colspan="3" bgcolor="#ffffff">
- <div style="width:385px">
- <ui-select ng-model="placeSelected.placeData" reset-search-input="false">
- <ui-select-match>
- <span ng-bind="$select.selected.place"></span>
- </ui-select-match>
- <ui-select-choices repeat="item in (requesterPlace | filter:$select.search) track by item.id">
- <span ng-bind="item.place"> </span>
- </ui-select-choices>
- </ui-select>
- </div>
- </TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">详细地址</TD>
- <TD colspan="3" bgcolor="#ffffff">
- <input name="textfield3" type="text" class="input1" id="textfield3" size="50" ng-model="loginUser.houseNumber">
- </TD>
- </TR>
-
-
- <TR>
- <TD bgcolor="#e9f2f9">详细描述</TD>
- <TD colspan="3" bgcolor="#ffffff">
- <textarea name="textfield11" cols="50" rows="10" class="input1" id="textfield11" style="height:100px" ng-model="description"></textarea>
- </TD>
- </TR>
- <TR>
- <TD bgcolor="#e9f2f9">附件</TD>
- <TD colspan="3" bgcolor="#ffffff">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <div ng-repeat="item in uploader.queue">
-
- <p ng-show="item.file.type=='image/png'" ng-thumb="{ file: item._file, height: 100 }"></p>
- <p ng-show="item.file.type=='image/jpeg'" ng-thumb="{ file: item._file, height: 100 }"></p>
- <p ng-show="item.file.type=='image/jpg'" ng-thumb="{ file: item._file, height: 100 }"></p>
- <p class="upLoadText" ng-show="uploader.isHTML5">文件名 {{ item.file.name }}</p>
- <p class="upLoadText" ng-show="uploader.isHTML5" nowrap>文件大小 {{ item.file.size/1024/1024|number:2 }} MB</p>
- </div>
- </tr>
- <tr>
-
- <div class="upLoadButton" ng-if="uploader.queue.length<3">添加附件
- <input class="uploadedFile" name="uploadedFile" type="file" style="opacity: 0;" nv-file-select="" uploader="uploader" />
- </div>
- <div class="upLoadCancel" ng-if="uploader.getNotUploadedItems().length" ng-click="uploader.clearQueue()">清空附件
-
- </div>
- </tr>
- <tr>
- <td class="more">可以上传文档和图片,最多上传3个附件,每个附件不超过6M,支持jpg、png图片</td>
- </tr>
-
- </table>
-
- </TD>
- </TR>
- </TBODY>
- </TABLE>
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="60" align="center" valign="bottom">
- <input type="button" class="bt1" id="button" value="提 交" ng-click="submit()">
-
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
|