uu
This commit is contained in:
parent
ea8df9ec8c
commit
1656463048
@ -18,14 +18,14 @@
|
||||
</view>
|
||||
|
||||
<u-row justify="between" custom-style="flex-wrap: wrap;">
|
||||
<u-col span="12">
|
||||
<!-- <u-col span="12">
|
||||
<view class="pt-5">
|
||||
<text class="clr-sub pr-10">尺寸</text>
|
||||
{{item.length || '0'}}cm<text class="clr-sub pl-10 pr-10">*</text>
|
||||
{{item.width || '0'}}cm<text class="clr-sub pl-10 pr-10 ">*</text>
|
||||
{{item.height || '0'}}cm
|
||||
</view>
|
||||
</u-col>
|
||||
</u-col> -->
|
||||
|
||||
<u-col v-if="item.price" span="6">
|
||||
<view class="pt-5">
|
||||
@ -33,11 +33,11 @@
|
||||
</view>
|
||||
</u-col>
|
||||
|
||||
<u-col v-if="item.price" span="6">
|
||||
<!-- <u-col v-if="item.price" span="6">
|
||||
<view class="pt-5">
|
||||
<text class="clr-sub pr-10">体积</text>{{item.volume || '0'}}m³
|
||||
</view>
|
||||
</u-col>
|
||||
</u-col> -->
|
||||
|
||||
<u-col v-if="item.price" span="6">
|
||||
<view class="pt-5">
|
||||
|
||||
@ -135,8 +135,13 @@
|
||||
rangeVal: ''
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
created() {
|
||||
// 初始化默认选中的效果
|
||||
this.toolsRangesList?.map?.(t=> {
|
||||
if(t?.range?.join?.(",") == this?.value?.join?.(",")) {
|
||||
this.rangeVal = t.val
|
||||
}
|
||||
})
|
||||
},
|
||||
onHide() {
|
||||
|
||||
@ -186,7 +191,8 @@
|
||||
},
|
||||
handleClearVal(){
|
||||
let emptVal = Array.isArray(this.proxyValue) ? [] : ''
|
||||
this.handleChange(emptVal)
|
||||
this.handleChange(emptVal)
|
||||
this.rangeVal = ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -357,7 +357,8 @@
|
||||
// 复制场景 清除billCode orderSn
|
||||
if(this.queryOption.copyBillCode) {
|
||||
delete this.submitParam.billCode
|
||||
delete this.submitParam.orderSn
|
||||
delete this.submitParam.orderSn
|
||||
this.submitParam.pickStartDate = ''
|
||||
this.submitParam.sendDate = getOrderModels().sendDate
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user