1111111111

This commit is contained in:
2024-03-06 10:40:48 +08:00
parent 73a486c2c6
commit 11fad13f23
12 changed files with 590 additions and 93 deletions

View File

@@ -27,7 +27,7 @@
<!-- <text style="font-size: 12px;color: #666;">{{item.goodsName}}</text>
<text style="font-size: 12px;color: #666;">{{item.remarks}}</text> -->
<view style="display: flex;flex-direction: row;align-items: center;box-sizing: border-box;">
<view style="display: flex;flex-direction: row;align-items: center;box-sizing: border-box;" @click="itemClick(item.goodsSid)">
<image :src="item.goodsPicUrl" mode="aspectFill"
style="width: 90px;height: 90px;border-radius: 10px;flex-shrink: 0;"></image>
@@ -146,6 +146,11 @@
colseDialog() {
this.showModal = false
},
itemClick(goodsSid) {
uni.navigateTo({
url: '/pages/good/goodsDetail?sid=' + goodsSid
})
},
getData() {
let _this = this
_this.$api.getTransferByCode(this.page.code).then((resp) => {