添加请购单. 采购单详情页
This commit is contained in:
@@ -2,55 +2,22 @@
|
||||
is-login="{{isLogin}}" bind:handleLogin="handleLogin">
|
||||
|
||||
<total-bar-plugin customStyle="flex-direction: column;">
|
||||
<view class="item">
|
||||
<text class="item-label">经销商:</text>
|
||||
<text class="item-value">{{info.custom_name}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">单据日期:</text>
|
||||
<text class="item-value">{{info.document_date}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">自定义单号:</text>
|
||||
<text class="item-value">{{info.custom_order_no}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">销售人员:</text>
|
||||
<text class="item-value">{{info.sales_name}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">客户名称:</text>
|
||||
<text class="item-value">{{info.end_user_name}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">客户手机:</text>
|
||||
<text class="item-value">{{info.end_user_phone}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">客户地址:</text>
|
||||
<text class="item-value">{{info.end_user_address}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">备注:</text>
|
||||
<text class="item-value">{{info.comments}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">优惠率:</text>
|
||||
<text class="item-value">{{info.discount_rate}}%</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">收款优惠:</text>
|
||||
<text class="item-value">{{info.discount_money}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="item-label">优惠后金额:</text>
|
||||
<text class="item-value">{{info.discount_last_money}}</text>
|
||||
</view>
|
||||
<card-item-plugin label="经销商" value="{{info.custom_name}}" />
|
||||
<card-item-plugin label="单据日期" value="{{info.document_date}}" />
|
||||
<card-item-plugin label="自定义单号" value="{{info.custom_order_no}}" />
|
||||
<card-item-plugin label="销售人员" value="{{info.sales_name}}" />
|
||||
<card-item-plugin label="客户名称" value="{{info.end_user_name}}" />
|
||||
<card-item-plugin label="客户手机" value="{{info.end_user_phone}}" />
|
||||
<card-item-plugin label="客户地址" value="{{info.end_user_address}}" />
|
||||
<card-item-plugin label="备注" value="{{info.comments}}" />
|
||||
<card-item-plugin label="优惠率" value="{{info.discount_rate}}%" />
|
||||
<card-item-plugin label="收款优惠" value="{{info.discount_money}}" />
|
||||
<card-item-plugin label="优惠后金额" value="{{info.discount_last_money}}" />
|
||||
</total-bar-plugin>
|
||||
|
||||
<!-- <t-cell title="Excel附件" left-icon="file-excel"
|
||||
<t-cell title="Excel附件" left-icon="file-excel"
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;" arrow
|
||||
bind:tap="onPreview2" /> -->
|
||||
bind:tap="onPreview2" />
|
||||
|
||||
<t-cell title="附件" left-icon="file"
|
||||
custom-style="padding-left:0;padding-right:0;position: sticky;top: 0;z-index:1" />
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
.item {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.item-label {
|
||||
width: 6em;
|
||||
display: inline-flex;
|
||||
justify-content: flex-end;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.item-value {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<t-button size="small" theme="primary" bind:tap="onOrderDetail" data-index="{{index}}">详情
|
||||
</t-button>
|
||||
<t-button wx:if="{{authInfo['SF_ERP_SALE_ORDERS_PAY']}}" size="small" theme="primary"
|
||||
bind:tap="onOrderPay" data-index="{{index}}">收付款</t-button>
|
||||
bind:tap="onOrderPay" data-index="{{index}}">收款</t-button>
|
||||
<t-button wx:if="{{authInfo['SF_ERP_SALE_ORDERS_DEL']}}" size="small" theme="danger"
|
||||
bind:tap="onOrderDel" data-index="{{index}}">删除</t-button>
|
||||
<t-button wx:if="{{item.file_cnt}}" size="small" bind:tap="onViewAttachment"
|
||||
|
||||
Reference in New Issue
Block a user