yangys
2025-08-11 55c9cc6f424168a00ebd91a1a74a5a929ce0bdb4
src/views/wel/components/TodolistLeft.vue
@@ -12,8 +12,7 @@
             :upload-after="uploadAfter" class="att-box"></avue-form>
        </div>
        <el-table :data="tableData" border @row-click="showContent" max-height="200">
            <!-- <el-table-column prop="machineCode" label="加工机床">
            </el-table-column> -->
            <el-table-column type="index" label="#" width="40" align="center"/>
            <el-table-column prop="name" label="程序名称">
            </el-table-column>
            <el-table-column fixed="right" label="操作" width="60" align="center">
@@ -49,7 +48,8 @@
        },
        replaceDataId: {type: String},
        drawingNo: {type: String},
        processNo: {type: String}
        processNo: {type: String},
      processEdition: {type: String}
    },
    data() {
        return {
@@ -72,7 +72,8 @@
                        data: {
                            processInstanceId: this.replaceDataId,
                            drawingNo: this.drawingNo,   //图号
                            processNo: this.processNo  //工序号
                            processNo: this.processNo,  //工序号
                     processEdition: this.processEdition  //工序版次
                        },
                    }
                ]