diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
index dd411b9d..87b2583d 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnApply.vue
@@ -654,13 +654,25 @@
proList: [],
taskStatusList: [
{
- name: '待审核',
+ name: '待退料审核',
id: '37',
},
{
- name: '已审核',
+ name: '退料审核通过',
id: '38',
},
+ {
+ name: '退料核查中',
+ id: '39',
+ },
+ {
+ name: '退料完成',
+ id: '40',
+ },
+ {
+ name: '退料审核驳回',
+ id: '101',
+ },
],
rowObj: {},
loadingType: '',
@@ -677,6 +689,7 @@
methods: {
getTree() {
listPartTypeApi().then((response) => {
+ console.log('🚀 ~ listPartTypeApi ~ response:', response);
this.deptList = response.data
})
},
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue
index c017f0e4..baf6ac3f 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnApplyByCq.vue
@@ -657,13 +657,25 @@
proList: [],
taskStatusList: [
{
- name: '待审核',
+ name: '待退料审核',
id: '37',
},
{
- name: '已审核',
+ name: '退料审核通过',
id: '38',
},
+ {
+ name: '退料核查中',
+ id: '39',
+ },
+ {
+ name: '退料完成',
+ id: '40',
+ },
+ {
+ name: '退料审核驳回',
+ id: '101',
+ },
],
rowObj: {},
loadingType: '',
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
index 80d769b2..8357d056 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue
@@ -142,30 +142,33 @@
-
- 待审核
+
+ 待审核
+
退料通过
-
+
退料驳回
- 退料完成
+ style="color: #67c23a"
+ v-if="scope.row.taskStatus == '40'"
+ >
+ 退料完成
+
+
+ 退料驳回
+
@@ -513,13 +516,25 @@ export default {
proList: [],
taskStatusList: [
{
- name: '待审核',
+ name: '待退料审核',
id: '37',
},
{
- name: '已审核',
+ name: '退料审核通过',
id: '38',
},
+ {
+ name: '退料核查中',
+ id: '39',
+ },
+ {
+ name: '退料完成',
+ id: '40',
+ },
+ {
+ name: '退料审核驳回',
+ id: '101',
+ },
],
loadingList: [],
loadingTotal: 0,
@@ -548,6 +563,7 @@ export default {
console.log('paramsparamsparams', params)
const res = await getBackAuditList(params)
this.typeList = res.data.rows
+ console.log('🚀 ~ getList ~ this.typeList:', this.typeList);
this.total = res.data.total
this.loading = false
} catch (error) {}
@@ -576,6 +592,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.dateRange = []
+ this.timeRange = []
// this.resetForm("queryForm");
this.$refs.queryForm.resetFields()
this.initSelectData()
diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
index bc561f98..5d171155 100644
--- a/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
+++ b/sgzb-ui/src/views/claimAndRefund/return/returnIn.vue
@@ -253,13 +253,25 @@
proList: [],
taskStatusList: [
{
- name: '待审核',
- id: '37'
+ name: '待退料审核',
+ id: '37',
},
{
- name: '已审核',
- id: '38'
- }
+ name: '退料审核通过',
+ id: '38',
+ },
+ {
+ name: '退料核查中',
+ id: '39',
+ },
+ {
+ name: '退料完成',
+ id: '40',
+ },
+ {
+ name: '退料审核驳回',
+ id: '101',
+ },
],
rowObj: {},
};