石广澎
2023-12-13 db5f18c8d02881bbf8b8b43d45236bc59bd2f958
admin-web/src/views/stock/procure/receiptDetails/index.vue
@@ -176,7 +176,7 @@
            field: 'amount',
            align: 'center',
            formatter: (row) => {
              return { value: row.price / 100 };
              return { value: row.amount / 100 };
            },
          },
          { title: '所属机构', field: 'agencyName', align: 'center', width: 130 },