| | |
| | | <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> |
| | |
| | | </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> |
| | |
| | | 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; |