modified: src/api/plan/operationtask.js
modified: src/views/common/document.vue
modified: src/views/common/documentDetail.vue
modified: src/views/plan/operationtask/operationtask-form.vue
modified: src/views/technology/document/teststandard.vue
| | |
| | | params: query |
| | | }) |
| | | } |
| | | export function getTechnologyRouting(id) { |
| | | return request({ |
| | | url: '/mes/operationTask/getTechnologyRouting/'+id, |
| | | method: 'get', |
| | | }) |
| | | } |
| | |
| | | <el-button @click="innerVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="saveSelectRow">确 定</el-button> |
| | | </div> |
| | | <DocumentDetail :currshowlist.sync="showDocument" :docId="documentId"> |
| | | <DocumentDetail :currshowlist.sync="showDocument" :docId="Number(documentId)"> |
| | | </DocumentDetail> |
| | | </el-dialog> |
| | | </template> |
| | |
| | | > |
| | | <TeststandardDialog |
| | | :editable="editable" |
| | | :documentId="Number(dataForm.id)" |
| | | :documentId="Number(docId)" |
| | | > |
| | | </TeststandardDialog> |
| | | </el-tab-pane> |
| | |
| | | // this.dataForm.partName = this.routingList.partName |
| | | // this.dataForm.partId = this.routingList.partId |
| | | // 制造订单form创建的,自动带出工序 |
| | | console.log(this.routingOptions); |
| | | if (param.selectedRoutingOperationId && this.routingOptions) { |
| | | const option = this.routingOptions.find( |
| | | (e) => e.id === param.selectedRoutingOperationId |
| | |
| | | deleteTestStandard, |
| | | getTestStand, |
| | | saveTestStandard |
| | | } from '../../../api/technology/document' |
| | | } from '@/api/technology/document' |
| | | import qualityStandardDialog from '@/views/common/teststandardradio.vue' |
| | | |
| | | export default { |