|
|
@@ -167,10 +167,6 @@
|
|
|
<div class="tui-title">打包费</div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx;">¥{{ detailInfo.packCost?parseFloat(detailInfo.packCost):0 }}</div>
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell class="line-cell" :hover="false" v-if="Number(detailInfo.labourCost)>0">
|
|
|
- <div class="tui-title">人工资材费</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx;">¥{{ detailInfo.labourCost?parseFloat(detailInfo.labourCost):0 }}</div>
|
|
|
- </tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="detailInfo.discountAmount > 0">
|
|
|
<div class="tui-title"><text v-if="detailInfo.discountType == 4">红包优惠</text><text v-else>优惠</text></div>
|
|
|
<div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.discountAmount)||0}}</div>
|
|
|
@@ -246,7 +242,7 @@
|
|
|
import { purchaseDetail, purchaseDebtPay,purchaseClearCreateOrder } from "@/api/purchase";
|
|
|
import TuiListCell from "@/components/plugin/list-cell";
|
|
|
export default {
|
|
|
- name: "info",
|
|
|
+ name: "purDetails",
|
|
|
components: {
|
|
|
TuiListCell
|
|
|
},
|