店铺详情收款码下载处理,耗材报损增加
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<uni-icons type="right" size="16" color="#000"></uni-icons>
|
||||
</view>
|
||||
</view>
|
||||
<text class="u-font-28 color-666" @click="reportDamage">报损</text>
|
||||
<text class="u-font-28 color-666" @click="changeClick">修改</text>
|
||||
</view>
|
||||
|
||||
@@ -89,7 +90,7 @@
|
||||
import {
|
||||
ColorMain
|
||||
} from '@/commons/color.js'
|
||||
const emits = defineEmits(['radioClick', 'changeClick', 'xiajia','del'])
|
||||
const emits = defineEmits(['radioClick', 'reportDamage','changeClick', 'xiajia','del'])
|
||||
const props = defineProps({
|
||||
index: {
|
||||
type: Number
|
||||
@@ -142,7 +143,10 @@
|
||||
function changeClick() {
|
||||
emits('changeClick', props.index)
|
||||
}
|
||||
|
||||
|
||||
function reportDamage () {
|
||||
emits('reportDamage', props.index)
|
||||
}
|
||||
function xiajia() {
|
||||
emits('xiajia', props.index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user