chenhaozhe
2025-08-14 02748088b1581dae85b1006f381a58ce27c42733
解决 日期 源单类型 picker 被遮盖问题
7个文件已修改
62 ■■■■■ 已修改文件
pages/caigouruku/form.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigoutuiliao/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitachuku_v2/form.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitaruku_v2/form.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliao/form.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchuku/form.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshoutuihuo/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigouruku/form.vue
@@ -88,6 +88,7 @@
                    <view class="right">
                        <picker mode="date" v-model="hform.HDate" @change="HDateChange">
                            <input disabled v-model="hform.HDate" placeholder="请选择日期" />
                            <view class="picker-overlay"></view>
                        </picker>
                    </view>
                </view>
@@ -346,7 +347,9 @@
                }
            }
        },
        components: {BillListPopupVue},
        components: {
            BillListPopupVue
        },
        onLoad(e) {
            console.log(e, this.userInfo)
            this.OperationType = e.OperationType
@@ -534,7 +537,9 @@
            },
            //基础仓库资料
            getHBaseList({sWhere=""} = {}) {
            getHBaseList({
                sWhere = ""
            } = {}) {
                uni.request({
                    url: this.serverUrl + '/Gy_Warehouse/list',
                    data: {
pages/caigoutuiliao/form.vue
@@ -137,7 +137,7 @@
                            @input="HSupNameChange"></uni-combox>
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择供应商" />
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">
pages/qitachuku_v2/form.vue
@@ -148,12 +148,12 @@
                </view>
                <view class="form-item">
                    <view class="title">客户:</view>
                    <view class="right" v-show="showHSupName">
                    <!-- <view class="right" v-show="showHSupName">
                        <uni-combox :candidates="arrayHSupName" placeholder="请选择客户" v-model="hform.HSupName"
                            @input="HSupNameChange"></uni-combox>
                    </view>
                    <view class="righton" v-show="!showHSupName">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择客户" />
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">
@@ -301,7 +301,9 @@
        CommonUtils
    } from '../../utils/common';
    import BillListPopupVue from '../../components/BillListPopup/BillListPopup.vue';
    import { getUserStockRelation } from '../../utils/userRelationManager';
    import {
        getUserStockRelation
    } from '../../utils/userRelationManager';
    export default {
        data() {
            return {
@@ -622,7 +624,9 @@
                )
            },
            //基础仓库资料
            getHBaseList({sWhere=''} = {}) {
            getHBaseList({
                sWhere = ''
            } = {}) {
                uni.request({
                    url: this.serverUrl + '/Gy_Warehouse/list',
                    data: {
pages/qitaruku_v2/form.vue
@@ -149,12 +149,12 @@
                </view>
                <view class="form-item">
                    <view class="title">供应商:</view>
                    <view class="right" v-show="showHSupName">
                    <!-- <view class="right" v-show="showHSupName">
                        <uni-combox :candidates="arrayHSupName" placeholder="请选择供应商" v-model="hform.HSupName"
                            @input="HSupNameChange"></uni-combox>
                    </view>
                    <view class="righton" v-show="!showHSupName">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择供应商" />
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">
pages/weiwailingliao/form.vue
@@ -136,12 +136,12 @@
                </view>
                <view class="form-item">
                    <view class="title">供应商:</view>
                    <view class="right" v-show="showHSupName">
                    <!-- <view class="right" v-show="showHSupName">
                        <uni-combox :candidates="arrayHSupName" placeholder="请选择供应商" v-model="hform.HSupName"
                            @input="HSupNameChange"></uni-combox>
                    </view>
                    <view class="righton" v-show="!showHSupName">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择供应商" />
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">
pages/xiaoshouchuku/form.vue
@@ -97,8 +97,8 @@
                    <view class="right">
                        <picker mode="date" v-model="hform.HDate" @change="HDateChange">
                            <input disabled v-model="hform.HDate" placeholder="请选择日期" />
                        </picker>
                        <view class="picker-overlay"></view>
                        </picker>
                    </view>
                </view>
                <view class="form-item">
@@ -150,7 +150,7 @@
                            @input="HSupNameChange"></uni-combox>
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择客户" />
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">
@@ -295,7 +295,9 @@
        getUserInfo
    } from "@/utils/auth.js";
    import BillListPopupVue from '../../components/BillListPopup/BillListPopup.vue';
    import { getUserStockRelation } from '../../utils/userRelationManager';
    import {
        getUserStockRelation
    } from '../../utils/userRelationManager';
    export default {
        data() {
            return {
@@ -383,7 +385,9 @@
                }
            }
        },
        components: {BillListPopupVue},
        components: {
            BillListPopupVue
        },
        onLoad(e) {
            console.log(e, this.userInfo)
            this.OperationType = e.OperationType
@@ -576,7 +580,9 @@
                this.hform.HDate = e.detail.value
            },
            //基础仓库资料
            getHBaseList({sWhere=''} = {}) {
            getHBaseList({
                sWhere = ''
            } = {}) {
                uni.request({
                    url: this.serverUrl + '/Gy_Warehouse/list',
                    data: {
@@ -1580,6 +1586,7 @@
            }
        }
    }
    .icon-wrapper {
        background-color: #3A78FF;
        border-radius: 100%;
pages/xiaoshoutuihuo/form.vue
@@ -128,7 +128,7 @@
                            @input="HSupNameChange"></uni-combox>
                    </view> -->
                    <view class="righton">
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="请选择客户" />
                        <input name="HSupName" disabled v-model="hform.HSupName" placeholder="" />
                    </view>
                </view>
                <view class="form-item">