| | |
| | | @change="handleTableChange" |
| | | :scroll="{y:456}" :size="size" rowKey="docId"> |
| | | |
| | | <!-- 字符串超长截取省略号显示--> |
| | | <span slot="docName" slot-scope="text"> |
| | | <j-ellipsis :value="text"/> |
| | | </span> |
| | | </a-table> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | |
| | | dataIndex: 'docName', |
| | | key: 'docName', |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'docName' }, |
| | | width: 300, |
| | | sorter: true |
| | | }, |
| | |
| | | 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:''}) |
| | |
| | | { |
| | | title: '流程分类', |
| | | align: 'center', |
| | | dataIndex: 'category_dictText' |
| | | dataIndex: 'category_dictText', |
| | | width: 100 |
| | | }, |
| | | { |
| | | title: '流程名称', |
| | |
| | | <a-input :disabled='coldisabled' v-model='tableRowRecord.applyTime'></a-input> |
| | | </a-form-model-item > |
| | | </a-col> |
| | | <a-col :span="24"> |
| | | <a-form-item label="密级为" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <j-dict-select-tag type='list' v-model='assignFileStream.secretLevel' dictCode='dnc_secret_level' placeholder="请选择密级" /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <!-- <a-col :span="24">--> |
| | | <!-- <a-form-item label="密级为" :labelCol="labelCol" :wrapperCol="wrapperCol">--> |
| | | <!-- <j-dict-select-tag type='list' v-model='assignFileStream.secretLevel' dictCode='dnc_secret_level' placeholder="请选择密级" />--> |
| | | <!-- </a-form-item>--> |
| | | <!-- </a-col>--> |
| | | <a-col :span="24" class="btxx"> |
| | | <a-form-item label="审批状态" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <j-dict-select-tag type='list' v-model='assignFileStream.status' dictCode='dnc_assign_stream_status' placeholder="请选择审批状态" /> |