linwenxin hace 4 meses
padre
commit
12b2606e32

+ 13 - 1
src/views/mallManagement/purchaseScheduleManagement/purchasePlanAdjustment/index.vue

@@ -128,7 +128,11 @@ export default {
           value: '',
           conditions: [
             {
-              label: '已保存',
+              label: '提交',
+              value: 'SUBMIT'
+            },
+            {
+              label: '保存',
               value: 'SAVE'
             },
             {
@@ -136,6 +140,14 @@ export default {
               value: 'OK'
             },
             {
+              label: '待审核',
+              value: 'WAIT'
+            },
+            {
+              label: '驳回',
+              value: 'FAIL'
+            },
+            {
               label: '全部',
               value: ''
             }

+ 11 - 3
src/views/mallManagement/purchaseScheduleManagement/purchaseSchedule/index.vue

@@ -136,16 +136,24 @@ export default {
           value: '',
           conditions: [
             {
-              label: '已保存',
+              label: '提交',
+              value: 'SUBMIT'
+            },
+            {
+              label: '保存',
               value: 'SAVE'
             },
             {
+              label: '审核通过',
+              value: 'OK'
+            },
+            {
               label: '待审核',
               value: 'WAIT'
             },
             {
-              label: '审核通过',
-              value: 'OK'
+              label: '驳回',
+              value: 'FAIL'
             },
             {
               label: '全部',

+ 12 - 4
src/views/salesPurchasing/goodsPurchasedStored/index.vue

@@ -260,6 +260,10 @@ export default {
             value: '',
             conditions: [
               {
+                label: '提交',
+                value: 'SUBMIT'
+              },
+              {
                 label: '保存',
                 value: 'SAVE'
               },
@@ -267,10 +271,14 @@ export default {
                 label: '审核通过',
                 value: 'OK'
               },
-              // {
-              //   label: '驳回',
-              //   value: 'FAIL'
-              // },
+              {
+                label: '待审核',
+                value: 'WAIT'
+              },
+              {
+                label: '驳回',
+                value: 'FAIL'
+              },
               {
                 label: '全部',
                 value: ''