Browse Source

申请记录完善

shaogen1995 3 months ago
parent
commit
5adf10dc3f

+ 1 - 1
src/pages/B_enterTibet/B1collect/B1edit/index.tsx

@@ -384,7 +384,7 @@ function B1edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/B_enterTibet/B2identify/B2edit/index.tsx

@@ -473,7 +473,7 @@ function B2edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/B_enterTibet/B34typeIn/B34edit/index.tsx

@@ -514,7 +514,7 @@ function B34edit({ type }: Props) {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/C_goodsManage/C1register/C1look/index.tsx

@@ -216,7 +216,7 @@ function C1look() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/C_goodsManage/C21wealth/C21edit/index.tsx

@@ -491,7 +491,7 @@ function C21edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/C_goodsManage/C22goodEdit/C22look/index.tsx

@@ -270,7 +270,7 @@ function C22look() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/D_storeManage/D4impStor/D4edit/index.tsx

@@ -684,7 +684,7 @@ function D4edit() {
           {['3', '4'].includes(key) &&
           topInfo.audits &&
           topInfo.audits.length &&
-          [3, 4, 5].includes(topInfo.status) ? (
+          [2, 3, 4].includes(topInfo.status) ? (
             <Button type='primary' onClick={() => setAuditsShow(true)}>
               申请记录
             </Button>

+ 1 - 1
src/pages/D_storeManage/D5moveStor/D5edit/index.tsx

@@ -712,7 +712,7 @@ function D5edit() {
           {['3', '4'].includes(key) &&
           topInfo.audits &&
           topInfo.audits.length &&
-          [3, 4, 5].includes(topInfo.status) ? (
+          [2, 3, 4].includes(topInfo.status) ? (
             <Button type='primary' onClick={() => setAuditsShow(true)}>
               申请记录
             </Button>

+ 1 - 1
src/pages/D_storeManage/D6putsStor/D6edit/index.tsx

@@ -812,7 +812,7 @@ function D6edit() {
           {['3', '4'].includes(key) &&
           topInfo.audits &&
           topInfo.audits.length &&
-          [3, 4, 5].includes(topInfo.status) ? (
+          [2, 3, 4].includes(topInfo.status) ? (
             <Button type='primary' onClick={() => setAuditsShow(true)}>
               申请记录
             </Button>

+ 1 - 1
src/pages/D_storeManage/D7check/D7edit/index.tsx

@@ -505,7 +505,7 @@ function D7edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/D_storeManage/D8cancel/D8edit/index.tsx

@@ -506,7 +506,7 @@ function D8edit() {
           {['3', '4'].includes(key) &&
           topInfo.audits &&
           topInfo.audits.length &&
-          [3, 4, 5].includes(topInfo.status) ? (
+          [2, 3, 4].includes(topInfo.status) ? (
             <Button type='primary' onClick={() => setAuditsShow(true)}>
               申请记录
             </Button>

+ 1 - 1
src/pages/E_goodsStorage/E1accident/E1edit/index.tsx

@@ -561,7 +561,7 @@ function E1edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/E_goodsStorage/E3actuality/E3edit/index.tsx

@@ -525,7 +525,7 @@ function E3edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>

+ 1 - 1
src/pages/E_goodsStorage/E4repair/E4edit/index.tsx

@@ -580,7 +580,7 @@ function E4edit() {
           {['3', '4'].includes(key) &&
           topInfo.audits &&
           topInfo.audits.length &&
-          [3, 4, 5].includes(topInfo.status) ? (
+          [2, 3, 4].includes(topInfo.status) ? (
             <Button type='primary' onClick={() => setAuditsShow(true)}>
               申请记录
             </Button>

+ 1 - 1
src/pages/F_exhibition/F1exhibition/F1edit/index.tsx

@@ -567,7 +567,7 @@ function F1edit() {
         {['3', '4'].includes(key) &&
         topInfo.audits &&
         topInfo.audits.length &&
-        [3, 4, 5].includes(topInfo.status) ? (
+        [2, 3, 4].includes(topInfo.status) ? (
           <Button type='primary' onClick={() => setAuditsShow(true)}>
             申请记录
           </Button>