zhangwencui
8 天以前 41acc01d0056630ac11083cf31397f2462acaf4e
src/pages/procurementManagement/paymentEntry/index.vue
@@ -58,10 +58,10 @@
              <text class="detail-label">供应商名称</text>
              <text class="detail-value">{{ item.supplierName }}</text>
            </view>
            <view class="detail-row">
            <!-- <view class="detail-row">
              <text class="detail-label">发票号</text>
              <text class="detail-value">{{ item.invoiceNumber }}</text>
            </view>
            </view> -->
            <view class="detail-row">
              <text class="detail-label">产品大类</text>
              <text class="detail-value">{{ item.productCategory }}</text>
@@ -85,13 +85,13 @@
          </view>
          <!-- 操作按钮 -->
          <view class="action-buttons">
            <u-button type="primary"
            <!-- <u-button type="primary"
                      size="small"
                      class="action-btn"
                      :disabled="item.unPaymentAmountTotal == 0"
                      @click="openForm('add', item)">
              新增付款
            </u-button>
            </u-button> -->
          </view>
        </view>
      </view>
@@ -162,7 +162,7 @@
  const getList = () => {
    showLoadingToast("加载中...");
    tableLoading.value = true;
    invoiceListPage({ ...searchForm.value, ...page.value })
    invoiceListPage({ ...searchForm.value, ...page.value, approvalStatus: 3 })
      .then(res => {
        console.log(res.data);
        tableLoading.value = false;