Commit 65699cfa authored by 李晓兵's avatar 李晓兵

''

parent 5e430237
src/assets/messageCenter/noMsg.png

37.1 KB | W: | H:

src/assets/messageCenter/noMsg.png

99.7 KB | W: | H:

src/assets/messageCenter/noMsg.png
src/assets/messageCenter/noMsg.png
src/assets/messageCenter/noMsg.png
src/assets/messageCenter/noMsg.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -41,6 +41,11 @@ ...@@ -41,6 +41,11 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<div v-if="showList.length === 0">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
</h-view> </h-view>
</template> </template>
<script> <script>
...@@ -193,6 +198,15 @@ export default { ...@@ -193,6 +198,15 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
#confirmList { #confirmList {
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.search { .search {
background-color: #fff; background-color: #fff;
padding: 8px 12px; padding: 8px 12px;
......
...@@ -286,9 +286,12 @@ export default { ...@@ -286,9 +286,12 @@ export default {
return parseFloat(this.saveInfo.equip_price - this.saveInfo.equip_price * this.saveInfo.down_payment_ratio_n.replace('%', '') / 100).toFixed(2) return parseFloat(this.saveInfo.equip_price - this.saveInfo.equip_price * this.saveInfo.down_payment_ratio_n.replace('%', '') / 100).toFixed(2)
}, },
isReadOnly () { isReadOnly () {
console.log(window.localStorage.contractReadonly + '---------------' + this.fromPage)
if (window.localStorage.contractReadonly === 'true' && this.fromPage === 'list') { if (window.localStorage.contractReadonly === 'true' && this.fromPage === 'list') {
console.log("&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&true")
return true return true
} else { } else {
console.log("%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%false")
return false return false
} }
}, },
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
checkedApproved: false, // 是否特批 checkedApproved: false, // 是否特批
bp_class: '', bp_class: '',
showModalValue: false, showModalValue: false,
fromPutted: false, // 从已提交进来 fromPutted: false, // 为true为从已提交进来
keyWord: '', keyWord: '',
bp_agent_id: '', bp_agent_id: '',
pageNum: 1, pageNum: 1,
......
...@@ -28,11 +28,16 @@ ...@@ -28,11 +28,16 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<h-content v-if="data===null" class="null has-header"> <div v-if="data===null">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
<!-- <h-content v-if="data===null" class="null has-header">
<div class="noData"> <div class="noData">
<img src="@/assets/messageCenter/noMsg.png" alt=""> <img src="@/assets/messageCenter/noMsg.png" alt="">
</div> </div>
</h-content> </h-content>-->
</h-view> </h-view>
</template> </template>
...@@ -117,6 +122,15 @@ export default { ...@@ -117,6 +122,15 @@ export default {
</script> </script>
<style lang='less' > <style lang='less' >
#contract-repayment { #contract-repayment {
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.null{ .null{
margin-top:46px; margin-top:46px;
} }
......
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<div v-if="showLists.length === 0">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
</h-view> </h-view>
</template> </template>
...@@ -346,6 +351,15 @@ export default { ...@@ -346,6 +351,15 @@ export default {
<style lang="less" type="text/less"> <style lang="less" type="text/less">
#contract-signing{ #contract-signing{
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.tab-style{ .tab-style{
display:flex; display:flex;
width: 100%; width: 100%;
......
...@@ -46,6 +46,11 @@ ...@@ -46,6 +46,11 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<div v-if="showLists.length === 0">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
</h-view> </h-view>
</template> </template>
...@@ -327,6 +332,15 @@ export default { ...@@ -327,6 +332,15 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
#distribute-sign { #distribute-sign {
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.tab-style{ .tab-style{
display:flex; display:flex;
width: 100%; width: 100%;
......
...@@ -123,13 +123,13 @@ export default { ...@@ -123,13 +123,13 @@ export default {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
vm.prj_lists = res.prj_lists vm.prj_lists = res.prj_lists
vm.prj_lists.forEach(i => { /* vm.prj_lists.forEach(i => {
i.cf_lists.forEach(j => { i.cf_lists.forEach(j => {
// let num = parseFloat(j.due_amount) - parseFloat(j.received_amount) // let num = parseFloat(j.due_amount) - parseFloat(j.received_amount)
let num = '' let num = ''
vm.$set(j, 'amount', num) vm.$set(j, 'amount', num)
}) })
}) }) */
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
} }
...@@ -140,7 +140,11 @@ export default { ...@@ -140,7 +140,11 @@ export default {
this.prj_lists.forEach(i => { this.prj_lists.forEach(i => {
i.cf_lists.forEach(j => { i.cf_lists.forEach(j => {
j.project_id = i.project_id j.project_id = i.project_id
if (!j.amount || j.amount === 0) {
} else {
data.push(j) data.push(j)
}
}) })
}) })
data.forEach(i => { data.forEach(i => {
......
...@@ -217,13 +217,13 @@ export default { ...@@ -217,13 +217,13 @@ export default {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
if (res.result === 'S') { if (res.result === 'S') {
vm.info = res.prj_lists vm.info = res.prj_lists
vm.info.forEach(i => { /* vm.info.forEach(i => {
i.con_lists.forEach(j => { i.con_lists.forEach(j => {
// let num = (parseFloat(j.due_amount) - parseFloat(j.received_amount)) // let num = (parseFloat(j.due_amount) - parseFloat(j.received_amount))
let num = '' let num = ''
vm.$set(j, 'amount', num) vm.$set(j, 'amount', num)
}) })
}) })*/
vm.showList = vm.info vm.showList = vm.info
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
...@@ -234,11 +234,15 @@ export default { ...@@ -234,11 +234,15 @@ export default {
let pushList = [] let pushList = []
this.info.forEach(i => { this.info.forEach(i => {
i.con_lists.forEach(j => { i.con_lists.forEach(j => {
if (!j.amount || j.amount === 0) {
}else{
let obj = {} let obj = {}
obj.bp_id = window.localStorage.getItem('bp_id') obj.bp_id = window.localStorage.getItem('bp_id')
obj.amount = j.amount obj.amount = j.amount
obj.contract_id = j.contract_id obj.contract_id = j.contract_id
pushList.push(obj) pushList.push(obj)
}
}) })
}) })
return pushList return pushList
......
...@@ -33,6 +33,11 @@ ...@@ -33,6 +33,11 @@
</list-item> </list-item>
</section> </section>
</scroll> </scroll>
<div v-if="showList.length === 0">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
</h-view> </h-view>
</template> </template>
...@@ -177,6 +182,15 @@ export default { ...@@ -177,6 +182,15 @@ export default {
<style lang="less" rel="stylesheet"> <style lang="less" rel="stylesheet">
#reimburse { #reimburse {
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.h-header-btn { .h-header-btn {
img { img {
width: 16px; width: 16px;
......
...@@ -48,6 +48,11 @@ ...@@ -48,6 +48,11 @@
</div> </div>
</div> </div>
</scroll> </scroll>
<div v-if="showLists.length === 0">
<div class="display">
<img src="@/assets/messageCenter/noMsg.png" alt="">
</div>
</div>
</h-view> </h-view>
</template> </template>
<script> <script>
...@@ -380,6 +385,15 @@ export default { ...@@ -380,6 +385,15 @@ export default {
</script> </script>
<style lang="less"> <style lang="less">
#videoList { #videoList {
.display {
position: fixed;
// top: 0;
img {
width: 100%;
height: 100%;
// margin-top: -70px;
}
}
.search { .search {
background-color: #fff; background-color: #fff;
padding: 8px 12px; padding: 8px 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment