Преглед на файлове

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 }) => {