石广澎
2024-01-05 b2429057ae17e9f5b357435b0bff5f6cc0040b69
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 },
@@ -268,7 +268,7 @@
    // 查询table列表
    search(pageNum) {
      if (pageNum != undefined) {
        this.$refs.myTable.search(pageNum);
        this.$refs.myTable.search({pageNum});
      } else {
        this.$refs.myTable.search();
      }