|
|
@@ -99,6 +99,17 @@ const dateConfirm = (e) => {
|
|
|
}
|
|
|
//提交登记
|
|
|
const onConfirm = () => {
|
|
|
+ scanError()
|
|
|
+ showConfirmDialog({
|
|
|
+ title: '温馨提示',
|
|
|
+ message:'该功能已下线,请使用新版加工',
|
|
|
+ theme: 'round-button',
|
|
|
+ confirmButtonText:'我知道了',
|
|
|
+ showCancelButton: false,
|
|
|
+ })
|
|
|
+ .then(() => {
|
|
|
+ }).catch(() => {})
|
|
|
+ return
|
|
|
if(!ownerCode.value){
|
|
|
showNotify({ type: 'warning', duration: 3000, message: '请选择货主' })
|
|
|
scanError()
|