chenhaozhe
2025-08-05 da87b063696574fffc00e95b82120bf061942a19
pages/weiwaigxOut/form.vue
@@ -339,7 +339,8 @@
                    @tap="check">审核</button>
                <button v-if="btnType != 0 && btnType == 3" class="btn-d" style="margin-left: 20rpx;" size="mini"
                    @tap="abandonCheck">反审核</button>
                <!-- <button class="btn-b" size="mini" @tap="showMask = true">新增</button> -->
                <view style="flex: 1;"></view>
                <button class="btn-b" size="mini" @tap="addNew">新增</button>
                <button class="btn-c" size="mini" @tap="goBack">退出</button>
            </view>
        </view>
@@ -944,6 +945,7 @@
                            this.hform.HProcID = data.HProcID
                            this.hform.HCenterName = data.工作中心
                            this.hform.HCenterID = data.HCenterID
                            this.hform.HNotReportQty = data['未报工数量']
                            if (!this.hform.HSupName) {
                                this.hform.HSupName = data.供应商
                                this.hform.HSupID = data.HSupID
@@ -991,6 +993,11 @@
                        })
                    },
                });
            },
            addNew() {
                uni.redirectTo({
                    url: '/pages/weiwaigxOut/form?OperationType=1'
                })
            },
            submit() {
                if (!this.hform.HBarCode) {
@@ -1255,6 +1262,7 @@
    .bottom-btn {
        width: 100%;
        box-sizing: border-box;
        // height: 120rpx;
        position: fixed;
        bottom: 0;
@@ -1262,6 +1270,9 @@
        background-color: #fff;
        box-shadow: 0 2rpx 10rpx 2rpx rgba(0, 0, 0, 0.4);
        padding: 30rpx 40rpx 40rpx 40rpx;
        display: flex;
        flex-direction: row;
        gap: 10rpx;
        button {
            border-radius: 50rpx;
@@ -1285,8 +1296,8 @@
        .btn-c {
            background-color: #acacac;
            color: #fff;
            position: absolute;
            right: 120rpx;
            // position: absolute;
            // right: 120rpx;
        }
        .btn-d {