ZN
6 天以前 481e405e566642a93394b1e28af023448286d599
src/pages/procurementManagement/purchaseReturnOrder/index.vue
@@ -1,16 +1,6 @@
<template>
  <view class="sales-account">
    <PageHeader title="采购退货单" @back="goBack">
      <template #right>
        <up-button
          type="primary"
          size="small"
          text="新增"
          :customStyle="{ marginRight: '12px' }"
          @click="goAdd"
        />
      </template>
    </PageHeader>
    <PageHeader title="采购退货单" @back="goBack"/>
    <view class="search-section">
      <view class="search-bar">
        <view class="search-input">
@@ -63,14 +53,6 @@
          </view>
          <view class="action-buttons">
            <u-button size="small" class="action-btn" @click="goView(item)">详情</u-button>
            <u-button
              type="error"
              size="small"
              class="action-btn"
              @click="handleDelete(item)"
            >
              删除
            </u-button>
          </view>
        </view>
      </view>