Browse Source

兑换管理-兑换列表-订单状态查询条件修改

sunlupeng 1 year ago
parent
commit
58011550d1

+ 0 - 22
src/views/exchangeManage/approvalList.vue

@@ -223,28 +223,6 @@ export default {
         return {
             productAttributeList: [],
             deliveryTypeList: [ ],
-            orderTypeList: [
-                {
-                    orderType: 0,
-                    orderTypeName: '商务待确认'
-                },
-                {
-                    orderType: 1,
-                    orderTypeName: '商务部已确认'
-                },
-                {
-                    orderType: 2,
-                    orderTypeName: '商务部作废'
-                },
-                {
-                    orderType: 3,
-                    orderTypeName: '员工已确认'
-                },
-                {
-                    orderType: 4,
-                    orderTypeName: '员工反馈问题件退回'
-                },
-            ],
             trackingNumber: '',
             comment: '',
             tableData: [],

+ 5 - 1
src/views/exchangeManage/exchangeList.vue

@@ -230,7 +230,11 @@ export default {
                 },
                 {
                     orderType: 3,
-                    orderTypeName: '已确认收货'
+                    orderTypeName: '待确认'
+                },
+                {
+                    orderType: 4,
+                    orderTypeName: '已确认'
                 },
                 {
                     orderType: 2,

+ 0 - 22
src/views/exchangeManage/pasList.vue

@@ -237,28 +237,6 @@ export default {
             productAttributeList: [],
             deliveryTypeList: [
            
-            ],
-            orderTypeList: [
-                {
-                    orderType: 0,
-                    orderTypeName: '商务待确认'
-                },
-                {
-                    orderType: 1,
-                    orderTypeName: '商务部已确认'
-                },
-                {
-                    orderType: 2,
-                    orderTypeName: '商务部作废'
-                },
-                {
-                    orderType: 3,
-                    orderTypeName: '员工已确认'
-                },
-                {
-                    orderType: 4,
-                    orderTypeName: '员工反馈问题件退回'
-                },
             ],
             trackingNumber: '',
             comment: '',

+ 0 - 22
src/views/exchangeManage/voidList.vue

@@ -231,28 +231,6 @@ export default {
             productAttributeList: [],
             deliveryTypeList: [
             
-            ],
-            orderTypeList: [
-                {
-                    orderType: 0,
-                    orderTypeName: '商务待确认'
-                },
-                {
-                    orderType: 1,
-                    orderTypeName: '商务部已确认'
-                },
-                {
-                    orderType: 2,
-                    orderTypeName: '商务部作废'
-                },
-                {
-                    orderType: 3,
-                    orderTypeName: '员工已确认'
-                },
-                {
-                    orderType: 4,
-                    orderTypeName: '员工反馈问题件退回'
-                },
             ],
             trackingNumber: '',
             comment: '',