称重,默认选择营业时间
This commit is contained in:
@@ -91,11 +91,11 @@
|
||||
if (currentInput.value === '') {
|
||||
uni.showToast({
|
||||
title: '请输入',
|
||||
icon:'none'
|
||||
icon: 'none'
|
||||
})
|
||||
return false;
|
||||
}
|
||||
emit('weighgoodsUpdate', form.foodsindex, form.index, true, '', currentInput.value)
|
||||
emit('weighgoodsUpdate', form.foodsindex, form.index, true, undefined, currentInput.value)
|
||||
overlayshow.value = false
|
||||
}
|
||||
//显示
|
||||
@@ -108,7 +108,6 @@
|
||||
index,
|
||||
goods
|
||||
})
|
||||
console.log(form)
|
||||
overlayshow.value = true
|
||||
}
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user