123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680 |
- <!-- include '../../comm/header' -->
- <script type="text/javascript">
- $(function(){
- $("#banshi-sw").click(function(){
- $(this).toggleClass("active");$("#banshi").toggle();$(".banshi").toggle();
- });
- $("#chalv-sw").click(function(){
- $(this).toggleClass("active");$("#chalv").toggle();$(".chalv").toggle();
- });
- $("#neibupeixun-sw").click(function(){
- $(this).toggleClass("active");$("#neibupeixun").toggle();$(".neibupeixun").toggle();
- });
- $(".close-detail").click(function(){
- $(this).hide().siblings(".table").hide().siblings(".open-detail").show();
- });
- $(".open-detail").click(function(){
- $(this).hide().siblings(".table").show().siblings(".close-detail").show();
- });
- $("#open-jie").click(function(){
- $(this).parent("p").hide();
- $(this).parent("p").siblings("#jie-con").show();
- $(this).parent("p").siblings("#close").show();
- });
- $("#close-jie").click(function(){
- $(this).parent("#close").hide();
- $(this).parent("p").siblings("#jie-con").hide();
- $(this).parent("p").siblings("#open").show();
- });
- });
- </script>
- <link rel=stylesheet
- href="<?= WEB_SITE_GLOBAL ?>css/jquery.validator.css">
- <script type="text/javascript"
- src="<?= WEB_SITE_GLOBAL ?>js/jquery.validator.min.js"></script>
- <script type="text/javascript" src="<?= WEB_SITE_GLOBAL ?>js/zh-CN.js"></script>
- <script src="<?= receipt ?>"></script>
-
- <body>
- <div class="mainLayout">
- <div class="mainMenu">
- <div class="menuItem">
- <a href="#" class="mLogo">CLD</a>
- <ul>
- <!-- include '../../admin/menuReceipt' -->
- </ul>
- </div>
- </div>
- <div class="warpContent">
- <div class="subMenu fL">
- <div class="menuItem">
- <ul>
- <!-- include '../../admin/receipt_menu' -->
- </ul>
- </div>
- </div>
- <div class="adminContent autoHeight" style="height: 821px;">
-
- <div class="borad-news">
- <legend><div class="fR"></div>以下费用需要您执行</legend>
-
- <div class="demandCate">
- <ul class="cateList">
- <li><a href="/hisImplement">返回</a></li>
- <li><a id="examineExe" data="{{receiptList.0.rid}}" href="javascript:void(0)">查看下一份费用执行</a></li>
- </ul>
- </div>
-
-
- <div class="saeaList ">
- <!-- loop receiptList -->
-
- <!-- if {{receiptList' value.Rtype}}==1 -->
- <div class="entry loan-list">
- <div class="seTable">
-
- <!-- if {{receiptList' value.loanRid}}!=0&&{{receiptList' value.status}}==1 -->
-
-
-
-
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
- <tr class="warning">
- <td class="taR"><b>本次借款</b></td>
- <td class="colGreed taR"><b style="font-size:24px">¥{{receiptDetail' value.loanSum}}</b><br>{{receiptDetail' value.loanSumCN}}</td>
- </tr>
- <tr class="warning">
- <td class="taR"><b>本次报销金额</b></td>
- <td class="colGreed taR"><b style="font-size:24px">¥{{receiptDetail' value.sum}}</b><br>{{receiptDetail' value.sumCN}}</td>
- </tr>
- <tr <!-- if {{receiptDetail' value.relust}}>=0 --> class="success" <!-- else --> class="error" <!-- endif --> >
- <td class="taR"><span class="colGray">报销 - 借款 = </span><b>差额</b></td>
- <td class="taR"><b style="font-size:24px">¥{{receiptDetail' value.relust}}</b><br>{{receiptDetail' value.relustCN}}</td></tr>
- </tbody>
- </table>
-
- <p class="taC" style="margin-bottom: 20px" id="open">借款费用详情已收起 <a href="javascript:$('#loanTable').toggle();" >点击</a></p>
-
- <table class="table table-bordered table-condensed table-hover hide" id="loanTable">
- <tbody>
-
- <tr><td colspan="2">费用审批完成:{{receiptList' value.pastDate}}</td></tr>
-
- <tr><th colspan="2" class="taC">借款费用</th></tr>
-
- <!-- loop receiptList' value.loanItem.借款费用 -->
- <tr><th>{{receiptList' value' value.name}}</th><td width="140" class="taR">¥{{receiptList' value' value.price}}</td></tr>
- <!-- endloop -->
-
- <tr><th colspan="2" class="taC">报销金额调整</th></tr>
- <!-- loop receiptList' value.reviseDetail -->
- <tr><th><span class="interval">|</span>{{receiptList' value' value.name}}:{{receiptList' value' value.description}}</th><td class="taR">¥{{receiptList' value' value.price}}</td></tr>
- <!-- endloop -->
- <tr><th class="taR">合计</th><td class="colOrange taR">¥{{receiptList' value.revisePrice}}</td></tr>
-
- <tr><th class="taC" colspan="2">产生费用所在办事处</th></tr>
- <tr><th style="text-align:center" colspan="2">{{receiptDetail' value.category}}</th></tr>
- <tr><th class="taC" colspan="2">费用说明</th>
- </tr><tr><td colspan="2">{{receiptDetail' value.explanation}}</td></tr>
-
- <tr class="warning"><td class="taR"><b>({{receiptDetail' value.receiptOrder}})本次费用合计</b></td>
- <td class="taR"><b style="font-size:24px">¥{{receiptDetail' value.loanSum}}</b><br>{{receiptDetail' value.loanSumCN}}</td></tr>
- </tbody>
- </table>
-
- <br/>
- <!-- if empty({{wbDetailLoan}}) -->
- <div class="alert" style="margin:0">该费用没有生成流水。</div>
- <br/>
- <!-- else -->
- <div class="alert alert-erro" style="margin:0">该费用已生成流水。</div>
- <br/>
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
- <tr><th colspan="2" class="taC">银行水流详情</th></tr>
- <tr><th>流水类型("支出"由公司汇出,"收入"提交人汇款至公司。)</th>
- <td class="taR" width="200">
- <!-- if {{wbDetailLoan.expensesType}}==1 -->
- 收入
- <!-- elseif {{wbDetailLoan.expensesType}}==2 -->
- 支出
- <!-- endif -->
- </td></tr>
- <tr><th>汇款金额</th><td class="taR" width="220">¥{{wbDetailLoan.accountPriceShow}}
- </td></tr>
- <tr><th>提交人</th><td class="taR" width="220">
- {{wbDetailLoan.category}}-{{wbDetailLoan.name}}</td></tr>
- <tr><th>备注</th><td class="taR" width="220">{{wbDetailLoan.remarks}}
- </td></tr>
- </tbody>
- </table>
- <!-- endif -->
-
-
-
- <br/>
-
-
-
-
-
- <!-- 报销单费用 -->
- <!-- if !empty({{receiptDetail' value.officeJson}}) -->
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
- <tr class="warning"><td ><b>办事处相关费用合计</b></td>
- <td class="colGreed taR"><b style="font-size:24px">¥{{receiptDetail' value.officeTotal}}</b></td></tr>
-
-
-
- <tr><th class="taC" colspan="2">报销说明</th></tr>
- <tr><td colspan="2">{{receiptDetail' value.officeExplain}}</td></tr>
- <tr><th colspan="2" class="taC">日常相关费用</th></tr>
- <!-- loop receiptDetail' value.officeJson.daily -->
- <!-- if {{item' value' value.price}}!=0 -->
- <tr><th>{{item' value' value.name}}<div class="repMark fR"><i class="rmDone">●</i><i class="rmUdone">●</i><i class="rmClear">●</i></div></th><td width="140" class="taR">¥{{item' value' value.price}}</td></tr>
- <!-- endif -->
- <!-- endloop -->
- <tr><th class="taR">小计</th><td class="colGreen taR">¥{{receiptDetail' value.dailyTotal}}</td></tr>
- <tr><th colspan="2" class="taC">其他</th></tr>
- <!-- loop receiptDetail' value.officeJson.other -->
- <!-- if {{item' value' value.price}}!=0 -->
- <tr><th>{{item' value' value.name}}<div class="repMark fR"><i class="rmDone">●</i><i class="rmUdone">●</i><i class="rmClear">●</i></div></th><td width="140" class="taR">¥{{item' value' value.price}}</td></tr>
- <!-- endif -->
- <!-- endloop -->
- <tr><th class="taR">小计</th><td class="colGreen taR">¥{{receiptDetail' value.otherTotal}}</td></tr>
-
-
- </tbody>
- </table>
- <!-- endif -->
-
-
- <!-- if !empty({{receiptDetail' value.traveJson}}) -->
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
-
- <tr class="warning"><td ><b>差旅相关费用合计</b></td>
- <td class="colGreed taR"><b style="font-size:24px">¥{{receiptDetail' value.traveTotal}}</b></td></tr>
-
- <tr><th class="taC" colspan="2">报销说明</th></tr>
- <tr><td colspan="2">{{receiptDetail' value.traveExplain}}</td></tr>
- <tr><th colspan="2" class="taC">内部培训费用</th></tr>
- <!-- loop receiptDetail' value.traveJson.traveList -->
- <tr><th colspan="2" class="taL">行程{{item' value' value.index}}# {{item' value' value.tripTime}}<br>
- <i class="contactsMark icon-">P</i> {{item' value' value.detailCity}}</th></tr>
- <!-- 行程单简要详情 -->
- <!-- loop item' value' value.detailTrip -->
- <!-- if {{item' value' value' value}}!=0 -->
- <tr>
- <th>{{item' value' value' key}}<div class="repMark fR"><i class="rmDone">●</i><i class="rmUdone">●</i><i class="rmClear">●</i></div>
- </th><td class="taR" width="140">¥{{item' value' value' value}}</td>
- </tr>
- <!-- endif -->
- <!-- endloop -->
- <tr><th class="taR">合计</th><td class="colGreen taR">¥{{item' value' value.tripTotal}}</td></tr>
- <!-- 行程单详细内容 -->
- <tr>
- <td colspan="2">
- <a href="#" class="close-detail" style="display: none">- 收起详细行程单</a><a href="#" class="open-detail">+ 展开详细行程单</a>
- <table class="table table-bordered table-condensed table-hover mb-0" style="display: none">
-
- <!-- loop item' value' value.tripList -->
- <!-- if countArray({{item' value' value.tripList}},-1)>{{item' value' value' key}} -->
- <tr>
- <th colspan="3" class="ta" width="140">
- <i class="contactsMark icon-">P</i>{{item' value' value' value.goCome}}</th>
- </tr>
- <!-- 一段城市相关费用 -->
- <!-- loop item' value' value' value.tripItem -->
- <!-- if {{item' value' value' value' value.price}}!=0 -->
- <tr>
- <th width="140">{{item' value' value' value' value.name}}
- <div class="repMark fR">
- <i class="rmDone">●</i><i class="rmUdone">●</i><i
- class="rmClear">●</i>
- </div>
- </th>
- <td width="140" class="taR">¥{{item' value' value' value' value.price}}</td>
- <td><pre>{{item' value' value' value' value.remark}}</pre></td>
- </tr>
- <!-- endif -->
- <!-- endloop -->
- <tr>
- <th class="taR" width="140">旅途小计</th>
- <td class="colGreen taR" colspan="2">¥{{item' value' value' value.subtotal}}</td>
- </tr>
- <!-- endif -->
- <!-- endloop -->
-
-
-
-
-
-
-
- </table></td>
- </tr>
- <!-- endloop -->
-
-
-
-
-
- </tbody>
- </table>
- <!-- endif -->
-
- <!-- if !empty({{receiptDetail' value.trainJson}}) -->
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
-
- <tr class="warning"><td ><b>内部培训费用合计</b></td>
- <td class="colGreed taR"><b style="font-size:24px">¥{{receiptDetail' value.trainTotal}}</b></td></tr>
-
- <tr><th class="taC" colspan="2">报销说明</th></tr>
- <tr><td colspan="2">{{receiptDetail' value.trainExplain}}</td></tr>
- <tr><th colspan="2" class="taC">内部培训费用</th></tr>
- <!-- loop receiptDetail' value.trainJson.train -->
- <!-- if {{item' value' value.price}}!=0 -->
- <tr><th>{{item' value' value.name}}<div class="repMark fR"><i class="rmDone">●</i><i class="rmUdone">●</i><i class="rmClear">●</i></div></th><td width="140" class="taR">¥{{item' value' value.price}}</td></tr>
- <!-- endif -->
- <!-- endloop -->
- <tr><th class="taR">小计</th><td class="colGreen taR">¥{{receiptDetail' value.trainTotal}}</td></tr>
-
-
-
-
-
- </tbody>
- </table>
- <!-- endif -->
-
-
-
-
-
-
-
-
-
-
-
-
-
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
-
-
-
- <tr><th colspan="2" class="taC">报销金额调整</th></tr>
- <!-- loop receiptList' value.reviseDetail -->
- <tr><th><span class="interval">|</span>{{receiptList' value' value.name}}:{{receiptList' value' value.description}}</th><td class="taR">¥{{receiptList' value' value.price}}</td></tr>
- <!-- endloop -->
- <tr><th class="taR">合计</th><td class="colOrange taR">¥{{receiptList' value.revisePrice}}</td></tr>
-
- <tr><th class="taC" colspan="2">产生费用所在办事处</th></tr>
- <tr><th style="text-align:center" colspan="2">{{receiptDetail' value.category}}</th></tr>
-
-
- <tr><th colspan="2" class="taC">收款信息</th></tr>
- <tr><th>收款人户名</th>
- <td>{{receiptDetail' value.remittanceName}}</td>
- </tr>
- <tr>
- <th>收款银行</th>
- <td>
- <!-- if {{receiptDetail' value.remittanceBankType}}==0 -->
- 广发银行
- <!-- elseif {{receiptDetail' value.remittanceBankType}}==1 -->
- 其他
- <!-- endif -->
- </td>
- </tr>
- <tr><th>收款开户银行名称</th><td>
- {{receiptDetail' value.bankName}}
- </td></tr>
- <tr><th>收款账号</th><td>
- {{receiptDetail' value.bankNumber}}
- </td></tr>
- <!-- if {{receiptDetail' value.remittanceBankType}}==1 -->
- <tr><th>联行号</th><td>
- {{receiptDetail' value.coupletNumber}}
- </td></tr>
- <!-- endif -->
-
-
- <tr><th class="taC" colspan="2">报销说明</th></tr>
- <tr><td colspan="2">{{receiptDetail' value.explanation}}</td></tr>
-
- </tbody>
- </table>
-
-
- <!-- else -->
-
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
-
- <tr><td colspan="2">费用审批完成:{{receiptList' value.pastDate}}</td></tr>
-
- <tr><th colspan="2" class="taC">借款费用</th></tr>
-
- <!-- loop receiptList' value.loanItem.借款费用 -->
- <tr><th>{{receiptList' value' value.name}}</th><td width="140" class="taR">¥{{receiptList' value' value.price}}</td></tr>
- <!-- endloop -->
-
-
- <tr><th class="taC" colspan="2">产生费用所在办事处</th></tr>
- <tr><th style="text-align:center" colspan="2">{{receiptDetail' value.category}}</th></tr>
-
- <tr><th colspan="2" class="taC">收款信息</th></tr>
- <tr><th>收款人户名</th>
- <td>{{receiptDetail' value.remittanceName}}</td>
- </tr>
- <tr>
- <th>收款银行</th>
- <td>
- <!-- if {{receiptDetail' value.remittanceBankType}}==0 -->
- 广发银行
- <!-- elseif {{receiptDetail' value.remittanceBankType}}==1 -->
- 其他
- <!-- endif -->
- </td>
- </tr>
- <tr><th>收款开户银行名称</th><td>
- {{receiptDetail' value.bankName}}
- </td></tr>
- <tr><th>收款账号</th><td>
- {{receiptDetail' value.bankNumber}}
- </td></tr>
- <!-- if {{receiptDetail' value.remittanceBankType}}==1 -->
- <tr><th>联行号</th><td>
- {{receiptDetail' value.coupletNumber}}
- </td></tr>
- <!-- endif -->
-
-
- <tr><th class="taC" colspan="2">费用说明</th>
- </tr><tr><td colspan="2">{{receiptDetail' value.explanation}}</td></tr>
-
- <tr class="warning"><td class="taR"><b>({{receiptDetail' value.receiptOrder}})本次费用合计</b></td>
- <td class="taR"><b style="font-size:24px">¥{{receiptDetail' value.sum}}</b><br>{{receiptDetail' value.sumCN}}</td></tr>
- </tbody>
- </table>
-
- <!-- endif -->
-
- <br/>
-
-
- <!-- if empty({{wbDetail}}) -->
- <form action="/receiptTrainImplementWateDo" method="post" class="nice-validator n-yellow" novalidate="novalidate">
- <input type="hidden" name="ridKey" value="{{receiptDetail' value.ridKey}}">
- <input type="hidden" name="actionType" value="NOTRAIN">
- <input type="hidden" name="expensesType" value="EXPENDITURE">
-
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
- <tr><th colspan="2" class="taC">确认汇款金额</th></tr>
-
- <tr>
- <th>流水类型<br><span class="colGray">("支出"由公司汇出,"收入"提交人需汇款至公司。)</span></th>
- <td class="taR" width="200">
- <!-- if {{receiptDetail' value.amount}}>=0 -->
- <span class="colRed">支出</span>
- <!-- else -->
- <span class="colGreen">收入</span>
- <!-- endif -->
- </td>
- </tr>
-
- <tr><th>汇款金额</th><td class="taR" width="220">¥{{receiptDetail' value.amountABS}}
-
- </td></tr>
-
- <!-- <tr><th>流水类型("支出"由公司汇出,"收入"提交人汇款至公司。)</th>
- <td class="taR" width="200">
-
- <select name="expensesType" >
- <option value="INCOME">收入</option>
- <option value="EXPENDITURE">支出</option>
- </select>
-
- </td></tr> -->
-
- <tr><th>银行</th>
- <td class="taR" width="200">
- <select name="bank" id="bank">
- <option value="CGBDeposit">纵横广发</option>
- <option value="ICBCDeposit">纵横工行</option>
- <option value="HUADeposit">华润银行</option>
- <option value="PersonalDeposit">个人广发</option>
- </select>
- </td></tr>
-
- <tr>
- <th >录入时间</th>
- <td><input class="datepicker-here span3" name="inputDate" value='{{inputDate}}' placeholder="按时间筛选" type="text" data-timepicker="true" data-language="zh" data-time-format="hh:ii:00"></td>
- </tr>
-
- <tr>
- <th >备注</th>
- <td><textarea name="remarks"></textarea></td>
- </tr>
-
-
- </tbody>
- </table>
- <input class="fR button" type="submit" value="确定生成流水">
- </form>
- <!-- else -->
- <div class="alert alert-erro" style="margin:0">该费用已生成流水。</div>
- <br/>
- <table class="table table-bordered table-condensed table-hover">
- <tbody>
- <tr><th colspan="2" class="taC">银行水流详情</th></tr>
- <tr><th>流水类型("支出"由公司汇出,"收入"提交人汇款至公司。)</th>
- <td class="taR" width="200">
- <!-- if {{wbDetail.expensesType}}==1 -->
- 收入
- <!-- elseif {{wbDetail.expensesType}}==2 -->
- 支出
- <!-- endif -->
- </td></tr>
- <tr><th>汇款金额</th><td class="taR" width="220">¥{{wbDetail.accountPriceShow}}
- </td></tr>
- <tr>
- <th >银行</th>
- <td class="taR">
- <!-- if {{wbDetail.accountBank}}=='CGBDeposit' -->
- 纵横广发
- <!-- elseif {{wbDetail.accountBank}}=='ICBCDeposit' -->
- 纵横工行
- <!-- elseif {{wbDetail.accountBank}}=='HUADeposit' -->
- 华润银行
- <!-- elseif {{wbDetail.accountBank}}=='PersonalDeposit' -->
- 个人广发
- <!-- endif -->
- </td>
- </tr>
-
-
- <tr><th>提交人</th><td class="taR" width="220">
- {{wbDetail.category}}-{{wbDetail.name}}</td></tr>
- <tr>
- <th >录入时间</th>
- <td class="taR">{{inputDate}}</td>
- </tr>
- <tr><th>备注</th><td class="taR" width="220">{{wbDetail.remarks}}
- </td></tr>
- </tbody>
- </table>
- <!-- endif -->
-
-
-
- </div>
-
-
-
- <div class="seCensor loan-censor">
- <form method="post" action="/implementDo" id="implementLoan" >
- <input type="hidden" name='rid' value="{{receiptList' value.ridKey}}" >
- <input type="hidden" name="amount" id="amountInpLoan" value="{{receiptList' value.amount}}">
-
- <input type="hidden" name="accountBank" id="accountBankLoan" value="">
-
- <div class="title">
- {{receiptDetail' value.receiptOrder}}
- </div>
- <div class="censorList clearfix censorHeight">
- <ul>
- <li class="post">
- <div class="avtra"><img src="{{receiptDetail' value.staffDetail.avatar}}_2.jpg" width="32"></div>
- <div class="comment">
- <p><span class="fR">{{receiptDetail' value.date}}</span>{{receiptDetail' value.staffDetail.username}}</p>
- <p>提交审批</p>
- </div>
-
- </li>
-
- <!-- loop receiptDetail' value.verifyList -->
-
-
-
- <li <!-- if {{receiptDetail' value' value.status}}==1 --> class="done" <!-- elseif {{receiptDetail' value' value.status}}==3 --> class="undone" <!-- endif -->>
- <div class="avtra"><img src="{{receiptDetail' value' value.2}}_2.jpg" width="32"></div>
-
- <div class="comment">
- <p class="colGray"><span class="fR">{{receiptDetail' value' value.date}}</span>{{receiptDetail' value' value.1}}<!-- if isset({{receiptDetail' value' value.rolename}}) --> ({{receiptDetail' value' value.rolename}}) <!-- endif --></p>
- <p>{{receiptDetail' value' value.opinion}}</p>
- </div>
-
- </li>
-
-
- <!-- endloop -->
-
-
- <!-- loop receiptDetail' value.executeList -->
-
- <li <!-- if {{receiptDetail' value' value.status}}==1 --> class="done" <!-- elseif {{receiptDetail' value' value.status}}==3 --> class="undone" <!-- endif -->>
- <div class="avtra"><img src="{{receiptDetail' value' value.2}}_2.jpg" width="32"></div>
-
- <!-- if {{receiptDetail' value' value.status}}==4 -->
- <div class="comment">
- <p class="colGray">{{receiptDetail' value' value.1}}(费用执行)</p>
- <p><textarea name="opinion" id="opinion_{{receiptList' value.rid}}" placeholder="填写审批意见(可选)"></textarea></p>
- </div>
- <!-- else -->
-
- <div class="comment">
- <p class="colGray">{{receiptDetail' value' value.1}}(费用执行)<span class="fR">{{receiptDetail' value' value.date}}</span></p>
- <p>{{receiptDetail' value' value.opinion}}</p>
- </div>
- <!-- endif -->
-
- </li>
- <!-- endloop -->
-
- </ul>
- <!-- if {{receiptDetail' value.button2}}==1 -->
-
- <div class="reportButton">
- <!-- if empty({{wbDetail}}) -->
-
- <!-- if {{lastOne}} -->
- <div class="modal fade" id="confirm2">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <h3>该费用未生成流水</h3>
- </div>
- <div class="modal-body saeaList">
- <p>请生成流水后继续执行。</p>
- </div>
- <div class="modal-footer">
- <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
- </div>
- </div>
- </div>
- </div>
-
- <a href="#confirm2" data-toggle="modal" class="buttonDone buttonBlock">执行完成</a>
-
- <!-- else -->
-
- <div class="modal fade" id="confirm1">
- <div class="modal-dialog">
- <div class="modal-content">
- <div class="modal-header">
- <h3>该费用未生成流水</h3>
- </div>
- <div class="modal-body saeaList">
- <p>该费用有多个执行人,请确认是否需要生成流水;</p>
- <p>若您不生成流水,将由其他执行人生成。</p>
- </div>
- <div class="modal-footer">
- <input type="submit" value="确认执行(不生成流水)" class="button buttonDone buttonBlock" >
-
- <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
- </div>
- </div>
- </div>
- </div>
- <a href="#confirm1" data-toggle="modal" class="buttonDone buttonBlock">执行完成</a>
- <!-- endif -->
-
-
-
-
-
- <!-- else -->
- <button type="submit" class=" buttonDone buttonBlock" >执行完成</button>
- <!-- endif -->
- </div>
- <!-- endif -->
- </form>
- </div>
- </div>
- </div>
-
-
- <!-- endif -->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <!-- endloop -->
-
- </div>
- </div>
- </div>
-
-
- <script type="text/javascript">
- autoFlashHeight();
- </script>
- </body>
|