添加采购和仓库订单详情页面
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
bind:tap="onPreview2" />
|
||||
|
||||
<t-cell title="附件" left-icon="file"
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;z-index:1" />
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;z-index:1"
|
||||
bordered="{{false}}" />
|
||||
|
||||
<view style="border: 1px solid #ddd;border-radius: 8rpx;padding: 8rpx;">
|
||||
<block wx:for="{{files}}" wx:key="index">
|
||||
<t-cell title="{{item.file_name}}" hover="{{item._file_type != 'file'}}"
|
||||
@@ -33,7 +35,8 @@
|
||||
</view>
|
||||
|
||||
<t-cell wx:if="{{ detail.length }}" title="订单明细" left-icon="article" note="{{detail.length}}条"
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;z-index:1" />
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;z-index:1"
|
||||
bordered="{{false}}" />
|
||||
<card-plugin wx:for="{{ detail }}" wx:key="detail_id">
|
||||
<view slot="header">{{ item.goods_name }}</view>
|
||||
<view slot="content">
|
||||
|
||||
Reference in New Issue
Block a user