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: {}, }