| | |
| | | |
| | | |
| | | <div style="margin-top: 10px"> |
| | | <el-button @click="emitParent()" style="width: 80px;height: 30px" type="primary" size="small">保存</el-button> |
| | | <el-button @click="emitParent()" style="width: 80px;height: 30px" type="primary" size="small">{{$t('basicData.save')}}</el-button> |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | if(dataList.value.edgingProcess.edgingType!=null){ |
| | | emit('getEdgingProcess', dataList.value,dataList.value.edgingProcess.edgingType) |
| | | }else{ |
| | | ElMessage.error(t('请选择磨边类型')) |
| | | ElMessage.error(t('order.msg.pleaseProcessType')) |
| | | } |
| | | |
| | | } |