Commit 2cf1ae9f authored by xiangzj's avatar xiangzj

要货处理

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