819527061@qq.com
2023-11-28 1c7b86f984498eab66968c8d9e9ece42634b96bb
pages/jihua/jihua.vue
@@ -36,7 +36,7 @@
                        <view style="margin-right:10px">实际发车数:{{ item.numReal || '暂无' }}</view>
                     </view>
                  </view>
                  <u-keyboard
                  <u-keyboard
                     @change="valChange"
                     @backspace="backspace"
                     @confirm="keyBoardConfirm"
@@ -48,7 +48,7 @@
                     :overlay="false"
                     :closeOnClickOverlay="false"
                     :dotDisabled="true"
                     zIndex="100000"
                     zIndex="100000"
                  ></u-keyboard>
               </view>
@@ -99,7 +99,7 @@
            </view>
         </view>
      </view>
      <!-- 修改弹出框 -->
      <u-popup :show="editPopupShow" @close="editPopupClose" @open="editPopupOpen" mode="top" round="10">
         <view class="editPopup">
@@ -118,7 +118,7 @@
<script>
import popupMenu from '@/components/common/popup-menu/popup-menu.vue';
import tool from '@/utils/tool.js';
import { TrackOpTypes } from "vue";
import { TrackOpTypes } from "vue";
export default {
   components: {
      popupMenu
@@ -127,7 +127,7 @@
      return {
         radioValue: '全部',
         tabList: [
            {
            {
               name: '今日发运计划'
            },
            {
@@ -218,7 +218,7 @@
      fyList() {
         this.overlayShow = true;
         //列表查询
         uni.showLoading({
         uni.showLoading({
            title: '正在加载...'
         });
         let compId = uni.getStorageSync('userInfo').compId;
@@ -274,17 +274,17 @@
               e.shippingDate = this.info.shippingDate
            }
         });
         this.$reqPost('addObj', this.fyData).then(res => {
         this.$reqPost('xscarshippingdayplanAddObj', this.fyData).then(res => {
            uni.hideLoading();
            if(res.code == 0){
               setTimeout(()=>{
                  uni.showToast({
                     title:'更新成功!',
                     icon:'none',
                     duration:1000
                  })
               },0)
               this.fyList();
          setTimeout(()=>{
            uni.showToast({
              title:'更新成功!',
              icon:'none',
              duration:1000
            })
          },0)
            }
         });
      },
@@ -378,7 +378,7 @@
      inputTotalChange(val) {
         console.log(val, 'val2=======val2,已设置计划');
         this.editRow = val;
      },
      },
      // input获取焦点
      faYunPlanCarsFocus(item) {
         this.keyBoardShow = true;
@@ -389,7 +389,7 @@
         } else{
            this.isCursor = true;
         }
         // 根据列表下标,使屏幕滚动到相应可视位置
         for(let i = 0;i<this.fyData.length;i++){
            if(this.fyData[i].orderId == item.orderId){
@@ -399,7 +399,7 @@
               });
            }
         }
      },
      // 键盘
      valChange(val) {
@@ -418,7 +418,7 @@
                  item.numPlan = val;
                  this.keyBoardValue = item.numPlan;
               }
            }
            }
         });
      },
      backspace() {
@@ -495,7 +495,7 @@
      width: vww(100);
      z-index: 1;
   }
   .u-radio-group--row {
      height: 100%;
      width: 100%;
@@ -556,7 +556,7 @@
   //    transform: translateX(-50%);
   //    border-radius: vww(20);
   // }
}
.jihua-main {
@@ -621,8 +621,8 @@
                  border: 1px solid #dddddd;
                  border-radius: vww(4);
                  padding: vww(1) vww(10);
                  // 输入焦点图片
                  .cursor {
                     // float: left;
@@ -675,4 +675,4 @@
      //    }
      // }
   }
</style>
</style>