@@ -161,6 +161,8 @@
onLoad(option) {
let type = option.types;
this.where.status = type;
+ },
+ onShow() {
this.init();
},
methods: {
@@ -369,16 +371,18 @@
</script>
<style lang="scss" scoped>
- .pos-order-list {
+ .pos-order-list {
padding-top: 96rpx;
+
.search {
padding-left: 30rpx;
padding-top: 30rpx;
background-color: #fff;
- position: fixed;
- top: 0;
- left: 0;
+ position: fixed;
+ top: 0;
+ left: 0;
z-index: 99;
.input {
width: 598rpx;
background-color: #f7f7f7;
@@ -476,8 +480,8 @@
.pos-order-list .list .item .operation {
padding: 20upx 30upx;
- margin-top: 3upx;
- display: flex;
+ margin-top: 3upx;
+ display: flex;
justify-content: right;
}