huangbin 4 lat temu
rodzic
commit
d7497a25ea

+ 1 - 1
src/views/manage/finance-review/components/invoiceDetail/index.vue

@@ -63,7 +63,7 @@
         <a-row :gutter="24">
           <a-col :span="12">
             <a-form-item label="发票附件">
-              <span class="white">{{ formatValue(selectedRow.InvoiceAmount) }}</span>
+              <span class="white">{{ formatValue(selectedRow.attachurl) }}</span>
             </a-form-item>
           </a-col>
           <a-col :span="12">

+ 1 - 1
src/views/manage/inventory-review/components/checkoutDetail/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <!-- 发票登记详情-->
+  <!-- 出库登记详情-->
   <a-modal class="add-custom custom-detail"
            title="出库登记详情"
            v-model:visible="visible"