| | |
| | | methods: { |
| | | initDictConfig(){ |
| | | }, |
| | | getGuideCardBatchList(){ |
| | | console.log('currentDocumentInfo', this.guideCardBatchInfo) |
| | | let params |
| | | searchQuery() { |
| | | this.queryParam.docId = this.guideCardBatchInfo.docId; |
| | | this.loadData(1); |
| | | }, |
| | | /** |
| | | * 获取加工确认表列表 |
| | | */ |
| | | getGuideCardBatchList() { |
| | | let params= {}; |
| | | params.docId=this.guideCardBatchInfo.docId; |
| | | params.serialNumber=this.queryParam.serialNumber; |
| | | params.fixtureInformation=this.guideCardBatchInfo.fixtureInformation; |
| | |
| | | this.loading = false |
| | | }) |
| | | }, |
| | | searchReset() { |
| | | // 保留必要字段的浅拷贝方式 |
| | | this.queryParam = { |
| | | docId: this.guideCardBatchInfo.docId |
| | | }; |
| | | this.loadData(1); |
| | | }, |
| | | loadData(pageNum) { |
| | | if (this.ipagination) { |
| | | this.ipagination.current = pageNum; |
| | | } |
| | | this.getGuideCardBatchList(); |
| | | }, |
| | | getSuperFieldList(){ |
| | | let fieldList=[]; |
| | | fieldList.push({type:'string',value:'serialNumber',text:'流水号',dictCode:''}) |