tangning 7 bulan lalu
induk
melakukan
f65ff68902
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/productOperation/data.ts

+ 1 - 1
src/views/productOperation/data.ts

@@ -33,7 +33,7 @@ export const getSchemas = (val, userName) => {
       field: 'snCode',
       label: 'SN码',
       component: 'Input',
-      ifShow: val != 57 || val != 58,
+      ifShow: val != 57 && val != 58,
       componentProps: {
         maxLength: 100,
       },