|
@ -4,10 +4,10 @@ |
|
|
<com-blank-view @goScan='getLocation' v-if="detailSource.length==0"></com-blank-view> |
|
|
<com-blank-view @goScan='getLocation' v-if="detailSource.length==0"></com-blank-view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="page-wraper" v-if="detailSource.length>0"> |
|
|
<view class="page-wraper" v-if="detailSource.length>0"> |
|
|
<view class="uni-flex uni-row padding title u-col-center" @click="showSelect"> |
|
|
<view class="uni-flex uni-row padding title u-col-center" @click="showSelect" style="font-size: 35rpx;"> |
|
|
<text>客户 : </text> |
|
|
<text style="font-size: 32rpx;">客户 : </text> |
|
|
<view class="uni-flex u-col-center uni-row" @click="showSelect"> |
|
|
<view class="uni-flex u-col-center uni-row" @click="showSelect"> |
|
|
<view class="" style="margin-left: 20rpx;"> |
|
|
<view class="" style="margin-left: 20rpx;font-size: 32rpx;"> |
|
|
{{customerName}} |
|
|
{{customerName}} |
|
|
</view> |
|
|
</view> |
|
|
<u-select v-model="showCustomer" mode="single-column" :list="customerList" @confirm="confirmSelect"> |
|
|
<u-select v-model="showCustomer" mode="single-column" :list="customerList" @confirm="confirmSelect"> |
|
@ -22,6 +22,7 @@ |
|
|
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
|
|
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> |
|
|
<view class=""> |
|
|
<view class=""> |
|
|
<record-com-detail-card :dataContent="item" :index="index" :isShowLocation="true" |
|
|
<record-com-detail-card :dataContent="item" :index="index" :isShowLocation="true" |
|
|
|
|
|
:isShowBalanceQty ="false" |
|
|
:isShowToLocation="false" @removeItem="removeItem(index,item)" @updateData="updateData" |
|
|
:isShowToLocation="false" @removeItem="removeItem(index,item)" @updateData="updateData" |
|
|
@removePack="removePack"> |
|
|
@removePack="removePack"> |
|
|
</record-com-detail-card> |
|
|
</record-com-detail-card> |
|
|