yangys
2024-12-09 6b164baf77aceb3e4c79fbd67f89c2a670fc5141
开机时间 错误文字修改
已修改5个文件
10 ■■■■ 文件已修改
src/views/console/system/collection.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/workstation/CollDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/first-workpiece-detail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/first-workpiece-process.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/first-workpiece.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/system/collection.vue
@@ -53,7 +53,7 @@
                    let params = {
                    }
                    return await this.$HTTP.get(`/api/smart-collect/tpl/page`, {}, { params }).then(res => {
                    return await this.$HTTP.get(`/api/smis/collecttpl/page`, {}, { params }).then(res => {
                        res.data.records = res?.data?.records.map(v => {
                            return {
                                ...v,
src/views/console/workstation/CollDialog.vue
@@ -157,7 +157,7 @@
            return this
        },
        getDetailList(params) {
            this.$HTTP.get(`/api/smart-collect/tpl/typelist`, {}, { params }).then(res => {
            this.$HTTP.get(`/api/smis/collecttpl/typelist`, {}, { params }).then(res => {
                this.typeList = res.data || [];
                // return res
src/views/mdc/first-workpiece-detail.vue
@@ -70,7 +70,7 @@
                {title:'工序号',width: '80px'},
                {title:'版次',width: '60px'},
                {title:'机床',width: '100px'},
                {title:'开机时间',width: '145px'},
                {title:'开始时间',width: '145px'},
                {title:'结束时间',width: '145px'},
                {title:'占机时间',width: '100px'},
                {title:'装夹调试时间',width: '100px'},
src/views/mdc/first-workpiece-process.vue
@@ -11,7 +11,7 @@
        <el-card body-style="height: 100%;padding: 0;" style="margin-bottom: 12px;">
            <el-table :data="tableData" border>
                <el-table-column prop="progName" label="程序名称"></el-table-column>
                <el-table-column prop="startTime" label="开机时间"></el-table-column>
                <el-table-column prop="startTime" label="开始时间"></el-table-column>
                <el-table-column prop="endTime" label="结束时间"></el-table-column>
                <el-table-column prop="duration" label="持续时长"></el-table-column>
                <el-table-column prop="deviceStatus" label="状态"></el-table-column>
src/views/mdc/first-workpiece.vue
@@ -45,7 +45,7 @@
                            <el-table-column prop="processNo" label="工序号" width="80"></el-table-column>
                            <el-table-column prop="version" label="版次" width="60"></el-table-column>
                            <el-table-column prop="workstationName" label="机床" width="100"></el-table-column>
                            <el-table-column prop="startTime" label="开机时间" width="145"></el-table-column>
                            <el-table-column prop="startTime" label="开始时间" width="145"></el-table-column>
                            <el-table-column prop="endTime" label="结束时间" width="145"></el-table-column>
                            <el-table-column prop="occupancySecs" label="占机时间" width="100">
                                <template #default="scope">