中扬CRM客户关系管理系统
Junjie
2023-09-06 83d226903f7fb4ddec970874abf2c315907533f0
#报销明细时,明细字段填写
2个文件已修改
27 ■■■■■ 已修改文件
src/main/webapp/static/js/reimburseOnline/reimburseOnline.js 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/reimburseOnline/reimburseOnline.html 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/reimburseOnline/reimburseOnline.js
@@ -455,22 +455,22 @@
                    cellMinWidth: 100,
                    cols: [[
                        {type: 'numbers', title: '#'},
                        {field: 'occupation', title: '事由', width: 100, style: 'color: blue;font-weight: bold', templet: '#occupation'},
                        {field: 'occupation', title: '事由', width: 100, style: 'color: blue;font-weight: bold', edit:true},
                        // {field: 'expenseType', title: '费用类型', width: 100},
                        {field: 'expenseType$', title: '费用类型', width: 100},
                        {field: 'taxRate', title: '税率', width: 60},
                        {field: 'untaxedAmountInLocalCurrency', title: '未税本币金额', width: 120},
                        {field: 'untaxedAmount', title: '未税金额', width: 100},
                        {field: 'taxAmount', title: '税额', width: 60},
                        {field: 'invoiceValue', title: '发票金额', width: 100},
                        {field: 'invoiceAmountInLocalCurrency', title: '发票本币金额', width: 120},
                        {field: 'reimbursementRatio', title: '报销比例', width: 100},
                        {field: 'reimbursementAmount', title: '报销金额', width: 100},
                        {field: 'reimbursementAmountInLocalCurrency', title: '报销本币金额', width: 120},
                        {field: 'cashierConfirmationAmount', title: '出纳确认金额', width: 120},
                        {field: 'taxRate', title: '税率', width: 60, edit: true},
                        {field: 'untaxedAmountInLocalCurrency', title: '未税本币金额', width: 120, edit: true},
                        {field: 'untaxedAmount', title: '未税金额', width: 100, edit: true},
                        {field: 'taxAmount', title: '税额', width: 60, edit: true},
                        {field: 'invoiceValue', title: '发票金额', width: 100, edit: true},
                        {field: 'invoiceAmountInLocalCurrency', title: '发票本币金额', width: 120, edit: true},
                        {field: 'reimbursementRatio', title: '报销比例', width: 100, edit: true},
                        {field: 'reimbursementAmount', title: '报销金额', width: 100, edit: true},
                        {field: 'reimbursementAmountInLocalCurrency', title: '报销本币金额', width: 120, edit: true},
                        {field: 'cashierConfirmationAmount', title: '出纳确认金额', width: 120, edit: true},
                        {field: 'cashierCurrency', title: '出纳币种', width: 100},
                        {field: 'departureTime', title: '出发日期', width: 100},
                        {field: 'cashierConfirmationAmount', title: '出纳确认金额', width: 120},
                        {field: 'cashierConfirmationAmount', title: '出纳确认金额', width: 120, edit: true},
                        {field: 'userId', title: '列支人员', width: 120},
                        {field: 'deptId', title: '列支部门', width: 120},
                        {field: 'updateTime', title: '更新日期', width: 100},
src/main/webapp/views/reimburseOnline/reimburseOnline.html
@@ -282,9 +282,6 @@
    </div>
</script>
<script type="text/html" id="occupation">
    <input name="input-occupation" placeholder="请输入" autocomplete="off">
</script>
</body>
</html>