819527061@qq.com
2024-11-15 b5d3561a2e06106ed9cce2c6bcc9c2463951e998
pages/jihua/jihua.vue
@@ -17,6 +17,9 @@
                  <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>
@@ -119,7 +122,7 @@
         <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>
@@ -137,6 +140,11 @@
export default {
   components: {
      popupMenu
   },
  computed: {
    isShowCAN() {  //是否显示收货单位
    }
   },
   data() {
      return {
@@ -243,7 +251,8 @@
            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) {
@@ -435,6 +444,7 @@
      },
      // 键盘
      valChange(val) {
      console.log(val,'已设置的计划====')
         // this.keyBoardValue += val;
         // 将每次按键的值拼接到value变量中,注意+=写法
         this.fyData.map(item => {
@@ -512,6 +522,10 @@
  width: 100%;
  display: flex;
  flex-direction: column;
}
.editPopup__btn{
  width: vww(100);
  margin:20rpx auto 0;
}
::v-deep {
   .u-tabs__wrapper__nav {
@@ -639,7 +653,8 @@
         }
         .name {
            font-weight: 600 !important;
            font-weight: 550 !important;
        line-height: 54rpx;
         }
         .main-flex {