瀏覽代碼

产权交易

RongCheng
庞东旭 1 年之前
父節點
當前提交
b793e63f73
共有 4 個檔案被更改,包括 20 行新增17 行删除
  1. +4
    -4
      index.html
  2. +7
    -4
      static/css/index.css
  3. +1
    -1
      view/listingItems/itemsList.html
  4. +8
    -8
      view/user/user.html

+ 4
- 4
index.html 查看文件

@@ -277,10 +277,10 @@
<tr> <tr>
<td>项目名称</td> <td>项目名称</td>
<td>转出价格</td> <td>转出价格</td>
<!-- <td>转出方</td>-->
<td>转出方</td>
<td>报名结束</td> <td>报名结束</td>
<td>竞价结束</td> <td>竞价结束</td>
<td>地址</td>
<!-- <td>地址</td>-->
</tr> </tr>
</table> </table>
<div class="tableList"> <div class="tableList">
@@ -308,10 +308,10 @@
{{# value.projectName}} {{# value.projectName}}
</td> </td>
<td>{{# value.price}}{{# value.unit}}</td> <td>{{# value.price}}{{# value.unit}}</td>
<!-- <td>{{# value.outName}}</td>-->
<td style="text-align: left;">{{# value.outName}}</td>
<td>{{# value.signupStopTime}}</td> <td>{{# value.signupStopTime}}</td>
<td>{{# value.biddingStopTime}}</td> <td>{{# value.biddingStopTime}}</td>
<td style="text-align: left;">{{# value.locationName}}</td>
<!-- <td style="text-align: left;">{{# value.locationName}}</td>-->
</tr> </tr>
{{/each}} {{/each}}
</script> </script>


+ 7
- 4
static/css/index.css 查看文件

@@ -1190,7 +1190,7 @@ label input[type="radio"]:checked+span {
} }


.tableHead tr td { .tableHead tr td {
width: 12%;
width: 8%;
} }


.tableHead tr td:first-child { .tableHead tr td:first-child {
@@ -1198,7 +1198,7 @@ label input[type="radio"]:checked+span {
} }


.tableHead tr td:last-child { .tableHead tr td:last-child {
width: 16%;
width: 8%;
} }


.tableList { .tableList {
@@ -1208,9 +1208,12 @@ label input[type="radio"]:checked+span {
} }


.tableList table tr td { .tableList table tr td {
width: 12%;
width: 8%;
text-align: center; text-align: center;
padding: 10px 0px; padding: 10px 0px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }


.tableList table tr td:first-child { .tableList table tr td:first-child {
@@ -1221,7 +1224,7 @@ label input[type="radio"]:checked+span {
} }


.tableList table tr td:last-child { .tableList table tr td:last-child {
width: 16%;
width: 8%;
} }


.tableList table tr:nth-child(odd) { .tableList table tr:nth-child(odd) {


+ 1
- 1
view/listingItems/itemsList.html 查看文件

@@ -277,7 +277,7 @@
{{# value.projectName}} {{# value.projectName}}
</td> </td>
<td>{{# value.price}}{{# value.unit}}</td> <td>{{# value.price}}{{# value.unit}}</td>
<td>{{# value.outName}}</td>
<td style="text-align: left;">{{# value.outName}}</td>
<td>{{# value.signupStopTime}}</td> <td>{{# value.signupStopTime}}</td>
<td>{{# value.biddingStopTime}}</td> <td>{{# value.biddingStopTime}}</td>
<!--<td>{{# value.locationName}}</td>--> <!--<td>{{# value.locationName}}</td>-->


+ 8
- 8
view/user/user.html 查看文件

@@ -176,7 +176,7 @@
<td style="border: none;"><span>*</span>手机号码:</td> <td style="border: none;"><span>*</span>手机号码:</td>
<td style="border: none;"> <td style="border: none;">
<p class="m-l-10 m-r-10 fl">{{userInformationDetail.phone}}</p> <p class="m-l-10 m-r-10 fl">{{userInformationDetail.phone}}</p>
<span onclick="phoneUpdate('user')">修改手机号</span>
<!-- <span onclick="phoneUpdate('user')">修改手机号</span>-->
<p class="activitiStatus"> <p class="activitiStatus">
{{userInformationDetail.activitiStatus == '1' ? '待审':userInformationDetail.activitiStatus == '2' ? '驳回':userInformationDetail.activitiStatus == '3' ? '通过':''}} {{userInformationDetail.activitiStatus == '1' ? '待审':userInformationDetail.activitiStatus == '2' ? '驳回':userInformationDetail.activitiStatus == '3' ? '通过':''}}
</p> </p>
@@ -235,16 +235,16 @@


<script id="companyInformationData" type="text/html"> <script id="companyInformationData" type="text/html">
<tr> <tr>
<td><span>*</span>手机号码:</td>
<td>
<td style="border: none;"><span>*</span>手机号码:</td>
<td style="border: none;">
<p class="m-l-10 m-r-10 fl">{{userInformationDetail.phone}}</p> <p class="m-l-10 m-r-10 fl">{{userInformationDetail.phone}}</p>
<span onclick="phoneUpdate('company')">修改手机号</span>
<!-- <span onclick="phoneUpdate('company')">修改手机号</span>-->
<p class="activitiStatus" onclick="$('#dialog-02').css('display','block')"> <p class="activitiStatus" onclick="$('#dialog-02').css('display','block')">
{{userInformationDetail.activitiStatus == '1' ? '待审':userInformationDetail.activitiStatus == '2' ? '驳回':userInformationDetail.activitiStatus == '3' ? '通过':''}} {{userInformationDetail.activitiStatus == '1' ? '待审':userInformationDetail.activitiStatus == '2' ? '驳回':userInformationDetail.activitiStatus == '3' ? '通过':''}}
</p> </p>
</td> </td>
<td></td>
<td></td>
<td style="border: none;"></td>
<td style="border: none;"></td>
<!-- <td><span>*</span>密码:</td>--> <!-- <td><span>*</span>密码:</td>-->


<!-- <td><input type="text" id="password"/></td>--> <!-- <td><input type="text" id="password"/></td>-->
@@ -370,7 +370,7 @@
</tr> </tr>


<tr> <tr>
<td style="border: none;"><span>*</span>开户省份:</td>
<td style="border: none;">开户省份:</td>
<td style="border: none;"> <td style="border: none;">
<select id="sheng" class="p-l-10" style="width: 50%" onchange="getShi()"> <select id="sheng" class="p-l-10" style="width: 50%" onchange="getShi()">
<script id="shengData" type="text/html"> <script id="shengData" type="text/html">
@@ -382,7 +382,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td style="border: none;"><span>*</span>开户城市:</td>
<td style="border: none;">开户城市:</td>
<td style="border: none;"> <td style="border: none;">
<select id="shi" class="p-l-10" style="width: 50%"> <select id="shi" class="p-l-10" style="width: 50%">
<script id="shiData" type="text/html"> <script id="shiData" type="text/html">


Loading…
取消
儲存