修改改价bug
This commit is contained in:
parent
ae6f0edb34
commit
6e53d66d2e
|
|
@ -248,7 +248,7 @@
|
|||
<text class="one-up-money">
|
||||
{{ item.arrivalPrice }}
|
||||
</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" />
|
||||
</view>
|
||||
<view class="one-down">
|
||||
|
|
@ -584,9 +584,14 @@
|
|||
const saveid = ref("")
|
||||
|
||||
const djflagclick = (item:any) => {
|
||||
saveid.value = item.id
|
||||
stringShow.value = item.arrivalPrice.toString();
|
||||
djflag.value = true
|
||||
|
||||
if(transobject.value.izGysConfirmed==`N`&&transobject.value.cgdType==0){
|
||||
saveid.value = item.id
|
||||
stringShow.value = item.arrivalPrice.toString();
|
||||
djflag.value = true
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
const dwflagclick = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue