瀏覽代碼

数采表分成实时表和历史表(还要改)

LLL 1 年之前
父節點
當前提交
284985ab79
共有 29 個文件被更改,包括 4863 次插入8 次删除
  1. 66 8
      itdmWeb/src/views/module-iTDM/itdmDevicedata/itdmDevicedataList.vue
  2. 338 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory05List.vue
  3. 326 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory16List.vue
  4. 339 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory1List.vue
  5. 320 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory48List.vue
  6. 320 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory8List.vue
  7. 320 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistoryMjList.vue
  8. 320 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistorySzhList.vue
  9. 214 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Form.vue
  10. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Modal.Style#Drawer.vue
  11. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Modal.vue
  12. 219 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Form.vue
  13. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Modal.Style#Drawer.vue
  14. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Modal.vue
  15. 217 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Form.vue
  16. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Modal.Style#Drawer.vue
  17. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Modal.vue
  18. 214 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Form.vue
  19. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Modal.Style#Drawer.vue
  20. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Modal.vue
  21. 214 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Form.vue
  22. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Modal.Style#Drawer.vue
  23. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Modal.vue
  24. 214 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjForm.vue
  25. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjModal.Style#Drawer.vue
  26. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjModal.vue
  27. 214 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhForm.vue
  28. 84 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhModal.Style#Drawer.vue
  29. 60 0
      itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhModal.vue

+ 66 - 8
itdmWeb/src/views/module-iTDM/itdmDevicedata/itdmDevicedataList.vue

@@ -1,27 +1,71 @@
 <template>
         <a-tabs default-active-key="1" @change="callback" class="card-container">
-            <a-tab-pane key="1" tab="温箱试验数据">
-                <itdm-wenxiang-list @ok="submitCallback" :key="timer1"></itdm-wenxiang-list>
-            </a-tab-pane>
-            <a-tab-pane key="2" tab="通用电压数据" force-render>
-                <itdm-wenxiang-voltage-list :key="timer2"></itdm-wenxiang-voltage-list>
-            </a-tab-pane>
+          <a-tab-pane key="1" tab="温箱试验数据">
+            <itdm-wenxiang-list @ok="submitCallback" :key="timer1"></itdm-wenxiang-list>
+          </a-tab-pane>
+          <a-tab-pane key="2" tab="通用电压数据" force-render>
+            <itdm-wenxiang-voltage-list :key="timer2"></itdm-wenxiang-voltage-list>
+          </a-tab-pane>
+          <a-tab-pane key="3" tab="0.5立方温箱试验数据" force-render>
+            <ItdmWenxiangHistory05List :key="timer3"></ItdmWenxiangHistory05List>
+          </a-tab-pane>
+          <a-tab-pane key="4" tab="1立方温箱试验数据" force-render>
+            <ItdmWenxiangHistory1List :key="timer4"></ItdmWenxiangHistory1List>
+          </a-tab-pane>
+          <a-tab-pane key="5" tab="8立方温箱试验数据" force-render>
+            <ItdmWenxiangHistory8List :key="timer5"></ItdmWenxiangHistory8List>
+          </a-tab-pane>
+          <a-tab-pane key="6" tab="16立方温箱试验数据" force-render>
+            <ItdmWenxiangHistory16List :key="timer6"></ItdmWenxiangHistory16List>
+          </a-tab-pane>
+          <a-tab-pane key="7" tab="48立方温箱试验数据" force-render>
+            <ItdmWenxiangHistory48List :key="timer7"></ItdmWenxiangHistory48List>
+          </a-tab-pane>
+          <a-tab-pane key="8" tab="霉菌温箱试验数据" force-render>
+            <ItdmWenxiangHistoryMjList :key="timer8"></ItdmWenxiangHistoryMjList>
+          </a-tab-pane>
+          <a-tab-pane key="9" tab="三综合温箱试验数据" force-render>
+            <ItdmWenxiangHistorySzhList :key="timer9"></ItdmWenxiangHistorySzhList>
+          </a-tab-pane>
         </a-tabs>
 </template>
 
 <script>
 import ItdmWenxiangList from '../itdmWenxiang/ItdmWenxiangList.vue'
 import ItdmWenxiangVoltageList from '../itdmWenxiangVoltage/ItdmWenxiangVoltageList.vue';
+import ItdmWenxiangHistory05List from '../itdmWenxiangHistory/ItdmWenxiangHistory05List.vue'
+import ItdmWenxiangHistory1List from '../itdmWenxiangHistory/ItdmWenxiangHistory1List'
+import ItdmWenxiangHistory8List from '../itdmWenxiangHistory/ItdmWenxiangHistory8List.vue'
+import ItdmWenxiangHistory16List from '../itdmWenxiangHistory/ItdmWenxiangHistory16List.vue'
+import ItdmWenxiangHistory48List from '../itdmWenxiangHistory/ItdmWenxiangHistory48List.vue'
+import ItdmWenxiangHistoryMjList from '../itdmWenxiangHistory/ItdmWenxiangHistoryMjList.vue'
+import ItdmWenxiangHistorySzhList from '../itdmWenxiangHistory/ItdmWenxiangHistorySzhList.vue'
+
+
   export default {
     name: 'itdmDeviceDataList',
     components: {
-        ItdmWenxiangList,
-        ItdmWenxiangVoltageList
+      ItdmWenxiangList,
+      ItdmWenxiangVoltageList,
+      ItdmWenxiangHistory05List,
+      ItdmWenxiangHistory1List,
+      ItdmWenxiangHistory8List,
+      ItdmWenxiangHistory16List,
+      ItdmWenxiangHistory48List,
+      ItdmWenxiangHistoryMjList,
+      ItdmWenxiangHistorySzhList
     },
     data () {
       return {
         timer1: '',
         timer2: '',
+        timer3: '',
+        timer4: '',
+        timer5: '',
+        timer6: '',
+        timer7: '',
+        timer8: '',
+        timer9: '',
       }
     },
     methods: {
@@ -33,6 +77,20 @@ import ItdmWenxiangVoltageList from '../itdmWenxiangVoltage/ItdmWenxiangVoltageL
           this.timer1 = new Date().getTime()
         } else if (key == 2) {
           this.timer2 = new Date().getTime()
+        } else if (key == 3) {
+          this.timer3 = new Date().getTime()
+        }else if (key == 4) {
+          this.timer4 = new Date().getTime()
+        }else if (key == 5) {
+          this.timer5 = new Date().getTime()
+        }else if (key == 6) {
+          this.timer6 = new Date().getTime()
+        }else if (key == 7) {
+          this.timer7 = new Date().getTime()
+        }else if (key == 8) {
+          this.timer8 = new Date().getTime()
+        }else if (key == 9) {
+          this.timer9 = new Date().getTime()
         }
       },
     }

+ 338 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory05List.vue

@@ -0,0 +1,338 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+<!--              <a @click="handleToggleSearch" style="margin-left: 8px">-->
+<!--                {{ toggleSearchStatus ? '收起' : '展开' }}-->
+<!--                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
+<!--              </a>-->
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+<!--      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
+      <a-button type="primary" icon="download" @click="handleExportXls('0.5立方温箱历史数据')">导出</a-button>
+<!--      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button type="primary" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
+      <!-- 高级查询区域 -->
+<!--      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
+<!--      <a-dropdown v-if="selectedRowKeys.length > 0">-->
+<!--        <a-menu slot="overlay">-->
+<!--          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>-->
+<!--        </a-menu>-->
+<!--        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>-->
+<!--      </a-dropdown>-->
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+<!--      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">-->
+<!--        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项-->
+<!--        <a style="margin-left: 24px" @click="onClearSelected">清空</a>-->
+<!--      </div>-->
+
+      <!-- 通过判断alarm的值,动态渲染对应数据这一列单元格的样式 -->
+      <div slot="temperature" slot-scope="text, record">
+        <span v-if="record.temperatureAlarm ==1" class="y">{{text}}</span>
+        <span v-else>{{text}}</span>
+      </div>
+      <div slot="humidity" slot-scope="text, record">
+        <span :class="record.humidityAlarm == 1?'y':''">{{text}}</span>
+      </div>
+      <div slot="currentA" slot-scope="text, record">
+        <span :class="record.currentAAlarm == 1?'y':''">{{text}}</span>
+      </div>
+      <div slot="currentB" slot-scope="text, record">
+        <span :class="record.currentBAlarm == 1?'y':''">{{text}}</span>
+      </div>
+      <div slot="currentC" slot-scope="text, record">
+        <span :class="record.currentCAlarm == 1?'y':''">{{text}}</span>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history05-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history05-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistory05Modal from './modules/ItdmWenxiangHistory05Modal'
+
+  export default {
+    name: 'ItdmWenxiangHistory05List',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistory05Modal
+    },
+    data () {
+      return {
+        description: '0.5立方温箱历史数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistory05/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistory05/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistory05/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistory05/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistory05/importExcel",
+
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 326 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory16List.vue

@@ -0,0 +1,326 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+              <a @click="handleToggleSearch" style="margin-left: 8px">
+                {{ toggleSearchStatus ? '收起' : '展开' }}
+                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('16立方温箱历史数据')">导出</a-button>
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
+      <!-- 高级查询区域 -->
+      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown>
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history16-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history16-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistory16Modal from './modules/ItdmWenxiangHistory16Modal'
+
+  export default {
+    name: 'ItdmWenxiangHistory16List',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistory16Modal
+    },
+    data () {
+      return {
+        description: '16立方温箱历史数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备id',
+            align:"center",
+            dataIndex: 'deviceId'
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistory16/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistory16/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistory16/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistory16/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistory16/importExcel",
+          
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceId',text:'设备id',dictCode:''})
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 339 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory1List.vue

@@ -0,0 +1,339 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+<!--              <a @click="handleToggleSearch" style="margin-left: 8px">-->
+<!--                {{ toggleSearchStatus ? '收起' : '展开' }}-->
+<!--                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>-->
+<!--              </a>-->
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+<!--      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
+      <a-button type="primary" icon="download" @click="handleExportXls('1立方温箱历史数据')">导出</a-button>
+<!--      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
+<!--        <a-button type="primary" icon="import">导入</a-button>-->
+<!--      </a-upload>-->
+<!--      &lt;!&ndash; 高级查询区域 &ndash;&gt;-->
+<!--      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
+<!--      <a-dropdown v-if="selectedRowKeys.length > 0">-->
+<!--        <a-menu slot="overlay">-->
+<!--          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>-->
+<!--        </a-menu>-->
+<!--        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>-->
+<!--      </a-dropdown>-->
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+<!--      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">-->
+<!--        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项-->
+<!--        <a style="margin-left: 24px" @click="onClearSelected">清空</a>-->
+<!--      </div>-->
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <!-- 通过判断alarm的值,动态渲染对应数据这一列单元格的样式 -->
+        <div slot="temperature" slot-scope="text, record">
+          <span v-if="record.temperatureAlarm ==1" class="y">{{text}}</span>
+          <span v-else>{{text}}</span>
+        </div>
+        <div slot="humidity" slot-scope="text, record">
+          <span :class="record.humidityAlarm == 1?'y':''">{{text}}</span>
+        </div>
+        <div slot="currentA" slot-scope="text, record">
+          <span :class="record.currentAAlarm == 1?'y':''">{{text}}</span>
+        </div>
+        <div slot="currentB" slot-scope="text, record">
+          <span :class="record.currentBAlarm == 1?'y':''">{{text}}</span>
+        </div>
+        <div slot="currentC" slot-scope="text, record">
+          <span :class="record.currentCAlarm == 1?'y':''">{{text}}</span>
+        </div>
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history1-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history1-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistory1Modal from './modules/ItdmWenxiangHistory1Modal'
+
+  export default {
+    name: 'ItdmWenxiangHistory1List',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistory1Modal
+    },
+    data () {
+      return {
+        description: '1立方温箱历史数据管理页面',
+        // 表头
+        columns: [
+          // {
+          //   title: '#',
+          //   dataIndex: '',
+          //   key:'rowIndex',
+          //   width:60,
+          //   align:"center",
+          //   customRender:function (t,r,index) {
+          //     return parseInt(index)+1;
+          //   }
+          // },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          // {
+          //   title:'温度报警(0正常1报警)',
+          //   align:"center",
+          //   dataIndex: 'temperatureAlarm_dictText'
+          // },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          // {
+          //   title:'湿度报警(0正常1报警)',
+          //   align:"center",
+          //   dataIndex: 'humidityAlarm_dictText'
+          // },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          // {
+          //   title:'A相电流报警(0正常1报警)',
+          //   align:"center",
+          //   dataIndex: 'currentAAlarm_dictText'
+          // },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          // {
+          //   title:'B相电流报警(0正常1报警)',
+          //   align:"center",
+          //   dataIndex: 'currentBAlarm_dictText'
+          // },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          // {
+          //   title:'C相电流报警(0正常1报警)',
+          //   align:"center",
+          //   dataIndex: 'currentCAlarm_dictText'
+          // },
+          {
+            title:'创建时间',
+            align:"center",
+            sorter: true,
+            dataIndex: 'createTime'
+          },
+          // {
+          //   title: '操作',
+          //   dataIndex: 'action',
+          //   align:"center",
+          //   fixed:"right",
+          //   width:147,
+          //   scopedSlots: { customRender: 'action' }
+          // }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistory1/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistory1/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistory1/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistory1/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistory1/importExcel",
+
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:'data_status'})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:'data_status'})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:'data_status'})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:'data_status'})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:'data_status'})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 320 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory48List.vue

@@ -0,0 +1,320 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+              <a @click="handleToggleSearch" style="margin-left: 8px">
+                {{ toggleSearchStatus ? '收起' : '展开' }}
+                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('48立方温箱数据')">导出</a-button>
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
+      <!-- 高级查询区域 -->
+      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown>
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history48-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history48-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistory48Modal from './modules/ItdmWenxiangHistory48Modal'
+
+  export default {
+    name: 'ItdmWenxiangHistory48List',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistory48Modal
+    },
+    data () {
+      return {
+        description: '48立方温箱数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistory48/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistory48/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistory48/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistory48/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistory48/importExcel",
+          
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 320 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistory8List.vue

@@ -0,0 +1,320 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+              <a @click="handleToggleSearch" style="margin-left: 8px">
+                {{ toggleSearchStatus ? '收起' : '展开' }}
+                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('8立方温箱历史数据')">导出</a-button>
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
+      <!-- 高级查询区域 -->
+      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown>
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history8-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history8-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistory8Modal from './modules/ItdmWenxiangHistory8Modal'
+
+  export default {
+    name: 'ItdmWenxiangHistory8List',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistory8Modal
+    },
+    data () {
+      return {
+        description: '8立方温箱历史数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistory8/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistory8/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistory8/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistory8/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistory8/importExcel",
+          
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 320 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistoryMjList.vue

@@ -0,0 +1,320 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+              <a @click="handleToggleSearch" style="margin-left: 8px">
+                {{ toggleSearchStatus ? '收起' : '展开' }}
+                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('霉菌温箱历史数据')">导出</a-button>
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
+      <!-- 高级查询区域 -->
+      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown>
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history-mj-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history-mj-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistoryMjModal from './modules/ItdmWenxiangHistoryMjModal'
+
+  export default {
+    name: 'ItdmWenxiangHistoryMjList',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistoryMjModal
+    },
+    data () {
+      return {
+        description: '霉菌温箱历史数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistoryMj/importExcel",
+          
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 320 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/ItdmWenxiangHistorySzhList.vue

@@ -0,0 +1,320 @@
+<template>
+  <a-card :bordered="false">
+    <!-- 查询区域 -->
+    <div class="table-page-search-wrapper">
+      <a-form layout="inline" @keyup.enter.native="searchQuery">
+        <a-row :gutter="24">
+          <a-col :xl="10" :lg="11" :md="12" :sm="24">
+            <a-form-item label="创建时间">
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择开始时间" class="query-group-cust" v-model="queryParam.createTime_begin"></j-date>
+              <span class="query-group-split-cust"></span>
+              <j-date :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" placeholder="请选择结束时间" class="query-group-cust" v-model="queryParam.createTime_end"></j-date>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="6" :lg="7" :md="8" :sm="24">
+            <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
+              <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
+              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>
+              <a @click="handleToggleSearch" style="margin-left: 8px">
+                {{ toggleSearchStatus ? '收起' : '展开' }}
+                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
+              </a>
+            </span>
+          </a-col>
+        </a-row>
+      </a-form>
+    </div>
+    <!-- 查询区域-END -->
+
+    <!-- 操作按钮区域 -->
+    <div class="table-operator">
+      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
+      <a-button type="primary" icon="download" @click="handleExportXls('三综合温箱历史数据')">导出</a-button>
+      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
+        <a-button type="primary" icon="import">导入</a-button>
+      </a-upload>
+      <!-- 高级查询区域 -->
+      <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
+      <a-dropdown v-if="selectedRowKeys.length > 0">
+        <a-menu slot="overlay">
+          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
+        </a-menu>
+        <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
+      </a-dropdown>
+    </div>
+
+    <!-- table区域-begin -->
+    <div>
+      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
+        <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项
+        <a style="margin-left: 24px" @click="onClearSelected">清空</a>
+      </div>
+
+      <a-table
+        ref="table"
+        size="middle"
+        :scroll="{x:true}"
+        bordered
+        rowKey="id"
+        :columns="columns"
+        :dataSource="dataSource"
+        :pagination="ipagination"
+        :loading="loading"
+        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
+        class="j-table-force-nowrap"
+        @change="handleTableChange">
+
+        <template slot="htmlSlot" slot-scope="text">
+          <div v-html="text"></div>
+        </template>
+        <template slot="imgSlot" slot-scope="text,record">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无图片</span>
+          <img v-else :src="getImgView(text)" :preview="record.id" height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;"/>
+        </template>
+        <template slot="fileSlot" slot-scope="text">
+          <span v-if="!text" style="font-size: 12px;font-style: italic;">无文件</span>
+          <a-button
+            v-else
+            :ghost="true"
+            type="primary"
+            icon="download"
+            size="small"
+            @click="downloadFile(text)">
+            下载
+          </a-button>
+        </template>
+
+        <span slot="action" slot-scope="text, record">
+          <a @click="handleEdit(record)">编辑</a>
+
+          <a-divider type="vertical" />
+          <a-dropdown>
+            <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
+            <a-menu slot="overlay">
+              <a-menu-item>
+                <a @click="handleDetail(record)">详情</a>
+              </a-menu-item>
+              <a-menu-item>
+                <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
+                  <a>删除</a>
+                </a-popconfirm>
+              </a-menu-item>
+            </a-menu>
+          </a-dropdown>
+        </span>
+
+      </a-table>
+    </div>
+
+    <itdm-wenxiang-history-szh-modal ref="modalForm" @ok="modalFormOk"></itdm-wenxiang-history-szh-modal>
+  </a-card>
+</template>
+
+<script>
+
+  import '@/assets/less/TableExpand.less'
+  import { mixinDevice } from '@/utils/mixin'
+  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import ItdmWenxiangHistorySzhModal from './modules/ItdmWenxiangHistorySzhModal'
+
+  export default {
+    name: 'ItdmWenxiangHistorySzhList',
+    mixins:[JeecgListMixin, mixinDevice],
+    components: {
+      ItdmWenxiangHistorySzhModal
+    },
+    data () {
+      return {
+        description: '三综合温箱历史数据管理页面',
+        // 表头
+        columns: [
+          {
+            title: '#',
+            dataIndex: '',
+            key:'rowIndex',
+            width:60,
+            align:"center",
+            customRender:function (t,r,index) {
+              return parseInt(index)+1;
+            }
+          },
+          {
+            title:'设备名称',
+            align:"center",
+            dataIndex: 'deviceName'
+          },
+          {
+            title:'设备编号',
+            align:"center",
+            dataIndex: 'deviceNo'
+          },
+          {
+            title:'温度',
+            align:"center",
+            dataIndex: 'temperature'
+          },
+          {
+            title:'温度上限',
+            align:"center",
+            dataIndex: 'temperatureMax'
+          },
+          {
+            title:'温度下限',
+            align:"center",
+            dataIndex: 'temperatureMin'
+          },
+          {
+            title:'温度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'temperatureAlarm'
+          },
+          {
+            title:'湿度',
+            align:"center",
+            dataIndex: 'humidity'
+          },
+          {
+            title:'湿度上限',
+            align:"center",
+            dataIndex: 'humidityMax'
+          },
+          {
+            title:'湿度下限',
+            align:"center",
+            dataIndex: 'humidityMin'
+          },
+          {
+            title:'湿度报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'humidityAlarm'
+          },
+          {
+            title:'A相电流',
+            align:"center",
+            dataIndex: 'currentA'
+          },
+          {
+            title:'A相电流上限',
+            align:"center",
+            dataIndex: 'currentAMax'
+          },
+          {
+            title:'A相电流下限',
+            align:"center",
+            dataIndex: 'currentAMin'
+          },
+          {
+            title:'A相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentAAlarm'
+          },
+          {
+            title:'B相电流',
+            align:"center",
+            dataIndex: 'currentB'
+          },
+          {
+            title:'B相电流上限',
+            align:"center",
+            dataIndex: 'currentBMax'
+          },
+          {
+            title:'B相电流下限',
+            align:"center",
+            dataIndex: 'currentBMin'
+          },
+          {
+            title:'B相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentBAlarm'
+          },
+          {
+            title:'C相电流',
+            align:"center",
+            dataIndex: 'currentC'
+          },
+          {
+            title:'C相电流上限',
+            align:"center",
+            dataIndex: 'currentCMax'
+          },
+          {
+            title:'C相电流下限',
+            align:"center",
+            dataIndex: 'currentCMin'
+          },
+          {
+            title:'C相电流报警(0正常1报警)',
+            align:"center",
+            dataIndex: 'currentCAlarm'
+          },
+          {
+            title:'创建时间',
+            align:"center",
+            dataIndex: 'createTime'
+          },
+          {
+            title: '操作',
+            dataIndex: 'action',
+            align:"center",
+            fixed:"right",
+            width:147,
+            scopedSlots: { customRender: 'action' }
+          }
+        ],
+        url: {
+          list: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/list",
+          delete: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/delete",
+          deleteBatch: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/deleteBatch",
+          exportXlsUrl: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/exportXls",
+          importExcelUrl: "itdmWenxiangHistory/itdmWenxiangHistorySzh/importExcel",
+          
+        },
+        dictOptions:{},
+        superFieldList:[],
+      }
+    },
+    created() {
+    this.getSuperFieldList();
+    },
+    computed: {
+      importExcelUrl: function(){
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
+      },
+    },
+    methods: {
+      initDictConfig(){
+      },
+      getSuperFieldList(){
+        let fieldList=[];
+        fieldList.push({type:'string',value:'deviceName',text:'设备名称',dictCode:''})
+        fieldList.push({type:'string',value:'deviceNo',text:'设备编号',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperature',text:'温度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMax',text:'温度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'temperatureMin',text:'温度下限',dictCode:''})
+        fieldList.push({type:'int',value:'temperatureAlarm',text:'温度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidity',text:'湿度',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMax',text:'湿度上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'humidityMin',text:'湿度下限',dictCode:''})
+        fieldList.push({type:'int',value:'humidityAlarm',text:'湿度报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentA',text:'A相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMax',text:'A相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentAMin',text:'A相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentAAlarm',text:'A相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentB',text:'B相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMax',text:'B相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentBMin',text:'B相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentBAlarm',text:'B相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentC',text:'C相电流',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMax',text:'C相电流上限',dictCode:''})
+        fieldList.push({type:'BigDecimal',value:'currentCMin',text:'C相电流下限',dictCode:''})
+        fieldList.push({type:'int',value:'currentCAlarm',text:'C相电流报警(0正常1报警)',dictCode:''})
+        fieldList.push({type:'datetime',value:'createTime',text:'创建时间'})
+        this.superFieldList = fieldList
+      }
+    }
+  }
+</script>
+<style scoped>
+  @import '~@assets/less/common.less';
+</style>

+ 214 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Form.vue

@@ -0,0 +1,214 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistory05Form',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistory05/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistory05/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistory05/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Modal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history05-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history05-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory05Form from './ItdmWenxiangHistory05Form'
+
+  export default {
+    name: 'ItdmWenxiangHistory05Modal',
+    components: {
+      ItdmWenxiangHistory05Form
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory05Modal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history05-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history05-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory05Form from './ItdmWenxiangHistory05Form'
+  export default {
+    name: 'ItdmWenxiangHistory05Modal',
+    components: {
+      ItdmWenxiangHistory05Form
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 219 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Form.vue

@@ -0,0 +1,219 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备id" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceId">
+              <a-input v-model="model.deviceId" placeholder="请输入设备id"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistory16Form',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistory16/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistory16/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistory16/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Modal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history16-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history16-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory16Form from './ItdmWenxiangHistory16Form'
+
+  export default {
+    name: 'ItdmWenxiangHistory16Modal',
+    components: {
+      ItdmWenxiangHistory16Form
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory16Modal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history16-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history16-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory16Form from './ItdmWenxiangHistory16Form'
+  export default {
+    name: 'ItdmWenxiangHistory16Modal',
+    components: {
+      ItdmWenxiangHistory16Form
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 217 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Form.vue

@@ -0,0 +1,217 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" dictCode="data_status" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" dictCode="data_status" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" dictCode="data_status" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" dictCode="data_status" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" dictCode="data_status" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistory1Form',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+           createTime: [
+              { required: true, message: '请输入创建时间!'},
+           ],
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistory1/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistory1/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistory1/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Modal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history1-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history1-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory1Form from './ItdmWenxiangHistory1Form'
+
+  export default {
+    name: 'ItdmWenxiangHistory1Modal',
+    components: {
+      ItdmWenxiangHistory1Form
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory1Modal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history1-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history1-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory1Form from './ItdmWenxiangHistory1Form'
+  export default {
+    name: 'ItdmWenxiangHistory1Modal',
+    components: {
+      ItdmWenxiangHistory1Form
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 214 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Form.vue

@@ -0,0 +1,214 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistory48Form',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistory48/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistory48/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistory48/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Modal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history48-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history48-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory48Form from './ItdmWenxiangHistory48Form'
+
+  export default {
+    name: 'ItdmWenxiangHistory48Modal',
+    components: {
+      ItdmWenxiangHistory48Form
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory48Modal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history48-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history48-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory48Form from './ItdmWenxiangHistory48Form'
+  export default {
+    name: 'ItdmWenxiangHistory48Modal',
+    components: {
+      ItdmWenxiangHistory48Form
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 214 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Form.vue

@@ -0,0 +1,214 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistory8Form',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistory8/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistory8/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistory8/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Modal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history8-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history8-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory8Form from './ItdmWenxiangHistory8Form'
+
+  export default {
+    name: 'ItdmWenxiangHistory8Modal',
+    components: {
+      ItdmWenxiangHistory8Form
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistory8Modal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history8-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history8-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistory8Form from './ItdmWenxiangHistory8Form'
+  export default {
+    name: 'ItdmWenxiangHistory8Modal',
+    components: {
+      ItdmWenxiangHistory8Form
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 214 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjForm.vue

@@ -0,0 +1,214 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistoryMjForm',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistoryMj/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjModal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history-mj-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history-mj-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistoryMjForm from './ItdmWenxiangHistoryMjForm'
+
+  export default {
+    name: 'ItdmWenxiangHistoryMjModal',
+    components: {
+      ItdmWenxiangHistoryMjForm
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistoryMjModal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history-mj-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history-mj-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistoryMjForm from './ItdmWenxiangHistoryMjForm'
+  export default {
+    name: 'ItdmWenxiangHistoryMjModal',
+    components: {
+      ItdmWenxiangHistoryMjForm
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>

+ 214 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhForm.vue

@@ -0,0 +1,214 @@
+<template>
+  <a-spin :spinning="confirmLoading">
+    <j-form-container :disabled="formDisabled">
+      <a-form-model ref="form" :model="model" :rules="validatorRules" slot="detail">
+        <a-row>
+          <a-col :span="24">
+            <a-form-model-item label="设备名称" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceName">
+              <a-input v-model="model.deviceName" placeholder="请输入设备名称"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="deviceNo">
+              <a-input v-model="model.deviceNo" placeholder="请输入设备编号"  ></a-input>
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperature">
+              <a-input-number v-model="model.temperature" placeholder="请输入温度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMax">
+              <a-input-number v-model="model.temperatureMax" placeholder="请输入温度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureMin">
+              <a-input-number v-model="model.temperatureMin" placeholder="请输入温度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="温度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="temperatureAlarm">
+              <a-input-number v-model="model.temperatureAlarm" placeholder="请输入温度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidity">
+              <a-input-number v-model="model.humidity" placeholder="请输入湿度" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMax">
+              <a-input-number v-model="model.humidityMax" placeholder="请输入湿度上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityMin">
+              <a-input-number v-model="model.humidityMin" placeholder="请输入湿度下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="湿度报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="humidityAlarm">
+              <a-input-number v-model="model.humidityAlarm" placeholder="请输入湿度报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentA">
+              <a-input-number v-model="model.currentA" placeholder="请输入A相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMax">
+              <a-input-number v-model="model.currentAMax" placeholder="请输入A相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAMin">
+              <a-input-number v-model="model.currentAMin" placeholder="请输入A相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="A相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentAAlarm">
+              <a-input-number v-model="model.currentAAlarm" placeholder="请输入A相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentB">
+              <a-input-number v-model="model.currentB" placeholder="请输入B相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMax">
+              <a-input-number v-model="model.currentBMax" placeholder="请输入B相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBMin">
+              <a-input-number v-model="model.currentBMin" placeholder="请输入B相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="B相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentBAlarm">
+              <a-input-number v-model="model.currentBAlarm" placeholder="请输入B相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentC">
+              <a-input-number v-model="model.currentC" placeholder="请输入C相电流" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流上限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMax">
+              <a-input-number v-model="model.currentCMax" placeholder="请输入C相电流上限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流下限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCMin">
+              <a-input-number v-model="model.currentCMin" placeholder="请输入C相电流下限" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="C相电流报警(0正常1报警)" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="currentCAlarm">
+              <a-input-number v-model="model.currentCAlarm" placeholder="请输入C相电流报警(0正常1报警)" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
+            <a-form-model-item label="创建时间" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="createTime">
+              <j-date placeholder="请选择创建时间"  v-model="model.createTime" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
+            </a-form-model-item>
+          </a-col>
+        </a-row>
+      </a-form-model>
+    </j-form-container>
+  </a-spin>
+</template>
+
+<script>
+
+  import { httpAction, getAction } from '@/api/manage'
+  import { validateDuplicateValue } from '@/utils/util'
+
+  export default {
+    name: 'ItdmWenxiangHistorySzhForm',
+    components: {
+    },
+    props: {
+      //表单禁用
+      disabled: {
+        type: Boolean,
+        default: false,
+        required: false
+      }
+    },
+    data () {
+      return {
+        model:{
+         },
+        labelCol: {
+          xs: { span: 24 },
+          sm: { span: 5 },
+        },
+        wrapperCol: {
+          xs: { span: 24 },
+          sm: { span: 16 },
+        },
+        confirmLoading: false,
+        validatorRules: {
+        },
+        url: {
+          add: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/add",
+          edit: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/edit",
+          queryById: "/itdmWenxiangHistory/itdmWenxiangHistorySzh/queryById"
+        }
+      }
+    },
+    computed: {
+      formDisabled(){
+        return this.disabled
+      },
+    },
+    created () {
+       //备份model原始值
+      this.modelDefault = JSON.parse(JSON.stringify(this.model));
+    },
+    methods: {
+      add () {
+        this.edit(this.modelDefault);
+      },
+      edit (record) {
+        this.model = Object.assign({}, record);
+        this.visible = true;
+      },
+      submitForm () {
+        const that = this;
+        // 触发表单验证
+        this.$refs.form.validate(valid => {
+          if (valid) {
+            that.confirmLoading = true;
+            let httpurl = '';
+            let method = '';
+            if(!this.model.id){
+              httpurl+=this.url.add;
+              method = 'post';
+            }else{
+              httpurl+=this.url.edit;
+               method = 'put';
+            }
+            httpAction(httpurl,this.model,method).then((res)=>{
+              if(res.success){
+                that.$message.success(res.message);
+                that.$emit('ok');
+              }else{
+                that.$message.warning(res.message);
+              }
+            }).finally(() => {
+              that.confirmLoading = false;
+            })
+          }
+         
+        })
+      },
+    }
+  }
+</script>

+ 84 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhModal.Style#Drawer.vue

@@ -0,0 +1,84 @@
+<template>
+  <a-drawer
+    :title="title"
+    :width="width"
+    placement="right"
+    :closable="false"
+    @close="close"
+    destroyOnClose
+    :visible="visible">
+    <itdm-wenxiang-history-szh-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit" normal></itdm-wenxiang-history-szh-form>
+    <div class="drawer-footer">
+      <a-button @click="handleCancel" style="margin-bottom: 0;">关闭</a-button>
+      <a-button v-if="!disableSubmit"  @click="handleOk" type="primary" style="margin-bottom: 0;">提交</a-button>
+    </div>
+  </a-drawer>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistorySzhForm from './ItdmWenxiangHistorySzhForm'
+
+  export default {
+    name: 'ItdmWenxiangHistorySzhModal',
+    components: {
+      ItdmWenxiangHistorySzhForm
+    },
+    data () {
+      return {
+        title:"操作",
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        });
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>
+
+<style lang="less" scoped>
+/** Button按钮间距 */
+  .ant-btn {
+    margin-left: 30px;
+    margin-bottom: 30px;
+    float: right;
+  }
+  .drawer-footer{
+    position: absolute;
+    bottom: -8px;
+    width: 100%;
+    border-top: 1px solid #e8e8e8;
+    padding: 10px 16px;
+    text-align: right;
+    left: 0;
+    background: #fff;
+    border-radius: 0 0 2px 2px;
+  }
+</style>

+ 60 - 0
itdmWeb/src/views/module-iTDM/itdmWenxiangHistory/modules/ItdmWenxiangHistorySzhModal.vue

@@ -0,0 +1,60 @@
+<template>
+  <j-modal
+    :title="title"
+    :width="width"
+    :visible="visible"
+    switchFullscreen
+    @ok="handleOk"
+    :okButtonProps="{ class:{'jee-hidden': disableSubmit} }"
+    @cancel="handleCancel"
+    cancelText="关闭">
+    <itdm-wenxiang-history-szh-form ref="realForm" @ok="submitCallback" :disabled="disableSubmit"></itdm-wenxiang-history-szh-form>
+  </j-modal>
+</template>
+
+<script>
+
+  import ItdmWenxiangHistorySzhForm from './ItdmWenxiangHistorySzhForm'
+  export default {
+    name: 'ItdmWenxiangHistorySzhModal',
+    components: {
+      ItdmWenxiangHistorySzhForm
+    },
+    data () {
+      return {
+        title:'',
+        width:800,
+        visible: false,
+        disableSubmit: false
+      }
+    },
+    methods: {
+      add () {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.add();
+        })
+      },
+      edit (record) {
+        this.visible=true
+        this.$nextTick(()=>{
+          this.$refs.realForm.edit(record);
+        })
+      },
+      close () {
+        this.$emit('close');
+        this.visible = false;
+      },
+      handleOk () {
+        this.$refs.realForm.submitForm();
+      },
+      submitCallback(){
+        this.$emit('ok');
+        this.visible = false;
+      },
+      handleCancel () {
+        this.close()
+      }
+    }
+  }
+</script>