| | |
| | | <Plus /> |
| | | </el-icon>新增 |
| | | </el-button> |
| | | <el-button v-if="editable" |
| | | <!-- <el-button v-if="editable" |
| | | type="primary" |
| | | link |
| | | size="small" |
| | |
| | | <el-icon> |
| | | <Refresh /> |
| | | </el-icon>同步工序参数 |
| | | </el-button> |
| | | </el-button> --> |
| | | </div> |
| | | </div> |
| | | <div class="params-list"> |
| | |
| | | paramId: selectedParam.value.id, |
| | | standardValue: selectedParam.value.standardValue || "", |
| | | isRequired: selectedParam.value.isRequired || 0, |
| | | technologyOperationId: props.process.id, |
| | | technologyOperationParamId: selectedParam.value.id, |
| | | technologyRoutingOperationId: Number(props.routeId), |
| | | }) |
| | | .then(res => { |
| | | if (res.code === 200) { |
| | |
| | | id: editParamForm.value.id, |
| | | standardValue: editParamForm.value.standardValue || "", |
| | | isRequired: editParamForm.value.isRequired || 0, |
| | | // productionOrderRoutingOperationId: props.process.id, |
| | | }) |
| | | .then(res => { |
| | | if (res.code === 200) { |