地质所 沉降监测网建设项目
suerwei
2024-05-23 854bb992352772d3c69b47549a709ff57b4944bb
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/deviceLog/deviceLog.html
@@ -11,20 +11,10 @@
                    <div class="select-list">
                        <ul>
                            <li>
                                <p>出入库单子号:</p>
                                <input type="text" name="code"/>
                            </li>
                            <li>
                                <p>名称:</p>
                                <input type="text" name="deviceName"/>
                            </li>
                            <li>
                                <p>设备/材料类型:</p>
                                <select name="type" th:with="type=${@dict.getType('device_log_type')}">
                                    <option value="">所有</option>
                                    <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
                                </select>
                            </li>
                            <li>
                                <p>经办人:</p>
                                <input type="text" name="optUser"/>
@@ -91,13 +81,10 @@
                },
                {
                    field : 'code',
                    title : '出入库单子号'
                    title : '工单号',
                    sortable:true
                },
                {
                    field : 'projectName',
                    title : '场地名称',
                    visible: false
                },
                    {
                        field : 'deviceCode',
                        title : '编号',
@@ -107,28 +94,26 @@
                        field : 'deviceName',
                        title : '名称'
                    },
                {
                    field : 'type',
                    title : '设备/材料类型',
                    formatter: function(value, row, index) {
                       return $.table.selectDictLabel(typeDatas, value);
                    }
                },
                    {
                        field : 'inboundDate',
                        title : '入库时间'
                        title : '入库时间',
                        sortable:true
                    },
                {
                    field : 'outboundDate',
                    title : '出库时间'
                    title : '出库时间',
                    sortable:true
                },
                {
                    field : 'optUser',
                    title : '经办人'
                    title : '经办人',
                    sortable:true
                },
                {
                    field : 'applyUser',
                    title : '负责人'
                    title : '负责人',
                    sortable:true
                },
                {
                    field : 'number',