更新增加打折权限校验
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user