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 503affb0..1088a231 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/apply/component/home.vue @@ -670,6 +670,10 @@ export default { unitList: [], proList: [], taskStatusList: [ + { + name: '退料已提交', + id: '38', + }, { name: '退料核查中', id: '39', 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 f0a76344..dbd7a0c3 100644 --- a/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue +++ b/sgzb-ui/src/views/claimAndreturn/return/receive/component/home.vue @@ -225,6 +225,7 @@ icon="el-icon-d-arrow-right" v-hasPermi="['return:receive:handler']" v-if=" + scope.row.taskStatus == 38 || scope.row.taskStatus == 39 " > @@ -324,6 +325,10 @@ export default { unitList: [], proList: [], taskStatusList: [ + { + name: '退料已提交', + id: '38', + }, { name: '退料核查中', id: '39',