更新增加打折权限校验

This commit is contained in:
2024-10-17 09:48:30 +08:00
parent d62939bb89
commit 25d10758af
5 changed files with 36 additions and 24 deletions

View File

@@ -125,6 +125,7 @@
import {
$tbShopUnit,$getProductStockDetail
} from '@/http/yskApi/goods.js'
import go from '@/commons/utils/go.js'
const refForm = ref(null)
const props = defineProps({
show: {
@@ -152,6 +153,9 @@
]
})
function toRecodes(){
go.to('PAGES_PRODUCT_INVOICING_LIST',{
productId:props.goods.id
})
}
function changeShowRecoders(show) {
recoders.show = show