| | |
| | | forceRender |
| | | > |
| | | <span slot="tab"> |
| | | <a-badge>把号 </a-badge> |
| | | <a-badge>工具编号 </a-badge> |
| | | </span> |
| | | <tool-ledger-detail-list ref="toolLedgerDetailList"></tool-ledger-detail-list> |
| | | </a-tab-pane> |
| | |
| | | this.queryParam.technicalConditions = data.technicalConditions |
| | | this.queryParam.conditionsInfo = data.conditionsInfo |
| | | this.queryParam.toolModel = data.toolModel |
| | | this.queryParam.shortCalled = data.shortCalled |
| | | this.queryParam.groupCompanyCode = data.groupCompanyCode |
| | | this.loadData(1) |
| | | }, |
| | | paraBladeOk(data) { |
| | |
| | | this.queryParam.technicalConditions = data.technicalConditions |
| | | this.queryParam.conditionsInfo = data.conditionsInfo |
| | | this.queryParam.toolModel = data.toolModel |
| | | this.queryParam.shortCalled = data.shortCalled |
| | | this.queryParam.groupCompanyCode = data.groupCompanyCode |
| | | this.loadData(1) |
| | | }, |
| | | paraThreadingToolOk(data) { |
| | |
| | | this.queryParam.technicalConditions = data.technicalConditions |
| | | this.queryParam.conditionsInfo = data.conditionsInfo |
| | | this.queryParam.toolModel = data.toolModel |
| | | this.queryParam.shortCalled = data.shortCalled |
| | | this.queryParam.groupCompanyCode = data.groupCompanyCode |
| | | this.loadData(1) |
| | | }, |
| | | paraMillToolOk(data) { |
| | |
| | | this.queryParam.technicalConditions = data.technicalConditions |
| | | this.queryParam.conditionsInfo = data.conditionsInfo |
| | | this.queryParam.toolModel = data.toolModel |
| | | this.queryParam.shortCalled = data.shortCalled |
| | | this.queryParam.groupCompanyCode = data.groupCompanyCode |
| | | this.loadData(1) |
| | | }, |
| | | paraTurningToolsOk(data) { |
| | |
| | | this.queryParam.technicalConditions = data.technicalConditions |
| | | this.queryParam.conditionsInfo = data.conditionsInfo |
| | | this.queryParam.toolModel = data.toolModel |
| | | this.queryParam.shortCalled = data.shortCalled |
| | | this.queryParam.groupCompanyCode = data.groupCompanyCode |
| | | this.loadData(1) |
| | | }, |
| | | }, |