submit
This commit is contained in:
parent
8084fcdefb
commit
b19392b045
@ -147,7 +147,7 @@
|
|||||||
<div class="wrap1_1_1">画作平尺数</div>
|
<div class="wrap1_1_1">画作平尺数</div>
|
||||||
<div class="wrap1_1_2"></div>
|
<div class="wrap1_1_2"></div>
|
||||||
<div class="wrap1_1_3">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -239,6 +239,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch:{
|
watch:{
|
||||||
|
'info.artworkSquareSize':{
|
||||||
|
handler(){
|
||||||
|
this.obtainAmount()
|
||||||
|
}
|
||||||
|
},
|
||||||
cycleId(newValue){
|
cycleId(newValue){
|
||||||
this.obtainAmount()
|
this.obtainAmount()
|
||||||
|
|
||||||
@ -256,6 +261,7 @@ export default {
|
|||||||
this.data = [today.getFullYear(), today.getMonth() + 1, today.getDate()]
|
this.data = [today.getFullYear(), today.getMonth() + 1, today.getDate()]
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
openShow1(){
|
openShow1(){
|
||||||
if (!this.info.artworkSquareSize){
|
if (!this.info.artworkSquareSize){
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
@ -111,7 +111,7 @@ export default {
|
|||||||
statusValue: [{label: '全部状态', value: 0}, {label: '待入库', value: 1}, {
|
statusValue: [{label: '全部状态', value: 0}, {label: '待入库', value: 1}, {
|
||||||
label: '已入库',
|
label: '已入库',
|
||||||
value: 2
|
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},
|
components: {UImage, tabbar},
|
||||||
@ -306,7 +306,6 @@ export default {
|
|||||||
border-bottom-right-radius: 20rpx;
|
border-bottom-right-radius: 20rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 144rpx;
|
width: 144rpx;
|
||||||
height: 228rpx;
|
height: 228rpx;
|
||||||
@ -334,7 +333,12 @@ export default {
|
|||||||
color: #76C458;
|
color: #76C458;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.status7 {
|
||||||
|
background: #76C458;
|
||||||
|
|
||||||
|
.wrap1_3_3_1 {
|
||||||
|
}
|
||||||
|
}
|
||||||
&.status3 {
|
&.status3 {
|
||||||
background: #76C458;
|
background: #76C458;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user