tangning 1 vuosi sitten
vanhempi
commit
2a25caf733
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/work/followedList.vue

+ 2 - 2
src/views/work/followedList.vue

@@ -63,12 +63,12 @@
               },
               {
                 label: '开票信息',
-                ifShow: getCheckPerm('work_mark'),
+                ifShow: getCheckPerm('work_invoice') && (record.warrantyType == 1 || record.warrantyType == 2) && record.invoiceOpenStatus == 0,
                 onClick: handleInvoice.bind(null, record),
               },
               {
                 label: '签收',
-                ifShow: getCheckPerm('work_mark') && record.status == 110 && record.isSignFor == 0,
+                ifShow: getCheckPerm('work_signFor') && record.status == 110 && record.isSignFor == 0,
                 onClick: handleSignFor.bind(null, record),
               },
             ]"