| | |
| | | <el-form-item label="工序名称"> |
| | | <el-input v-model="formInline.processName" placeholder=""></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="工序版次"> |
| | | <el-input v-model="formInline.processEdition" placeholder=""></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="零组件号"> |
| | | <el-input v-model="formInline.drawingNo" placeholder=""></el-input> |
| | | </el-form-item> |
| | |
| | | machineCode: this.row.variables.machineCode || '', |
| | | processName: this.row.variables.processName || '', |
| | | processNo: this.row.variables.processNo || '', |
| | | processEdition: this.row.variables.processEdition || '', |
| | | |
| | | planStartTime: this.row.variables.planStartTime || '', |
| | | productModel: this.row.variables.productModel || '', |
| | | programPackageName: this.row.variables.programPackageName || '', |