From 190b08aa0a36c60438bf4db3f0fbf4f0b98157dd Mon Sep 17 00:00:00 2001 From: FrancisHu <2756004617@qq.com> Date: Mon, 29 Jul 2024 15:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E5=90=84=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=8B=A5=E5=B9=B2=E7=8A=B6=E6=80=81=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../claimAndreturn/return/apply/component/home.vue | 14 +------------- .../views/claimAndreturn/return/auditing/index.vue | 14 +------------- .../return/receive/component/home.vue | 14 +------------- 3 files changed, 3 insertions(+), 39 deletions(-) diff --git a/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue index 16f95676..503affb0 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue @@ -670,14 +670,6 @@ export default { unitList: [], proList: [], taskStatusList: [ - { - name: '待退料审核', - id: '37', - }, - { - name: '退料审核通过', - id: '38', - }, { name: '退料核查中', id: '39', @@ -685,11 +677,7 @@ export default { { name: '退料完成', id: '40', - }, - { - name: '退料审核驳回', - id: '101', - }, + } ], rowObj: {}, loadingType: '', diff --git a/sgzb-ui/src/views/claimAndreturn/return/auditing/index.vue b/sgzb-ui/src/views/claimAndreturn/return/auditing/index.vue index 329e1887..fe80e54c 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/auditing/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/auditing/index.vue @@ -655,14 +655,6 @@ export default { unitList: [], proList: [], taskStatusList: [ - { - name: '待审核', - id: '37', - }, - { - name: '已审核', - id: '38', - }, { name: '退料核查中', id: '39', @@ -670,11 +662,7 @@ export default { { name: '退料完成', id: '40', - }, - { - name: '退料驳回', - id: '101', - }, + } ], loadingList: [], loadingTotal: 0, diff --git a/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue b/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue index d8cfdefe..fc35e572 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue @@ -325,14 +325,6 @@ export default { unitList: [], proList: [], taskStatusList: [ - { - name: '待退料审核', - id: '37', - }, - { - name: '退料审核通过', - id: '38', - }, { name: '退料核查中', id: '39', @@ -340,11 +332,7 @@ export default { { name: '退料完成', id: '40', - }, - { - name: '退料审核驳回', - id: '101', - }, + } ], rowObj: {}, }