|
@ -69,6 +69,7 @@ |
|
|
@rowDrop="rowDrop" |
|
|
@rowDrop="rowDrop" |
|
|
:searchOverallCoverHeight="'calc(100vh - 345px)'" |
|
|
:searchOverallCoverHeight="'calc(100vh - 345px)'" |
|
|
:rowSource="'detail_api'" |
|
|
:rowSource="'detail_api'" |
|
|
|
|
|
:selectMaxHeight="'116px'" |
|
|
:rowMaxHeight="rowMaxHeight" |
|
|
:rowMaxHeight="rowMaxHeight" |
|
|
:totalCount="totalCountForDetail" |
|
|
:totalCount="totalCountForDetail" |
|
|
:MaxResultCount="MaxResultCount" |
|
|
:MaxResultCount="MaxResultCount" |
|
@ -164,6 +165,7 @@ import searchOverall from "@/components/searchOverall" |
|
|
import currenButton from "@/components/currenButton" |
|
|
import currenButton from "@/components/currenButton" |
|
|
import currenDescriptions from "@/components/currenDescriptions" |
|
|
import currenDescriptions from "@/components/currenDescriptions" |
|
|
import currenTabs from "@/components/currenTabs" |
|
|
import currenTabs from "@/components/currenTabs" |
|
|
|
|
|
import currenTable from "@/components/currenTable" |
|
|
import pagination from "@/components/Pagination" |
|
|
import pagination from "@/components/Pagination" |
|
|
import rowDrop from "@/components/rowDrop/index.vue" |
|
|
import rowDrop from "@/components/rowDrop/index.vue" |
|
|
import * as allUrlOption from '@/utils/baseData/urlOption' |
|
|
import * as allUrlOption from '@/utils/baseData/urlOption' |
|
@ -175,6 +177,7 @@ export default { |
|
|
currenButton, |
|
|
currenButton, |
|
|
currenDescriptions, |
|
|
currenDescriptions, |
|
|
currenTabs, |
|
|
currenTabs, |
|
|
|
|
|
currenTable, |
|
|
searchOverall, |
|
|
searchOverall, |
|
|
rowDrop |
|
|
rowDrop |
|
|
}, |
|
|
}, |
|
@ -380,8 +383,8 @@ export default { |
|
|
methods: { |
|
|
methods: { |
|
|
// 明细列表 - 获取明细列表(后端分页) |
|
|
// 明细列表 - 获取明细列表(后端分页) |
|
|
getDetailList(data,successFn,errorFn){ |
|
|
getDetailList(data,successFn,errorFn){ |
|
|
// 获取明细分页信息 |
|
|
|
|
|
if(data)this.PageListParams.condition.filters = [] |
|
|
if(data)this.PageListParams.condition.filters = [] |
|
|
|
|
|
// 获取明细分页信息 |
|
|
let _hasId = false |
|
|
let _hasId = false |
|
|
this.PageListParams.condition.filters.forEach(item=>{ |
|
|
this.PageListParams.condition.filters.forEach(item=>{ |
|
|
if(item.column == this.URLOption_masterId){ |
|
|
if(item.column == this.URLOption_masterId){ |
|
@ -577,7 +580,7 @@ export default { |
|
|
this.zdyTableColumns = [] |
|
|
this.zdyTableColumns = [] |
|
|
this.otherData = [] |
|
|
this.otherData = [] |
|
|
// this.firstTabs = val.name |
|
|
// this.firstTabs = val.name |
|
|
// 其他自定义tab页 示例 |
|
|
// 其他自定义tab页 |
|
|
// if (item.functionName == 'getListByItemcode') { |
|
|
// if (item.functionName == 'getListByItemcode') { |
|
|
// let params = { |
|
|
// let params = { |
|
|
// itemCode: this.propsData.code |
|
|
// itemCode: this.propsData.code |
|
|