| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="bottom-block"> |
| | | <!-- 选择发运时间 --> |
| | | <view class="send-date"> |
| | | <view class="send-date_label"> |
| | |
| | | v-model="customerName" |
| | | @focus="selfDeliver" |
| | | ref="selectCustomer" /> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- 提交 --> |
| | |
| | | text: v.productName |
| | | } |
| | | }) |
| | | this.productName = this.productNameList[0].value |
| | | this.productName = Array.isArray(this.productNameList) && this.productNameList.lenght !== 0 ? |
| | | this.productNameList[0].value : '' |
| | | }).then(() => { |
| | | this.getShipToList() |
| | | }) |
| | | }, |
| | | // 根据部门获取煤场名称 |
| | |
| | | }, |
| | | selfDeliver() { |
| | | this.selfDeliverShow = true |
| | | this.$nextTick(() => { |
| | | this.$refs.selectCustomer.blur() |
| | | }) |
| | | }, |
| | | selfDeliverClose() { |
| | | this.selfDeliverShow = false |
| | |
| | | align-items: center; |
| | | } |
| | | |
| | | .slot-content { |
| | | width: 100%; |
| | | height: vww(150); |
| | | @include flex; |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .main { |
| | | width: 100%; |
| | | color: #232323; |
| | | |
| | | .product-info { |
| | | width: 96%; |
| | | height: vww(250); |
| | | margin: vww(8); |
| | | margin-top: vww(20); |
| | | background: #ffffff; |
| | | box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12); |
| | | border-radius: 20rpx; |
| | | position: relative; |
| | |
| | | } |
| | | } |
| | | |
| | | .bottom-block { |
| | | height: vww(200); |
| | | } |
| | | |
| | | .send-date, |
| | | .customer-name { |
| | | height: vww(40); |
| | | margin: vww(40) vww(20); |
| | | position: relative; |
| | | |