Przeglądaj źródła

手持-加工建单-禁用提示

zhaohuanhuan 1 miesiąc temu
rodzic
commit
d258dfd06c
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      src/views/processing/register/index.vue

+ 11 - 0
src/views/processing/register/index.vue

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