src/main/webapp/views/commandManage/commandManage.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/commandManageLog/commandManageLog.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/deviceOperate/crnOperate.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/deviceOperate/devpOperate.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/taskWrk/taskWrk.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/views/taskWrkLog/taskWrkLog.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/commandManage/commandManage.html
@@ -40,7 +40,7 @@ <el-button type="primary" @click="resetParam">重置</el-button> </el-form-item> </el-form> <el-table ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName"> <el-table border ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName"> <el-table-column label="操作" width="100"> <template slot-scope="scope"> <el-dropdown @command="(command)=>{handleCommand(command, scope.row)}"> src/main/webapp/views/commandManageLog/commandManageLog.html
@@ -33,7 +33,7 @@ <el-button type="primary" @click="resetParam">重置</el-button> </el-form-item> </el-form> <el-table ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName"> <el-table border ref="singleTable" :data="tableData" style="width: 100%;" :row-class-name="tableRowClassName"> <el-table-column property="id" label="#ID"> </el-table-column> <el-table-column property="wrkNo" label="工作号"> src/main/webapp/views/deviceOperate/crnOperate.html
@@ -14,7 +14,7 @@ <body> <div id="app" style="display: flex;justify-content: center;flex-wrap: wrap;"> <div style="width: 100%;"> <el-table ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" max-height="350" style="width: 100%"> <el-table-column property="crnNo" label="堆垛机"> </el-table-column> src/main/webapp/views/deviceOperate/devpOperate.html
@@ -14,7 +14,7 @@ <body> <div id="app" style="display: flex;justify-content: center;flex-wrap: wrap;"> <div style="width: 100%;"> <el-table ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" max-height="450" style="width: 100%"> <el-table-column property="devNo" label="站号"> </el-table-column> src/main/webapp/views/taskWrk/taskWrk.html
@@ -46,8 +46,8 @@ <el-button type="primary" @click="resetParam">重置</el-button> </el-form-item> </el-form> <el-table ref="singleTable" :data="tableData" style="width: 100%;"> <el-table-column label="操作" width="100"> <el-table border ref="singleTable" :data="tableData" style="width: 100%;"> <el-table-column label="操作" width="100" align="center"> <template slot-scope="scope"> <el-dropdown @command="(command)=>{handleCommand(command, scope.row)}"> <el-button icon="el-icon-more" size="mini" type="primary"></el-button> @@ -61,29 +61,29 @@ </el-dropdown> </template> </el-table-column> <el-table-column property="taskNo" label="任务号"> <el-table-column sortable align="center" property="taskNo" label="任务号" width="90"> </el-table-column> <el-table-column property="status$" label="任务状态"> <el-table-column sortable align="center" property="status$" label="任务状态" width="110"> </el-table-column> <el-table-column property="wrkNo" label="工作号"> <el-table-column sortable align="center" property="wrkNo" label="工作号" width="90"> </el-table-column> <el-table-column property="createTime$" label="任务时间"> <el-table-column sortable align="center" property="createTime$" label="任务时间" width="170"> </el-table-column> <el-table-column property="durationTime" label="持续时长"> <!-- <el-table-column sortable align="center" property="durationTime" label="持续时长">--> <!-- </el-table-column>--> <el-table-column sortable align="center" property="ioType$" label="任务类型"> </el-table-column> <el-table-column property="ioType$" label="任务类型"> <el-table-column sortable align="center" property="startPoint" label="起点位置"> </el-table-column> <el-table-column property="startPoint" label="起点位置"> <el-table-column sortable align="center" property="targetPoint" label="终点位置"> </el-table-column> <el-table-column property="targetPoint" label="终点位置"> <el-table-column sortable align="center" property="wrkSts$" label="工作状态"> </el-table-column> <el-table-column property="wrkSts$" label="工作状态"> <el-table-column sortable align="center" property="barcode" label="托盘码"> </el-table-column> <el-table-column property="barcode" label="托盘码"> <el-table-column sortable align="center" property="crnNo" label="堆垛机号"> </el-table-column> <el-table-column property="crnNo" label="堆垛机号"> </el-table-column> <el-table-column property="ioPri" label="优先级"> <el-table-column sortable align="center" property="ioPri" label="优先级"> </el-table-column> </el-table> src/main/webapp/views/taskWrkLog/taskWrkLog.html
@@ -28,7 +28,7 @@ <el-button type="primary" @click="resetParam">重置</el-button> </el-form-item> </el-form> <el-table ref="singleTable" :data="tableData" style="width: 100%;"> <el-table border ref="singleTable" :data="tableData" style="width: 100%;"> <el-table-column label="操作" width="100"> <template slot-scope="scope"> <el-dropdown @command="(command)=>{handleCommand(command, scope.row)}">