|
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
style="border-radius: 20rpx;"> |
|
|
|
|
<view class="sh-card-title" style="border-radius: 20rpx;"> |
|
|
|
|
<!-- @click="editBtn(index)" --> |
|
|
|
|
<image src="@/static/icon/edit.png" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> |
|
|
|
|
<!-- <image src="@/static/icon/edit.png" style="width: 2.5vh;height: 2.5vh;position: absolute;right: 1vh;margin-top: 1vh;" /> --> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
|
|
|
|
|
<view class="card-content-item" width="60%" style="margin-top: 1vh;"> |
|
|
|
|
@ -60,7 +60,6 @@ |
|
|
|
|
|
|
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<u-popup v-model="show" width='90%' height="220px" :mask-close-able="false" :mask="true" @close="close" mode="center"> |
|
|
|
|
<view style="height: 44px;text-align: center;line-height: 44px;font-size: 18px;margin-bottom: 18px;"> |
|
|
|
|
@ -176,10 +175,13 @@ |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
pickUp(){ |
|
|
|
|
console.log('释放点位了'); |
|
|
|
|
}, |
|
|
|
|
getData(){ |
|
|
|
|
this.$u.api.waitOutPlan(this.dataForm).then(res=>console.log( |
|
|
|
|
this.dataList=res.rows |
|
|
|
|
)) |
|
|
|
|
this.$u.api.waitOutPlan(this.dataForm).then(res=>{ |
|
|
|
|
this.dataList=res.rows |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
cpnclick(item){ |
|
|
|
|
console.log('cpnclick', item) |
|
|
|
|
@ -243,7 +245,7 @@ |
|
|
|
|
loadList() { |
|
|
|
|
//防抖 |
|
|
|
|
clearInterval(this.timer) |
|
|
|
|
console.log(this.dataForm); |
|
|
|
|
// console.log(this.dataForm); |
|
|
|
|
this.timer =setTimeout(()=>{ |
|
|
|
|
//节流 |
|
|
|
|
let flag = true |
|
|
|
|
|