Commit 2cf1ae9f authored by xiangzj's avatar xiangzj

要货处理

parent 680aac07
......@@ -29,6 +29,18 @@
</view>
</view>
</view>
<view class="text-block-box">
<view class="text-block text-block-last">
<text class="middle-date-des">是否瓶储</text>
<text class="middle-date">{{newsItem.isPcj - 1 === 0 ? '是' : '否'}}</text>
</view>
<view class="text-block text-block-last" v-if="newsItem.isPcj - 1 === 0">
<text class="middle-date-des middle-date-right">瓶储到期时间</text>
<view class="middle-date-right">
<text class="middle-date">{{newsItem.saveEnddate}}</text>
</view>
</view>
</view>
</view>
<view class="bottom view">
<view class="bottom-nav">
......@@ -94,6 +106,10 @@
<text class="detal-item-label">是否分流</text>
<text class="detal-item-value detal-item-value2">{{newsItem.isShuntTextView}}</text>
</view>
<view class="block-detal-item">
<text class="detal-item-label">分流渠道类型</text>
<text class="detal-item-value detal-item-value2">{{newsItem.shuntChannelsTypeTextView}}</text>
</view>
<view class="block-detal-item">
<text class="detal-item-label">分流经销商</text>
<text class="detal-item-value detal-item-value2">{{newsItem.shuntDealer}}</text>
......@@ -295,7 +311,7 @@
.text-block {
flex: 1;
flex-direction: column;
margin-bottom: 32rpx;
margin-bottom: 16rpx;
}
.text-block-last {
......@@ -315,7 +331,8 @@
.text-block-box {
display: flex;
height: 120rpx;
// height: 120rpx;
margin-bottom: 16rpx;
justify-content: space-between;
}
......
......@@ -126,7 +126,7 @@
</view> -->
<view class="text-block text-block-last">
<text class="middle-date">本次要货件数</text>
<input class="middle-date-address" type="text" v-model="ele.wantQuantity" placeholder="请输入" />
<input class="middle-date-address" type="number" v-model="ele.wantQuantity" placeholder="请输入" />
</view>
</view>
</uni-cell>
......
......@@ -243,7 +243,7 @@
_this.orderItem.shuntDealerName = data.selectShuntAccountInfo.shuntingCustomer
_this.orderItem.shuntDealer = data.selectShuntAccountInfo.shuntingCustomer
// 渠道
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.id
_this.orderItem.shuntChannelsType = data.selectShuntAccountInfo.channels
_this.orderItem.shuntTypeName = data.selectShuntAccountInfo.channelsTextView
})
uni.$on('selectShuntAdressAccountInfo', function(data) {
......@@ -378,7 +378,7 @@
this.orderItem.shuntName = this.shuntArr[index].name
break;
case 'shuntType':
this.orderItem.shuntChannelsType = this.shuntTypeArr[index].id
this.orderItem.shuntChannelsType = this.shuntTypeArr[index].value
this.orderItem.shuntTypeName = this.shuntTypeArr[index].name
break;
case 'receive':
......
......@@ -145,7 +145,7 @@
isPcjName:'否',
significance: 'normal',
sourceType:1,
billstatus: "E001",
billStatus: "E001",
status: 0,
isShunt: '0',
}
......
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