|
|
@@ -275,7 +275,7 @@
|
|
|
"</td>" +
|
|
|
|
|
|
"<td>" +
|
|
|
- "<input id='workAccountList" + index + "_subsidyMoney' onchange='calculateSum(" + index + ")' name='workAccountList[" + index + "].subsidyMoney' type='text' value='" + (obj.subsidyMoney === null || obj.subsidyMoney === undefined ? "" : obj.subsidyMoney) + "' placeholder='补贴金额' maxlength='10' class='form-control number'/>" +
|
|
|
+ "<input id='workAccountList" + index + "_subsidyMoney' onchange='calculateSum(" + index + ")' name='workAccountList[" + index + "].subsidyMoney' type='text' value='" + (obj.subsidyMoney === null || obj.subsidyMoney === undefined ? "" : obj.subsidyMoney) + "' placeholder='其他金额' maxlength='10' class='form-control number'/>" +
|
|
|
"</td>" +
|
|
|
|
|
|
"<td>" +
|
|
|
@@ -2333,7 +2333,9 @@
|
|
|
<a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogView('历史调整信息', '${ctx}/workReimbursementNew/workReimbursementNew/historyReimbursementInfo?id=${workReimbursement.id}','1100px', '35%','','关闭')" class="layui-btn layui-btn-sm" >历史调整信息</a>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
- <h2>基础信息</h2>
|
|
|
+ <h2>基础信息
|
|
|
+ <span style="color: red;font-size: 14px"> (每个报销流程仅针对一张白色或蓝色报销单。提交报销单时需要将报销编号书写在报销单右上角处,流程生成后可在列表中查看报销编号)</span>
|
|
|
+ </h2>
|
|
|
</div>
|
|
|
<%--<div class="layui-item layui-col-sm6">
|
|
|
<label class="layui-form-label"><span class="require-item">*</span>报销类型:</label>
|
|
|
@@ -2385,15 +2387,15 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group layui-row">
|
|
|
- <div class="form-group-label"><h2>报销详情<span style="color: red;font-size: 14px"> (每个报销流程仅针对一张白色或蓝色报销单。可在报销单后操作栏新增xml格式数电发票信息)</span></h2></div>
|
|
|
-<%-- <div class="layui-item nav-btns">--%>
|
|
|
-<%-- <a class="nav-btn nav-btn-add" onclick="addRow('#workAccountList', workAccountListRowIdx, workAccountListTpl,'',true);workAccountListRowIdx = workAccountListRowIdx + 1;" title="新增"><i class="fa fa-plus"></i> 新增报销单</a>--%>
|
|
|
-<%-- </div>--%>
|
|
|
+ <div class="form-group-label"><h2>报销详情<span style="color: red;font-size: 14px"> (可在报销单后操作栏新增xml格式数电发票信息)</span></h2></div>
|
|
|
+ <div class="layui-item nav-btns">
|
|
|
+ <a class="nav-btn nav-btn-add" onclick="addRow('#workAccountList', workAccountListRowIdx, workAccountListTpl,'',true);workAccountListRowIdx = workAccountListRowIdx + 1;" title="新增"><i class="fa fa-plus"></i> 新增报销单</a>
|
|
|
+ </div>
|
|
|
<div class="layui-table-body layui-item layui-col-xs12 form-table-container" style="padding:0px">
|
|
|
<table id="contentTable" class="table table-bordered table-condensed can-edit no-bottom-margin details tree_table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th style="width: 50px;padding: 0px" rowspan="2">报销单</th>
|
|
|
+ <th style="width: 50px;padding: 0px" rowspan="2">报销项</th>
|
|
|
<th style="width:150px" rowspan="2"><font color="red">*</font>报销人</th>
|
|
|
<th style="width:150px" rowspan="2">报销部门</th>
|
|
|
<th style="width:180px" rowspan="2"><font color="red">*</font>报销类型</th>
|
|
|
@@ -2411,7 +2413,7 @@
|
|
|
<!-- 费用子表头 -->
|
|
|
<th style="width:100px">数电发票</th>
|
|
|
<th style="width:100px">非数电票</th>
|
|
|
- <th style="width:100px">补贴</th>
|
|
|
+ <th style="width:100px">其他</th>
|
|
|
<th style="width:100px"><font color="red">*</font>汇总</th>
|
|
|
<!-- 收据张数子表头 -->
|
|
|
<th style="width:100px">数电发票</th>
|
|
|
@@ -2464,7 +2466,7 @@
|
|
|
<input id="workAccountList${index.index}_invoiceMoney" onchange="calculateSum(${index.index})" name="workAccountList[${index.index}].invoiceMoney" type="text" value="${workAccount.invoiceMoney}" placeholder="非数电票金额" maxlength="10" class="form-control number"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input id="workAccountList${index.index}_subsidyMoney" onchange="calculateSum(${index.index})" name="workAccountList[${index.index}].subsidyMoney" type="text" value="${workAccount.subsidyMoney}" placeholder="补贴金额" maxlength="10" class="form-control number"/>
|
|
|
+ <input id="workAccountList${index.index}_subsidyMoney" onchange="calculateSum(${index.index})" name="workAccountList[${index.index}].subsidyMoney" type="text" value="${workAccount.subsidyMoney}" placeholder="其他金额" maxlength="10" class="form-control number"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<input id="workAccountList${index.index}_money" name="workAccountList[${index.index}].money" type="text" value="${workAccount.money}" readonly="readonly" class="form-control number required" style="background-color: #f5f5f5;"/>
|
|
|
@@ -2565,7 +2567,7 @@
|
|
|
<input id="workAccountList{{idx}}_invoiceMoney" onchange="calculateSum({{idx}})" name="workAccountList[{{idx}}].invoiceMoney" type="text" value="{{row.invoiceMoney}}" placeholder="非数电票金额" maxlength="10" class="form-control number"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input id="workAccountList{{idx}}_subsidyMoney" onchange="calculateSum({{idx}})" name="workAccountList[{{idx}}].subsidyMoney" type="text" value="{{row.subsidyMoney}}" placeholder="补贴金额" maxlength="10" class="form-control number"/>
|
|
|
+ <input id="workAccountList{{idx}}_subsidyMoney" onchange="calculateSum({{idx}})" name="workAccountList[{{idx}}].subsidyMoney" type="text" value="{{row.subsidyMoney}}" placeholder="其他金额" maxlength="10" class="form-control number"/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<input id="workAccountList{{idx}}_money" name="workAccountList[{{idx}}].money" type="text" value="{{row.money}}" readonly="readonly" class="form-control number required" style="background-color: #f5f5f5;"/>
|