Преглед изворни кода

feat:销售退货单 - 驳回状态不能编辑

Moss пре 1 година
родитељ
комит
a0f0fc58f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/mallManagement/order/sales_return_order_list/index.vue

+ 1 - 1
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -732,7 +732,7 @@ export default {
       return this.operationBtn({
         edit: {
           conditions: ({ row, index, column }) => {
-            return row.examineStatus != 'OK'
+            return row.examineStatus != 'OK' && row.examineStatus != 'FAIL'
           },
           btnType: 'text',
           click: ({ row, index, column }) => {