|
|
@@ -9,19 +9,36 @@
|
|
|
单据日期:{{detail.billdate}}
|
|
|
</view>
|
|
|
<view class="exp">
|
|
|
- 联系人:{{detail.createby || ' --'}}
|
|
|
+ 备注:{{detail.remarks || ' --'}}
|
|
|
</view>
|
|
|
<view class="exp">
|
|
|
- 地址:{{detail.address || ' --'}}
|
|
|
+ 是否收货:{{detail.isreceiver ?'已收货':'未收货'}}
|
|
|
</view>
|
|
|
<view class="exp">
|
|
|
- 备注:{{detail.remarks || ' --'}}
|
|
|
+ 收货地址:{{detail.invoice_address || '--'}}
|
|
|
</view>
|
|
|
<view class="exp">
|
|
|
- 是否收货:{{detail.isreceiver ?'已收货':'未收货'}}
|
|
|
+ 开票信息:{{detail.invoice_enterprisename || '--'}}
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+<view class="amounts">
|
|
|
+ <view>
|
|
|
+ <view class="label">应收金额</view>
|
|
|
+ <view class="price">{{detail.receivableamount}}</view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view class="label">支付金额</view>
|
|
|
+ <view class="price">{{detail.payamount}}</view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view class="label">优惠金额</view>
|
|
|
+ <view class="price">{{detail.paydiscountamount}}</view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view class="label">优惠余额</view>
|
|
|
+ <view class="price">{{detail.discountamount_xjzh}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-<view style="height: 10rpx;"></view>
|
|
|
<Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
|
|
|
<product slot='产品明细' id='Product' />
|
|
|
<record slot='操作记录' id='record' ownertable='st_stockbill' ownerid='{{st_stockbillid}}' />
|