修改改价bug
This commit is contained in:
parent
ae6f0edb34
commit
6e53d66d2e
|
|
@ -248,7 +248,7 @@
|
||||||
<text class="one-up-money">
|
<text class="one-up-money">
|
||||||
{{ item.arrivalPrice }}
|
{{ item.arrivalPrice }}
|
||||||
</text>
|
</text>
|
||||||
<image class="phone-img"
|
<image class="phone-img" v-if="transobject.izGysConfirmed==`N`&&transobject.cgdType==0"
|
||||||
src="https://www.focusnu.com/media/directive/index/buylisticon/edit.png" />
|
src="https://www.focusnu.com/media/directive/index/buylisticon/edit.png" />
|
||||||
</view>
|
</view>
|
||||||
<view class="one-down">
|
<view class="one-down">
|
||||||
|
|
@ -584,9 +584,14 @@
|
||||||
const saveid = ref("")
|
const saveid = ref("")
|
||||||
|
|
||||||
const djflagclick = (item:any) => {
|
const djflagclick = (item:any) => {
|
||||||
saveid.value = item.id
|
|
||||||
stringShow.value = item.arrivalPrice.toString();
|
if(transobject.value.izGysConfirmed==`N`&&transobject.value.cgdType==0){
|
||||||
djflag.value = true
|
saveid.value = item.id
|
||||||
|
stringShow.value = item.arrivalPrice.toString();
|
||||||
|
djflag.value = true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const dwflagclick = () => {
|
const dwflagclick = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue