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