Commit dfed74ff by wusiyi

feat: 订单添加质检流程 #1009863

parent a2611cdb
......@@ -1136,6 +1136,13 @@ const trackCodeInput = async () => {
}
const onOpened = () => {
trackingNumberRef.value && trackingNumberRef.value.focus()
if (!isAutoSure.value && ['qualityScan'].includes(props.fastKey)) {
ElMessageBox.confirm('请注意自动完成上一单未勾选', '提示', {
type: 'warning',
confirmButtonText: '跳过提示',
cancelButtonText: '取消',
}).catch(() => {})
}
}
// function setProductMark(productMark: string) {
// if (!productMark) return ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment