diff --git a/src/api/emis/emisTmsScanRecord.js b/src/api/emis/emisTmsScanRecord.js index 2f9f5567..8d46c216 100644 --- a/src/api/emis/emisTmsScanRecord.js +++ b/src/api/emis/emisTmsScanRecord.js @@ -71,6 +71,15 @@ export function listEmisTmsScanRecord(query) { params: query }) } +// 扫描对比监控 +export function scanMonitorList(query) { + return request({ + url: '/emis/emisTmsScanRecord/scanMonitorList', + method: 'get', + params: query + }) +} + // 查询扫描的单号 export function queryScanWaybillList(query) { return request({ diff --git a/src/components/XdPageContainer/index.vue b/src/components/XdPageContainer/index.vue index fcdb2e35..63f73730 100644 --- a/src/components/XdPageContainer/index.vue +++ b/src/components/XdPageContainer/index.vue @@ -4,8 +4,6 @@ - -
@@ -38,11 +36,16 @@ export default { methods: { //内容高度 handleResize: _.debounce(function () { - // let h1 = this.$refs.pageWrapper.offsetHeight; + let h0 = this.$refs.pageWrapper.offsetHeight; let h1 = window.innerHeight; let h2 = this.$refs.pageHeader.offsetHeight; + console.log("====this.$refs.pageHeader:",this.$refs.pageHeader); + console.log("====this.pageWrapper==>h0:",h0); + console.log("====this.pageHeader==>h1,h2",h1,h2); + let contentHeight = h1 - h2-190; this.contentHeight = contentHeight; + console.log("====this.contentHeight==>",this.contentHeight); }, 500), }, diff --git a/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue b/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue index 5c84dbb9..983d32e4 100644 --- a/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue +++ b/src/views/emis/emisSettleBill/BillPayOpenBillSumQuery.vue @@ -48,11 +48,13 @@ - + + +
- +
diff --git a/src/views/emis/emisSettleBill/BillPaybackSumList.vue b/src/views/emis/emisSettleBill/BillPaybackSumList.vue index 05712f85..18a4ef0c 100644 --- a/src/views/emis/emisSettleBill/BillPaybackSumList.vue +++ b/src/views/emis/emisSettleBill/BillPaybackSumList.vue @@ -1,7 +1,7 @@ diff --git a/src/views/emis/emisTmsScanRecord/HasArriveNotSendQuery.vue b/src/views/emis/emisTmsScanRecord/HasArriveNotSendQuery.vue index 1248cf84..168a8c39 100644 --- a/src/views/emis/emisTmsScanRecord/HasArriveNotSendQuery.vue +++ b/src/views/emis/emisTmsScanRecord/HasArriveNotSendQuery.vue @@ -19,8 +19,8 @@ - - + + @@ -29,7 +29,7 @@ - + @@ -120,7 +120,7 @@