样式
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</view>
|
||||
<view class="msg_wrapper" :class="show ? 'popshow' : 'pophide'">
|
||||
<view class="pop-line"></view>
|
||||
<view class="msg_content">
|
||||
<view class="msg_content pdb110">
|
||||
<view class="zd_wrapper grid-wraper">
|
||||
<view class="slide_new">
|
||||
<table>
|
||||
@@ -107,21 +107,25 @@
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="show" class="msg_mask"></view>
|
||||
<up-top ref="UT" :scrollTop="top"></up-top>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import UpTop from '@/components/upTop.vue'
|
||||
import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery, twoPdaOutConfirm} from '@/utils/getData3.js'
|
||||
// import {twoPdaIvtDtlQuery, twoPdaIvtbBoxDtlQuery} from '@/utils/mork2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
SearchBox
|
||||
SearchBox,
|
||||
UpTop
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
top: 0,
|
||||
val1: '',
|
||||
val2: '',
|
||||
dataList: [],
|
||||
@@ -133,6 +137,9 @@
|
||||
onLoad (options) {
|
||||
this.val2 = options.code
|
||||
},
|
||||
onPageScroll(e) {
|
||||
this.$refs.UT.topData(e.scrollTop)
|
||||
},
|
||||
methods: {
|
||||
handleChange (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) => {
|
||||
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
|
||||
}
|
||||
export const twoPdaIvtbBoxDtlQuery = (no) => {
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user