Sfoglia il codice sorgente

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

Moss 1 anno fa
parent
commit
a0f0fc58f4

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