商品管理更新修复部分已知问题

This commit is contained in:
2024-10-16 14:15:27 +08:00
parent ce6f0ef230
commit d0bb6bff46
8 changed files with 203 additions and 94 deletions

View File

@@ -13,7 +13,9 @@
<up-icon name="arrow-down" size="16"></up-icon>
</view>
<uni-easyinput clearable class='jeepay-search' :inputBorder="false"
trim="all"
:placeholder="pageData.search.placeholder" v-model="pageData.query.name"
@clear="searchFunc"
@confirm="searchFunc">
<template #prefixIcon>
<image src="@/static/iconImg/icon-search.svg" class="input-icon" />
@@ -286,6 +288,7 @@
})
}
const res = await $updateProductData(goodsArr)
infoBox.showToast('修改成功')
popup.price.show = false
getGoodsList()
}
@@ -342,6 +345,7 @@
value: goods.stockNumber
}]
const res = await $updateProductData(goodsArr)
infoBox.showToast('修改成功')
popup.stock.show = false
getGoodsList()
}