| | |
| | | <el-input v-model="formInline.processName" placeholder=""></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="零组件号"> |
| | | <el-input v-model="formInline.partNo" placeholder=""></el-input> |
| | | <el-input v-model="formInline.drawingNo" placeholder=""></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="加工机床"> |
| | | <el-input v-model="formInline.machineCode" placeholder=""></el-input> |
| | |
| | | processNo: this.row.variables.processNo || '', |
| | | planStartTime: this.row.variables.planStartTime || '', |
| | | productModel: this.row.variables.productModel || '', |
| | | partNo: this.row.variables.partNo || '', |
| | | drawingNo: this.row.variables.drawingNo || '', |
| | | } |
| | | } |
| | | } |