更新增加打折权限校验

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

@@ -13,8 +13,8 @@
</uni-data-picker>
</uni-forms-item>
</view>
<view class="">
<view class="u-m-t-32" v-for="(item,index) in FormData.selectSpec" :key="index">
<view class="u-p-b-20">
<view class="u-m-t-12" v-for="(item,index) in FormData.selectSpec" :key="index">
<view class="font-bold">
{{item.name}}
@@ -39,7 +39,7 @@
validateTrigger="blur" :border="true" :label-width="130">
<view class="">
<view class="u-m-t-16" v-for="(val,key) in item.names" :key="key">
<view class="u-m-t-20" v-for="(val,key) in item.names" :key="key">
<text class="font-bold u-m-r-12">
{{key}}
</text>

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