chenhaozhe
2025-07-21 ac4842d40bf178d1897fa719ffed5f3746bf4e99
修改校验单据 样式
15个文件已修改
183 ■■■■ 已修改文件
pages/caigourukujiaoyan/form.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigourukujiaoyan/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitachukujiaoyan/detail.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitachukujiaoyan/qitachukujiaoyan.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitarukujiaoyan/form.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/qitarukujiaoyan/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanbuliaojiaoyan/CacheList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shengchanbuliaojiaoyan/form.vue 48 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwaibuliaojiaoyan/form.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwaibuliaojiaoyan/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliaojiaoyan/form.vue 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/weiwailingliaojiaoyan/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchuku/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchukujiaoyan/form.vue 29 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/xiaoshouchukujiaoyan/table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/caigourukujiaoyan/form.vue
@@ -956,12 +956,11 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    }
    .checkbox{
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/caigourukujiaoyan/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/qitachukujiaoyan/detail.vue
@@ -76,7 +76,7 @@
                    </view>
                </view>
                <label class="checkbox" style="float: right;">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc" />条码核对
                </label>
            </view>
            <view v-if="tabs == 2">
@@ -487,7 +487,7 @@
                            // HCustom2: ""
                        },
                        success: (res) => {
                            console.log('扫码返回', res.data);
                            this.hform.HBarCode = ''
                            if (res.data.count == 1) {
@@ -954,12 +954,12 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    }
    .checkbox {
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/qitachukujiaoyan/qitachukujiaoyan.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/qitarukujiaoyan/form.vue
@@ -104,7 +104,7 @@
                            <view class="detail" v-if="item.仓位">
                                <text>仓位:</text>{{item.仓位}}
                            </view>
                            <view class="detail" >
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                            </view>
                        </view>
@@ -955,12 +955,12 @@
                text-align: center;
            }
        }
    }
        .checkbox {
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    .checkbox {
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/qitarukujiaoyan/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/shengchanbuliaojiaoyan/CacheList.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/shengchanbuliaojiaoyan/form.vue
@@ -4,26 +4,30 @@
            <view class="form-item">
                <view class="title">条码:</view>
                <view class="right">
                    <input v-model="hform.HBarCode" placeholder="请扫描(或输入)条码" @confirm="getCode(hform.HBarCode)"/>
                    <input v-model="hform.HBarCode" placeholder="请扫描(或输入)条码" @confirm="getCode(hform.HBarCode)" />
                </view>
                <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanCode"></uni-icons>
                <uni-icons type="scan"
                    style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;"
                    size="20" @click="toScanCode"></uni-icons>
            </view>
            <view class="form-item">
                <view class="title">数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入数量"/>
                    <input v-model="hform.HQty" placeholder="请输入数量" />
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓库:</view>
                <view class="right">
                    <uni-combox :candidates="arrayHWHName" placeholder="请输入(或扫描)仓库" v-model="hform.HWHName" @input="HWHNameChange"></uni-combox>
                    <uni-combox :candidates="arrayHWHName" placeholder="请输入(或扫描)仓库" v-model="hform.HWHName"
                        @input="HWHNameChange"></uni-combox>
                </view>
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right">
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位" v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位"
                        v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
                <!-- <view class="righton" v-show="!showHStockPlaceName"><input v-model="hform.HStockPlaceName" placeholder="不可操作"/></view> -->
            </view>
@@ -71,7 +75,7 @@
                    </view>
                </view>
                <label class="checkbox" style="float: right;">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc" />条码核对
                </label>
            </view>
            <view v-if="tabs == 2">
@@ -174,7 +178,9 @@
    import {
        getUserInfo
    } from "@/utils/auth.js";
    import { CommonUtils } from "@/utils/common.js"
    import {
        CommonUtils
    } from "@/utils/common.js"
    export default {
        data() {
            return {
@@ -237,10 +243,11 @@
            } else {
                // this.getNewData()
            }
            this.getHBaseList()
        },onLoad(e) {
        },
        onLoad(e) {
            console.log(e, this.userInfo)
            this.OperationType = e.OperationType
            if (e.HBillNo) {
@@ -249,8 +256,8 @@
            } else {
                // this.getNewData()
            }
            this.getHBaseList()
        },
        methods: {
@@ -756,7 +763,7 @@
                                    //     title: res.data.Message,
                                    //     icon: 'none'
                                    // })
                                    uni.showModal({
                                        title: '温馨提示',
                                        content: res.data.Message,
@@ -957,12 +964,13 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    }
    .checkbox {
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/weiwaibuliaojiaoyan/form.vue
@@ -949,12 +949,11 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    }
    .checkbox{
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/weiwaibuliaojiaoyan/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/weiwailingliaojiaoyan/form.vue
@@ -25,7 +25,7 @@
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right" >
                <view class="right">
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位"
                        v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
@@ -75,9 +75,9 @@
                        <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
                    </view>
                </view>
                <label class="checkbox" style="float: right;">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc" />条码核对
                </label>
            </view>
            <view v-if="tabs == 2">
@@ -105,7 +105,7 @@
                            <view class="detail" v-if="item.仓位">
                                <text>仓位:</text>{{item.仓位}}
                            </view>
                            <view class="detail" >
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                            </view>
                        </view>
@@ -194,7 +194,7 @@
                HModName: 'Kf_EntrustOutBill_CheckList_PDA',
                ModRightName: 'CE_EntrustOutCheck',
                OperationType: 1,
                showHBillNo: true,
                tabs: 1,
                linterid: '',
@@ -278,7 +278,7 @@
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(this.hform.HBillNo)
                    }
@@ -468,7 +468,7 @@
                    if (sHQty == "") {
                        sHQty = 0;
                    }
                    uni.request({
                        url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                        data: {
@@ -869,8 +869,8 @@
            padding: 8rpx 20rpx;
            font-size: 30rpx;
        }
        textarea {
            width: 98%;
@@ -957,12 +957,12 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
            float: right;
        }
    }
    .checkbox {
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
        float: right;
    }
</style>
pages/weiwailingliaojiaoyan/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/xiaoshouchuku/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>
pages/xiaoshouchukujiaoyan/form.vue
@@ -25,7 +25,7 @@
            </view>
            <view class="form-item">
                <view class="title">仓位:</view>
                <view class="right" >
                <view class="right">
                    <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位"
                        v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
                </view>
@@ -76,7 +76,7 @@
                    </view>
                </view>
                <label class="checkbox" style="float: right !important;">
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
                    <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc" />条码核对
                </label>
            </view>
            <view v-if="tabs == 2">
@@ -104,7 +104,7 @@
                            <view class="detail" v-if="item.仓位">
                                <text>仓位:</text>{{item.仓位}}
                            </view>
                            <view class="detail" >
                            <view class="detail">
                                <text>条码个数:</text>{{item.条码个数}}
                            </view>
                        </view>
@@ -193,7 +193,7 @@
                HModName: 'Kf_SellOutBill_CheckList_PDA',
                ModRightName: 'CE_SellOutCheck',
                OperationType: 1,
                showHBillNo: true,
                tabs: 1,
                linterid: '',
@@ -209,7 +209,7 @@
                    HBillType: 1205,
                    HBillerID: uni.getStorageSync('HBillerID'),
                    HRedBlueFlag: false,
                    chkHBarflag:false,
                    chkHBarflag: false,
                    HBarCode: '',
                    HQty: '',
@@ -278,7 +278,7 @@
                        // }else{
                        //     this.hform.HBarCode = res.result
                        // }
                        this.hform.HBillNo = res.result
                        this.GetMeesageByBillNo(this.hform.HBillNo)
                    }
@@ -868,8 +868,8 @@
            padding: 8rpx 20rpx;
            font-size: 30rpx;
        }
        textarea {
            width: 98%;
@@ -956,11 +956,12 @@
                text-align: center;
            }
        }
        .checkbox{
            color: #888;
            font-size: 28rpx;
            margin-top: 30rpx;
        }
    }
    .checkbox {
        color: #888;
        font-size: 28rpx;
        margin-top: 30rpx;
    }
</style>
pages/xiaoshouchukujiaoyan/table.vue
@@ -2,7 +2,7 @@
    <view class="content">
        <view class="tabs">
            <view :class="tabs == 0 ? 'on':''" @tap="changeTab(0)">缓存列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已上传列表</view>
            <view :class="tabs == 1 ? 'on':''" @tap="changeTab(1)">已校验列表</view>
        </view>
        <view style="width: 100%;height: 16rpx;background-color: #e5e5e5;"></view>