tangning 1 year ago
parent
commit
62cf34eb02
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/work/invoiceModal.vue

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

@@ -78,7 +78,7 @@
           },
         },
         {
-          field: 'defineDamage',
+          field: 'invoiceStatus',
           component: 'RadioGroup',
           label: '是否开票',
           defaultValue: 1,
@@ -298,7 +298,7 @@
         fileFlow.invoiceAmount = data.payAmount;
         fileFlow.repairId = data.repairId;
         let getData = await getInvoiceInfo({ repairId: data.repairId });
-        handleUpShow(true, getData && getData.invoiceType == 1 || false);
+        handleUpShow(getData?true:false, getData && getData.invoiceType == 1 || false);
         setFieldsValue({
           ...data,
           ...getData,