Pārlūkot izejas kodu

【请款】预支为审批通过就能核销

lxf 2 gadi atpakaļ
vecāks
revīzija
0a2c57ddab
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/finance/fundManage/funds/index.vue

+ 1 - 1
src/views/finance/fundManage/funds/index.vue

@@ -966,7 +966,7 @@ const config = computed(() => {
       },
       renderHTML(row) {
         return [
-          row.type == 1 && row.writeOffStatus == 0
+          row.type == 1 && row.writeOffStatus == 0 && row.status == '30'
             ? {
                 attrs: {
                   label: "核销",