称重,默认选择营业时间

This commit is contained in:
魏啾
2024-12-06 15:49:15 +08:00
parent 38b640e82b
commit 3616caac21
6 changed files with 60 additions and 43 deletions

View File

@@ -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({