819527061@qq.com
2024-11-15 b5d3561a2e06106ed9cce2c6bcc9c2463951e998
新增申请页面不显示发运通知单的问题修改
3个文件已修改
24 ■■■■ 已修改文件
pages/home/home.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/jihua/jihua.vue 21 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/new-application/new-application.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -867,6 +867,7 @@
};
</script>
<style lang="scss" scoped>
::v-deep.home {
    width: 100%;
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>
@@ -138,6 +141,11 @@
    components: {
        popupMenu
    },
  computed: {
    isShowCAN() {  //是否显示收货单位
    }
  },
    data() {
        return {
            radioValue: '全部',
@@ -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 {
pages/new-application/new-application.vue
@@ -84,7 +84,7 @@
                filter: true,
                status: 1,
                pageNumber: 1,
                pageSize: 10,
                pageSize: 100,
                sort: 'createTime',
                order: 'desc'
            },