| | |
| | | /> |
| | | </el-select> |
| | | </el-form-item> --> |
| | | <!-- <el-form-item label="班组人员" prop="crewSize"> |
| | | <el-form-item label="班组人员" prop="crewSize"> |
| | | <el-input |
| | | v-model="dataForm.crewSize" |
| | | placeholder="班组人员" |
| | | ></el-input> |
| | | </el-form-item> --> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="外部工序项目" prop="outsideOpItem"> |
| | | <el-select |
| | | v-model="dataForm.outsideOpItem" |
| | |
| | | |
| | | <div class="operation-detail"> |
| | | <el-tabs type="card" style="width: 100%;height: 100%"> |
| | | <el-tab-pane label="基础" style="height: 100%"> |
| | | <!-- <el-tab-pane label="基础" style="height: 100%"> |
| | | <el-card class="operation-capacity" header="工序能力"> |
| | | <el-transfer |
| | | filterable |
| | |
| | | </div> |
| | | </el-upload> |
| | | </el-card> |
| | | </el-tab-pane> |
| | | </el-tab-pane> --> |
| | | <el-tab-pane label="参数" style="height: 100%"> |
| | | <el-card class="operation-capacity" header="工序参数集模板"> |
| | | <div slot="header"> |
| | |
| | | // } |
| | | }, |
| | | init() { |
| | | this.operationId = this.dataForm.id |
| | | this.fetchCapabilityForOperation() |
| | | // this.operationId = this.dataForm.id |
| | | // this.fetchCapabilityForOperation() |
| | | if (this.dataForm.id) { |
| | | getObj(this.dataForm.id).then((response) => { |
| | | this.dataForm = response.data.data |