| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
8bb673ff92 | 去掉 | 4 months ago |
|
|
c5df83c9ae | 更多 链接修改 | 5 months ago |
|
|
aa6c99fbc0 | 招标公告 | 5 months ago |
|
|
759a934b85 | 招标公告 | 5 months ago |
|
|
7239876318 | 招标公告 | 5 months ago |
|
|
70c8855ab6 | 会员注册流程 | 7 months ago |
|
|
d3e7780801 | 会员注册流程 | 8 months ago |
|
|
c587c332ae | 公告单位 | 8 months ago |
|
|
5dfbfde2bb | 字段取值错误 | 9 months ago |
| @@ -190,15 +190,13 @@ | |||
| <tr> | |||
| <td style="text-align: left;padding-left: 2%;width: 38%;">项目名称</td> | |||
| <td>招标方</td> | |||
| <td style="width: 8%;">中标情况</td> | |||
| <td>招标评审时间</td> | |||
| </tr> | |||
| {{each inviteTendersInformationList as value i}} | |||
| <tr style="cursor: pointer;" onclick="window.location='view/announcement/inviteTendersDetail.html?id={{value.id}}'"> | |||
| <td style="text-align: left;padding-left: 2%;width: 38%;">{{# value.projectName}}</td> | |||
| <td>{{# value.tenderName}}</td> | |||
| <td style="width: 8%;">{{# value.tenderStatus == 'Y' ? '招标成功':'招标失败'}}</td> | |||
| <td>{{# value.logintime}}</td> | |||
| <td>{{# value.revieveAt}}</td> | |||
| </tr> | |||
| {{/each}} | |||
| </script> | |||
| @@ -220,9 +218,11 @@ | |||
| <td style="width: 30%;">{{# value.tenderName}}</td> | |||
| <td style="width: 30%;"> | |||
| {{if value.dealType == '1'}} | |||
| {{# value.assignee}} | |||
| {{# value.assignee}} | |||
| {{else if value.dealType == '3'}} | |||
| 项目变更 | |||
| {{else}} | |||
| <span style="color: #c12e2a;">招标失败</span> | |||
| 招标失败 | |||
| {{/if}} | |||
| </td> | |||
| <td style="width: 10%;">{{# value.dealTime}}</td> | |||
| @@ -240,7 +240,7 @@ | |||
| <div class="m-t-40 center_main_jyxm"> | |||
| <div class="bannerLeft_tt"> | |||
| <p class="bannerLeft_tt_jyxm">交易项目</p> | |||
| <a href="view/announcement/announcement.html"><span>更多 ></span></a> | |||
| <a href="view/listingItems/itemsList.html"><span>更多 ></span></a> | |||
| </div> | |||
| <div class="bannerLeft_tab" style="text-align: left;"> | |||
| <p class="active" id="landListBtn" onclick="tabClickGYXQ('landList')">供应项目</p> | |||
| @@ -44,6 +44,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi',"cupload"], function | |||
| //底部友情链接 | |||
| module.webConfig = function (data) { | |||
| if (data.code == 200) { | |||
| $("#xzConfig").html(data.data[6].configValue); | |||
| $("#fwxyConfig").html(data.data[15].configValue); | |||
| $("#cnsConfig").html(data.data[16].configValue); | |||
| } | |||
| @@ -369,8 +369,6 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper'," | |||
| //注册校验 | |||
| module.registerData = function (data) { | |||
| console.log(data) | |||
| document.getElementById('loading').style.display = 'none'; | |||
| if (data.code == 500) { | |||
| module.verificationCode() | |||
| @@ -406,32 +404,9 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper'," | |||
| tools.initTips('请输入姓名', 'right', $('#realName')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 身份证号 */ | |||
| if (idCardNum == '') { | |||
| $('#idCardNum')[0].focus() | |||
| tools.initTips('请输入身份证号', 'right', $('#idCardNum')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 地址 */ | |||
| if (address == '') { | |||
| $('#address')[0].focus() | |||
| tools.initTips('请输入地址', 'right', $('#address')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 身份证 */ | |||
| if (module.data.sfz == '') { | |||
| $('#cupload-3')[0].focus() | |||
| tools.initTips('请上传身份证', 'right', $('#cupload-3')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 银行卡 */ | |||
| if (module.data.yhk == '') { | |||
| $('#cupload-4')[0].focus() | |||
| tools.initTips('请上传银行卡', 'right', $('#cupload-4')[0], 2000) | |||
| return false; | |||
| } | |||
| } | |||
| if (module.data.type == 2){ | |||
| /* 姓名 */ | |||
| if (companyRealName == '') { | |||
| @@ -439,37 +414,8 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper'," | |||
| tools.initTips('请输入姓名', 'right', $('#companyRealName')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 身份证号 */ | |||
| if (companyIdCardNum == '') { | |||
| $('#companyIdCardNum')[0].focus() | |||
| tools.initTips('请输入身份证号', 'right', $('#companyIdCardNum')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 地址 */ | |||
| if (companyAddress == '') { | |||
| $('#companyAddress')[0].focus() | |||
| tools.initTips('请输入地址', 'right', $('#companyAddress')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 法人证件照 */ | |||
| if (module.data.frzjz == '') { | |||
| $('#cupload-6')[0].focus() | |||
| tools.initTips('请上传法人证件照', 'right', $('#cupload-6')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 上传附件 */ | |||
| if (module.data.companyLicense == '') { | |||
| $('#cupload-7')[0].focus() | |||
| tools.initTips('请上传营业执照', 'right', $('#cupload-7')[0], 2000) | |||
| return false; | |||
| } | |||
| /* 上传附件 */ | |||
| if (module.data.khzm == '') { | |||
| $('#cupload-5')[0].focus() | |||
| tools.initTips('请上传开户证明', 'right', $('#cupload-5')[0], 2000) | |||
| return false; | |||
| } | |||
| } | |||
| /* 密码 */ | |||
| if (passwordVal == '') { | |||
| $('#password')[0].focus() | |||
| @@ -497,36 +443,7 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper'," | |||
| var accountType = $('#accountType').val(); | |||
| var payeePaymentLines = $('#payeePaymentLines').val(); | |||
| if (bankCardName == ''||bankCardName == null) { | |||
| $('#bankCardName')[0].focus() | |||
| tools.initTips('请输入开户姓名', 'right', $('#bankCardName')[0], 2000) | |||
| return false; | |||
| } | |||
| if (bankCardNum == ''||bankCardNum == null) { | |||
| $('#bankCardNum')[0].focus() | |||
| tools.initTips('请输入开户账号', 'right', $('#bankCardNum')[0], 2000) | |||
| return false; | |||
| } | |||
| if (bankType == ''||bankCardNum == null) { | |||
| $('#bankType')[0].focus() | |||
| tools.initTips('请选择所属银行', 'right', $('#bankType')[0], 2000) | |||
| return false; | |||
| } | |||
| if (bankAddress == ''||bankAddress == null) { | |||
| $('#bankAddress')[0].focus() | |||
| tools.initTips('请选择开户银行', 'right', $('#bankAddress')[0], 2000) | |||
| return false; | |||
| } | |||
| if (payeePaymentLines == ''||payeePaymentLines == null) { | |||
| $('#payeePaymentLines')[0].focus() | |||
| tools.initTips('请输入联行号', 'right', $('#payeePaymentLines')[0], 2000) | |||
| return false; | |||
| } | |||
| console.log($('#iAgree:checked').val()) | |||
| if ($('#iAgree:checked').val() == undefined){ | |||
| tools.initTips('请选择我已同意', 'right', $('#iAgree')[0], 2000) | |||
| return false; | |||
| @@ -108,15 +108,21 @@ | |||
| <div class="newHead"> | |||
| <p>项目编号</p> | |||
| <p>项目名称</p> | |||
| <p>成交金额</p> | |||
| <p>成交金额(元)</p> | |||
| <p>项目成交时间</p> | |||
| </div> | |||
| {{each announcementInformationList as value i}} | |||
| <li onclick="window.location='announcementDetail.html?id={{value.id}}'"> | |||
| <p>{{# value.projectCode}}</p> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.dealMoneySum}}{{# value.unit}}</p> | |||
| <p>{{# value.dealTime.substr(0,10)}}</p> | |||
| {{if value.projectStatus == '2'}} | |||
| <p class="m-t-5" style="color: #c12e2a;">项目终止</p> | |||
| <p>{{# value.dealTime}}</p> | |||
| {{else}} | |||
| <p>{{# value.dealMoneySum}}</p> | |||
| <p>{{# value.dealTime}}</p> | |||
| {{/if}} | |||
| </li> | |||
| {{/each}} | |||
| </script> | |||
| @@ -134,7 +140,7 @@ | |||
| <li onclick="window.location='attestation.html?id={{value.id}}'"> | |||
| <p>{{# value.projectCode}}</p> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.dealMoneySum}}{{# value.unitName}}</p> | |||
| <p>{{# value.dealMoneySum}}(元)</p> | |||
| <p>{{# value.jzsSignDate}}</p> | |||
| </li> | |||
| {{/each}} | |||
| @@ -163,6 +169,8 @@ | |||
| <div class="clear"></div> | |||
| {{if value.dealType == '1'}} | |||
| <p class="m-t-5">中标方:{{# value.assignee}}</p> | |||
| {{else if value.dealType == '3'}} | |||
| <p class="m-t-5" style="color: #c12e2a;">项目变更</p> | |||
| {{else}} | |||
| <p class="m-t-5" style="color: #c12e2a;">招标失败</p> | |||
| {{/if}} | |||
| @@ -134,15 +134,13 @@ | |||
| <div class="newHead"> | |||
| <p>项目名称</p> | |||
| <p>招标方</p> | |||
| <p>中标情况</p> | |||
| <p>招标评审时间</p> | |||
| </div> | |||
| {{each inviteTendersInformationList as value i}} | |||
| <li onclick="window.location='inviteTendersDetail.html?id={{value.id}}'"> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.tenderName}}</p> | |||
| <p>{{# value.tenderStatus == 'Y' ? '招标成功':'招标失败'}}</p> | |||
| <p>{{# value.logintime}}</p> | |||
| <p>{{# value.revieveAt}}</p> | |||
| </li> | |||
| {{/each}} | |||
| </script> | |||
| @@ -160,13 +158,13 @@ | |||
| <li onclick="window.location='winTheBiddingDetail.html?id={{value.id}}'"> | |||
| <p>{{# value.projectName}}</p> | |||
| <p>{{# value.tenderName}}</p> | |||
| <p> | |||
| {{if value.dealType == '1'}} | |||
| {{# value.assignee}} | |||
| {{else}} | |||
| <span style="color: #c12e2a;">招标失败</span> | |||
| {{/if}} | |||
| </p> | |||
| {{if value.dealType == '1'}} | |||
| <p>中标方:{{# value.assignee}}</p> | |||
| {{else if value.dealType == '3'}} | |||
| <p style="color: #c12e2a;">项目变更</p> | |||
| {{else}} | |||
| <p style="color: #c12e2a;">招标失败</p> | |||
| {{/if}} | |||
| <p>{{# value.dealTime}}</p> | |||
| </li> | |||
| {{/each}} | |||
| @@ -187,16 +187,7 @@ | |||
| </script> | |||
| </table> | |||
| <div id="attachmentListContent" style="margin-top: 2vh;"> | |||
| <script id="attachmentListData" type="text/html"> | |||
| {{each attachmentList as value i}} | |||
| <a href="/api{{value.fileUrl}}" target="downloadFile" style="display: flex;align-items:center;margin-top: 1vh;"> | |||
| <img src="../../static/images/file_icon.png" width="32" style="margin-right: 10px;" alt=""> | |||
| {{value.fileName}} | |||
| </a> | |||
| {{/each}} | |||
| </script> | |||
| </div> | |||
| </div> | |||
| <!--底部链接 --> | |||
| <div class="bottomLink"> | |||
| @@ -138,6 +138,11 @@ | |||
| <td>公示结束日期</td> | |||
| <td>{{announcementInformationDetail.stopTime}}</td> | |||
| </tr> | |||
| {{else if announcementInformationDetail.dealType == '变更'}} | |||
| <tr> | |||
| <td>变更说明</td> | |||
| <td colspan="3">{{announcementInformationDetail.changeRecord}}</td> | |||
| </tr> | |||
| {{else}} | |||
| <tr> | |||
| <td>项目名称</td> | |||
| @@ -159,16 +164,7 @@ | |||
| </script> | |||
| </table> | |||
| <div id="attachmentListContent" style="margin-top: 2vh;"> | |||
| <script id="attachmentListData" type="text/html"> | |||
| {{each attachmentList as value i}} | |||
| <a href="/api{{value.fileUrl}}" target="downloadFile" style="display: flex;align-items:center;margin-top: 1vh;"> | |||
| <img src="../../static/images/file_icon.png" width="32" style="margin-right: 10px;" alt=""> | |||
| {{value.fileName}} | |||
| </a> | |||
| {{/each}} | |||
| </script> | |||
| </div> | |||
| </div> | |||
| <!--底部链接 --> | |||
| <div class="bottomLink"> | |||
| @@ -153,7 +153,7 @@ | |||
| <p></p> | |||
| <p><input type="checkbox" id="checkAgree" style="position:relative;top: 2px;"/>确认已知晓并同意 | |||
| <span onclick="$('#dialog-01').css('display','block')" style="color: #c12e2a;cursor: pointer;">《乳山市农村产权交易项目报名服务协议》</span>及 | |||
| <span onclick="$('#dialog-02').css('display','block')" style="color: #c12e2a;cursor: pointer;">《竞买人承诺书》</span> | |||
| <span onclick="$('#dialog-02').css('display','block')" style="color: #c12e2a;cursor: pointer;">《诚信承诺书》</span> | |||
| 所有内容 | |||
| </p> | |||
| </div> | |||
| @@ -281,20 +281,30 @@ | |||
| <div class="dialog" style="display: none;" id="dialog-02"> | |||
| <div class="bg-mengban"></div> | |||
| <div class="dialog_content"> | |||
| <p class="dialog_tt">竞买人承诺书</p> | |||
| <p class="dialog_tt">诚信承诺书</p> | |||
| <div class="dialog_content_center" id="cnsConfig"> | |||
| <p>乳山市农村产权交易中心:</p> | |||
| <p>本意向受让方按照公开、公平、公正、诚实的原则,作出如下承诺:</p> | |||
| <p>本意向受让方依照公开、公平、公正、诚实的原则,作出如下承诺:</p> | |||
| <p>1、本次受让是我方真实意愿表示,所提交材料及受让申请中内容不存在虚假记载、误导性陈述或重大遗漏,我方对其真实性、完整性、合法性、有效性承担相应的法律责任</p> | |||
| <p>2、我方已充分了解并接受公告信息发布的全部内容和要求,并认真考虑了不可预计的各项风险因素,愿意承担可能存在的一切交易风险</p> | |||
| <p>3、我方具有良好的财务状况、支付能力和商业信用,符合农村产权交易对受让方条件的有关规定</p> | |||
| <p>我方将以自己申报的交易价完成全部交易,否4则同意将交易保证金转为违约金</p> | |||
| <p>我方保证遵守以上承诺,如违反上述承诺或有违规行为,给交易相关方造成损失的,我方愿意承担相应的法律责任及经济赔偿责任。</p> | |||
| <p>2、我方已充分了解并接受公告信息发布的全部内容和要求,已认真考虑了不可预计的各项风险因素,愿意承担可能存在的一切交易风险</p> | |||
| <p>3、我方具有良好的财务状况、支付能力和商业信用,符合农村产权交易有关法律法规政策对受让方条件的规定</p> | |||
| <p>4、我方将以自己填报的竞标价完成全部交易,否则所交保证金转作违约金,不予退还</p> | |||
| <p>5、我方愿意遵守经开区农村产权交易相关交易规定</p> | |||
| <p>我方保证遵守以上承诺,如违反上述承诺或有违规行为,给交易相关方造成损失的,我方愿意承担法律责任及相应的经济赔偿责任。</p> | |||
| </div> | |||
| <div class="close_dialog" onclick="$('#dialog-02').css('display','none')"><p>关闭</p></div> | |||
| </div> | |||
| </div> | |||
| <div class="dialog" style="display: none;" id="dialog-03"> | |||
| <div class="bg-mengban"></div> | |||
| <div class="dialog_content"> | |||
| <p class="dialog_tt">竞价须知</p> | |||
| <div class="dialog_content_center" id="xzConfig"> | |||
| </div> | |||
| <div class="close_dialog" onclick="$('#dialog-03').css('display','none')"><p>关闭</p></div> | |||
| </div> | |||
| </div> | |||
| </div> | |||
| <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=102" id="require-page" | |||
| target-module="../../static/js/project/listingItems/bond.js" defer type="text/javascript"></script> | |||
| @@ -97,23 +97,6 @@ | |||
| <div class="swiperDiv"> | |||
| <p class="swiperTit"> | |||
| {{if outProjectInformationDetail.projectShowStatus == '已经成交' || outProjectInformationDetail.projectShowStatus == '项目公示'}} | |||
| <span style="background: #d7d7d7;color: #626262"> | |||
| {{/if}} | |||
| {{if outProjectInformationDetail.projectShowStatus == '正在报名'}} | |||
| <span style="background: #ffe5d5;color: #ff7b2b"> | |||
| {{/if}} | |||
| {{if outProjectInformationDetail.projectShowStatus == '等待竞价'}} | |||
| <span style="background: #d0e1f6;color: #1269d3"> | |||
| {{/if}} | |||
| {{if outProjectInformationDetail.projectShowStatus == '等待成交'}} | |||
| <span style="background: #d1f1e1;color: #19b867"> | |||
| {{/if}} | |||
| {{if outProjectInformationDetail.projectShowStatus == '正在竞价'}} | |||
| <span style="background: #fad3d3;color: #e62121"> | |||
| {{/if}} | |||
| {{# outProjectInformationDetail.projectShowStatus}} | |||
| </span> | |||
| {{outProjectInformationDetail.projectName}} | |||
| </p> | |||
| <div class="pc-slide fl"> | |||
| @@ -198,6 +181,7 @@ | |||
| <p>保证金¥{{outProjectInformationDetail.deposit}}</p> | |||
| </div> | |||
| <p class="signTit fl" title="{{titleConfig}}"><i class="ts">!</i>如何交钱报名</p> | |||
| <p class="signTit fl" title="报名前请点击右上角【我的资料】确认用户资料,完善资质!"><i class="ts">!</i>报名资质</p> | |||
| </div> | |||
| <div id="signBtn2" style="display: none;"> | |||
| <div class="fl sign" onclick="goLogin()"> | |||
| @@ -536,7 +520,7 @@ | |||
| <script id="biddinglistInformationData" type="text/html"> | |||
| <h1>·竞价记录</h1> | |||
| {{if ((outProjectInformationDetail.biddingType=='自由竞价' || outProjectInformationDetail.biddingType=='1')&&outProjectInformationDetail.projectShowStatus=='已经成交') || (outProjectInformationDetail.biddingType!='自由竞价' && outProjectInformationDetail.biddingType!='1')}} | |||
| {{if ((outProjectInformationDetail.biddingType=='自由竞价' || outProjectInformationDetail.biddingType=='1') && outProjectInformationDetail.projectShowStatus=='已经成交') || (outProjectInformationDetail.biddingType!='自由竞价' && outProjectInformationDetail.biddingType!='1')}} | |||
| <table cellspacing="0" cellpadding="0" width="100%" id="biddingTable"> | |||
| <tr> | |||
| <td>出价人代号</td> | |||
| @@ -578,7 +562,7 @@ | |||
| 鲁公网安备<span>12011502000077号</span><span>京ICP备 17061038号-1</span> | |||
| </p> | |||
| <p class="ba" id="webConfigAddress"> | |||
| 左云县农村产权交易网<span>联系地址:北京紫竹书院技术基地</span><span>联系电话:400-060-123</span> | |||
| 农村产权交易网<span>联系地址:书院技术基地</span><span>联系电话:400-060-123</span> | |||
| </p> | |||
| </div> | |||
| <!-- <div class="ewm fr">--> | |||
| @@ -21,11 +21,6 @@ | |||
| <div class="w-1200 topDress"> | |||
| <p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
| <a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
| <!-- <div class="topTit02 fr" id="dress">--> | |||
| <!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
| <!-- <p class="fl">威海市</p>--> | |||
| <!-- <div class="clear"></div>--> | |||
| <!-- </div>--> | |||
| <div class="clear"></div> | |||
| <div class="dressPc" id="dressList" style="display: none;"> | |||
| <ul> | |||
| @@ -21,11 +21,6 @@ | |||
| <div class="w-1200 topDress"> | |||
| <p class="topTit fl">Hi,欢迎来到农村产权交易中心</p> | |||
| <a href="../../index.html" class="topTit02 fr">返回主站</a> | |||
| <!-- <div class="topTit02 fr" id="dress">--> | |||
| <!-- <img src="../../static/images/icon3.png" alt="" class="fl"/>--> | |||
| <!-- <p class="fl">威海市</p>--> | |||
| <!-- <div class="clear"></div>--> | |||
| <!-- </div>--> | |||
| <div class="clear"></div> | |||
| <div class="dressPc" id="dressList" style="display: none;"> | |||
| <ul> | |||
| @@ -111,6 +106,7 @@ | |||
| <div class="clear"></div> | |||
| </div> | |||
| <div style="border-top: 2px solid var(--color)"></div> | |||
| <div class="w-1200"> | |||
| <div class="topBtn"> | |||
| <input type="button" value="个人用户" onclick="tabCheck('user',1)" id="userBtn" class="active"/> | |||
| @@ -166,13 +162,13 @@ | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| <span>*</span>身份证号码: | |||
| 身份证号码: | |||
| </td> | |||
| <td> | |||
| <input type="text" id="idCardNum"/> | |||
| </td> | |||
| <td> | |||
| 和姓名对应的证件号码,否则验证不能通过 | |||
| 和姓名对应的证件号码 | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| @@ -187,13 +183,13 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>身份证(正):</td> | |||
| <td>身份证(正):</td> | |||
| <td colspan="3"> | |||
| <div id="cupload-3" class="m-l-10 m-b-5 wid30"></div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>银行卡(正):</td> | |||
| <td>银行卡(正):</td> | |||
| <td colspan="3"> | |||
| <div id="cupload-4" class="m-l-10 m-b-5 wid30"></div> | |||
| </td> | |||
| @@ -203,7 +199,7 @@ | |||
| <table id="companyTable" class="userTable" style="display: none;"> | |||
| <tr> | |||
| <td> | |||
| <span>*</span>经济类型: | |||
| 经济类型: | |||
| </td> | |||
| <td> | |||
| @@ -220,7 +216,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| <span>*</span>公司名称: | |||
| 公司名称: | |||
| </td> | |||
| <td> | |||
| <input type="text" id="companyName"/> | |||
| @@ -231,7 +227,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| <span>*</span>社会信用代码: | |||
| 社会信用代码: | |||
| </td> | |||
| <td> | |||
| <input type="text" id="companyCode"/> | |||
| @@ -240,17 +236,6 @@ | |||
| 填写公司的社会信用代码 | |||
| </td> | |||
| </tr> | |||
| <!-- <tr>--> | |||
| <!-- <td>--> | |||
| <!-- <span>*</span>营业执照号:--> | |||
| <!-- </td>--> | |||
| <!-- <td>--> | |||
| <!-- <input type="text" id="companyLicense"/>--> | |||
| <!-- </td>--> | |||
| <!-- <td>--> | |||
| <!-- 填写公司的营业执照号--> | |||
| <!-- </td>--> | |||
| <!-- </tr>--> | |||
| <tr> | |||
| <td> | |||
| 联系地址: | |||
| @@ -273,7 +258,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td> | |||
| <span>*</span>法人身份证号: | |||
| 法人身份证号: | |||
| </td> | |||
| <td> | |||
| <input type="text" id="companyIdCardNum"/> | |||
| @@ -283,19 +268,19 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>法人证件照:</td> | |||
| <td>法人证件照:</td> | |||
| <td colspan="3"> | |||
| <div id="cupload-6" class="m-l-10 m-b-5 wid30"></div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>营业执照:</td> | |||
| <td>营业执照:</td> | |||
| <td colspan="3"> | |||
| <div id="cupload-7" class="m-l-10 m-b-5 wid30"></div> | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>开户证明:</td> | |||
| <td>开户证明:</td> | |||
| <td colspan="3"> | |||
| <div id="cupload-5" class="m-l-10 m-b-5 wid30"></div> | |||
| </td> | |||
| @@ -312,7 +297,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>账户类型:</td> | |||
| <td style="border: none;">账户类型:</td> | |||
| <td style="border: none;"> | |||
| <select id="accountType" class="p-l-10"> | |||
| <script id="accountTypeData" type="text/html"> | |||
| @@ -324,16 +309,16 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>开户姓名:</td> | |||
| <td>开户姓名:</td> | |||
| <td><input type="text" id="bankCardName" class="p-l-10" /></td> | |||
| </tr> | |||
| <tr> | |||
| <td><span>*</span>银行卡号:</td> | |||
| <td>银行卡号:</td> | |||
| <td><input type="text" id="bankCardNum" class="p-l-10"/></td> | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>所属银行:</td> | |||
| <td style="border: none;">所属银行:</td> | |||
| <td style="border: none;"> | |||
| <select id="bankType" class="p-l-10"> | |||
| <script id="bankTypeData" type="text/html"> | |||
| @@ -346,7 +331,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>开户省份:</td> | |||
| <td style="border: none;">开户省份:</td> | |||
| <td style="border: none;"> | |||
| <select id="sheng" class="p-l-10" onchange="getShi()"> | |||
| <script id="shengData" type="text/html"> | |||
| @@ -358,7 +343,7 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>开户城市:</td> | |||
| <td style="border: none;">开户城市:</td> | |||
| <td style="border: none;"> | |||
| <select id="shi" class="p-l-10"> | |||
| <script id="shiData" type="text/html"> | |||
| @@ -377,7 +362,7 @@ | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>开户银行:</td> | |||
| <td style="border: none;">开户银行:</td> | |||
| <td style="border: none;"> | |||
| <select id="bankAddress" class="p-l-10" onchange="changeBankAddress()"> | |||
| <script id="bankAddressData" type="text/html"> | |||
| @@ -392,7 +377,7 @@ | |||
| </td> | |||
| </tr> | |||
| <tr> | |||
| <td style="border: none;"><span>*</span>联行号:</td> | |||
| <td style="border: none;">联行号:</td> | |||
| <td style="border: none;"><input type="text" id="payeePaymentLines" class="p-l-10"/></td> | |||
| </tr> | |||
| <tr> | |||