| | |
| | | };
|
| | | </script>
|
| | |
|
| | |
|
| | | <style lang="scss" scoped>
|
| | | ::v-deep.home {
|
| | | width: 100%;
|
| | |
| | | <view class="jihua-main-line">
|
| | | <view class="name">客户名称:{{item.customerName || ''}}</view>
|
| | | </view>
|
| | | <view class="jihua-main-line" v-if="item.order && item.order.customerAddressName != item.customerName">
|
| | | <view class="name">收货单位:{{item.order && item.order.customerAddressName || ''}}</view>
|
| | | </view>
|
| | | <view class="jihua-main-line">
|
| | | <view class="main-flex">
|
| | | <view>煤种:{{ item.order.coalName || '' }}</view>
|
| | |
| | | <view class="editPopup">
|
| | | <view class="editPopup__title"><text>计划车数</text></view>
|
| | | <view class="editPopup__input"><u--input v-model="keyBoardValue" placeholder="请输入内容" type="number" border="surround"></u--input></view>
|
| | | <!-- <view class="editPopup__btn"><u-button text="确定" type="primary" @click="popupDetermineClick"></u-button></view> -->
|
| | | <view class="editPopup__btn"><u-button text="确定" type="primary" @click="keyBoardConfirm"></u-button></view>
|
| | | </view>
|
| | | </u-popup>
|
| | |
|
| | |
| | | components: {
|
| | | popupMenu
|
| | | },
|
| | | computed: {
|
| | | isShowCAN() { //是否显示收货单位
|
| | |
|
| | | }
|
| | | },
|
| | | data() {
|
| | | return {
|
| | | radioValue: '全部',
|
| | |
| | | status: 2,
|
| | | trainType: 1,
|
| | | compId: compId,
|
| | | endDate: this.info.shippingDate
|
| | | type: '外销',
|
| | | endDate: this.info.shippingDate,
|
| | | };
|
| | | this.$reqGet('fyList', params).then(res => {
|
| | | if (res.code == 0) {
|
| | |
| | | },
|
| | | // 键盘
|
| | | valChange(val) {
|
| | | console.log(val,'已设置的计划====')
|
| | | // this.keyBoardValue += val;
|
| | | // 将每次按键的值拼接到value变量中,注意+=写法
|
| | | this.fyData.map(item => {
|
| | |
| | | width: 100%;
|
| | | display: flex;
|
| | | flex-direction: column;
|
| | | }
|
| | | .editPopup__btn{
|
| | | width: vww(100);
|
| | | margin:20rpx auto 0;
|
| | | }
|
| | | ::v-deep {
|
| | | .u-tabs__wrapper__nav {
|
| | |
| | | }
|
| | |
|
| | | .name {
|
| | | font-weight: 600 !important;
|
| | | font-weight: 550 !important;
|
| | | line-height: 54rpx;
|
| | | }
|
| | |
|
| | | .main-flex {
|
| | |
| | | filter: true, |
| | | status: 1, |
| | | pageNumber: 1, |
| | | pageSize: 10, |
| | | pageSize: 100, |
| | | sort: 'createTime', |
| | | order: 'desc' |
| | | }, |