添加采购管理页面详情页, 权限修改

This commit is contained in:
zhengw
2026-02-10 14:33:35 +08:00
parent 62b5fceac5
commit 1d247f1049
28 changed files with 616 additions and 34 deletions

View File

@@ -48,6 +48,8 @@
<card-item-plugin label="创建日期" value="{{item.create_date}}" />
</view>
<view slot="footer" class="card-plugin-footer">
<t-button size="small" theme="primary" bind:tap="onOrderDetail" data-index="{{index}}">详情
</t-button>
<t-button wx:if="{{authInfo['SF_FINANCE_INCOME_DEL']}}" size="small" theme="danger"
bind:tap="onOrderDel" data-index="{{index}}">删除</t-button>
<t-button wx:if="{{item.total_att}}" size="small" bind:tap="onViewAttachment"