样式
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
|
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
|
||||||
<view class="pop-line"></view>
|
<view class="pop-line"></view>
|
||||||
<view class="msg_content">
|
<view class="msg_content pdb110">
|
||||||
<view class="zd_wrapper grid-wraper">
|
<view class="zd_wrapper grid-wraper">
|
||||||
<view class="slide_new">
|
<view class="slide_new">
|
||||||
<table>
|
<table>
|
||||||
@@ -107,21 +107,25 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="show" class="msg_mask"></view>
|
<view v-if="show" class="msg_mask"></view>
|
||||||
|
<up-top ref="UT" :scrollTop="top"></up-top>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import NavBar from '@/components/NavBar.vue'
|
import NavBar from '@/components/NavBar.vue'
|
||||||
import SearchBox from '@/components/SearchBox.vue'
|
import SearchBox from '@/components/SearchBox.vue'
|
||||||
|
import UpTop from '@/components/upTop.vue'
|
||||||
import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery, twoPdaOutConfirm} from '@/utils/getData3.js'
|
import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery, twoPdaOutConfirm} from '@/utils/getData3.js'
|
||||||
// import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery} from '@/utils/mork2.js'
|
// import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery} from '@/utils/mork2.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
NavBar,
|
NavBar,
|
||||||
SearchBox
|
SearchBox,
|
||||||
|
UpTop
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
top: 0,
|
||||||
val1: '',
|
val1: '',
|
||||||
val2: '',
|
val2: '',
|
||||||
dataList: [],
|
dataList: [],
|
||||||
@@ -133,6 +137,9 @@
|
|||||||
onLoad (options) {
|
onLoad (options) {
|
||||||
this.val2 = options.code
|
this.val2 = options.code
|
||||||
},
|
},
|
||||||
|
onPageScroll(e) {
|
||||||
|
this.$refs.UT.topData(e.scrollTop)
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleChange (e) {
|
handleChange (e) {
|
||||||
this._twoPdaIvtDtlQuery(e)
|
this._twoPdaIvtDtlQuery(e)
|
||||||
@@ -169,4 +176,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus" scoped>
|
||||||
|
.pdb110
|
||||||
|
padding-bottom 110rpx
|
||||||
|
</style>
|
||||||
@@ -96,13 +96,13 @@ export const twoPdaIvtQuery = (no, code) => {
|
|||||||
}
|
}
|
||||||
export const twoPdaIvtDtlQuery = (no, code) => {
|
export const twoPdaIvtDtlQuery = (no, code) => {
|
||||||
let res = {
|
let res = {
|
||||||
data: [{package_box_sn: '1', point_code: 'ljdjldj'}, {package_box_sn: '2'}]
|
data: [{package_box_sn: '1', point_code: 'ljdjldj'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}]
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
export const twoPdaIvtbBoxDtlQuery = (no) => {
|
export const twoPdaIvtbBoxDtlQuery = (no) => {
|
||||||
let res = {
|
let res = {
|
||||||
data: [{package_box_sn: '1', container_name: 'ljdjldj'}, {package_box_sn: '2'}]
|
data: [{package_box_sn: '1', container_name: 'ljdjldj'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}, {package_box_sn: '2'}]
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user