master
xingyy 12 months ago
parent 8084fcdefb
commit b19392b045

@ -147,7 +147,7 @@
<div class="wrap1_1_1">画作平尺数</div>
<div class="wrap1_1_2"></div>
<div class="wrap1_1_3">
<input style="color: #939393;font-size: 24rpx;" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
<input style="color: #939393;font-size: 24rpx;" @change="artworkSquareChange" v-model="info.artworkSquareSize" placeholder-style="color: #939393;font-size: 24rpx;" placeholder="请输入画作平尺数"/>
</div>
</div>
</div>
@ -239,6 +239,11 @@ export default {
}
},
watch:{
'info.artworkSquareSize':{
handler(){
this.obtainAmount()
}
},
cycleId(newValue){
this.obtainAmount()
@ -256,6 +261,7 @@ export default {
this.data = [today.getFullYear(), today.getMonth() + 1, today.getDate()]
},
methods: {
openShow1(){
if (!this.info.artworkSquareSize){
uni.showToast({

@ -111,7 +111,7 @@ export default {
statusValue: [{label: '全部状态', value: 0}, {label: '待入库', value: 1}, {
label: '已入库',
value: 2
}, {label: '即将到期', value: 3}, {label: '延期未补款', value: 4}, {label: '已取出', value: 5}, {label: '延期已补款', value: 7}]
}, {label: '即将到期', value: 3}, {label: '延期未补款', value: 4}, {label: '延期已补款', value: 7}, {label: '已取出', value: 5}]
}
},
components: {UImage, tabbar},
@ -306,7 +306,6 @@ export default {
border-bottom-right-radius: 20rpx;
display: flex;
margin-left: auto;
position: relative;
width: 144rpx;
height: 228rpx;
@ -334,7 +333,12 @@ export default {
color: #76C458;
}
}
&.status7 {
background: #76C458;
.wrap1_3_3_1 {
}
}
&.status3 {
background: #76C458;

Loading…
Cancel
Save