Commit 18fb1051 authored by xiangzj's avatar xiangzj

支票查询模块修改

parent f2f7f6d9
......@@ -69,7 +69,7 @@
</image>
</view>
</view>
<view class="text-block" @click="selectProduct(index,'inner')">
<view class="text-block" style="height: auto;" @click="selectProduct(index,'inner')">
<view class="middle-date">
<text class="mustPosIcon">*</text>
<text class="middle-date">产品</text>
......
......@@ -19,7 +19,7 @@
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
</view>
<view class="text-block" @click="handleShunt">
<view class="text-block" @click="handleShunt" v-if="orderItem.isShunt - 1 === 0">
<text class="middle-date">分流经销商</text>
<view class="middle-date-des uni-list picker-year" >
<view class="uni-list-cell">
......@@ -239,6 +239,9 @@
console.log('监听到事件来自 selectShuntAccountInfo ,携带参数 msg 为:', data);
_this.orderItem.shuntDealerName = data.selectShuntAccountInfo.shuntingCustomer
_this.orderItem.shuntDealer = data.selectShuntAccountInfo.shuntingCustomer
// 渠道
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.id
_this.orderItem.shuntTypeName = data.selectShuntAccountInfo.channelsTextView
})
uni.$on('selectShuntAdressAccountInfo', function(data) {
console.log('监听到事件来自 selectShuntAdressAccountInfo ,携带参数 msg 为:', data);
......
......@@ -18,7 +18,7 @@
<text class="item-block-label">分流经销商编号:{{item.shuntingCustomer}}</text>
</view>
<view class="item-block item-block-code">
<text class="item-block-label">渠道:{{item.channels}}</text>
<text class="item-block-label">渠道:{{item.channelsTextView}}</text>
</view>
</view>
</cell>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment