wtt
2026-02-06 78376b235b98e1143c4525a6adb7fdc7a7c45420
质量模块页面调整
5个文件已修改
114 ■■■■ 已修改文件
.hbuilderx/launch.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/QualityReportStep/QualityReportStepBill.vue 37 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.hbuilderx/launch.json
@@ -25,7 +25,7 @@
            "localRepoPath" : "C:/Users/19858/Desktop/智云迈思/APP/STUWMS/unpackage/debug",
            "openVueDevtools" : true,
            "packageName" : "com.iflytek.inputmethod",
            "playground" : "standard",
            "playground" : "custom",
            "type" : "uni-app:app-android"
        }
    ]
pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
@@ -256,7 +256,7 @@
                    <view >
                        <view>{{ item.不良原因代码 }}</view>
                        <view>{{ item.不良原因名称 }}</view>
                        <view>汇报总数:{{ item.num }}</view>
                        <view style="color:brown;">汇报总数:{{ item.num }}</view>
                    </view>
                </view>
            </view>
@@ -1085,7 +1085,7 @@
<style lang="scss" scoped>
    input {
        width: inherit;
        font-size: 26rpx;
        font-size: 30rpx;
    }
    .uni-input {
@@ -1108,7 +1108,7 @@
        view {
            width: auto;
            font-size: 26rpx;
            font-size: 30rpx;
            color: #555;
            text-align: center;
            padding: 16rpx 0;
@@ -1131,10 +1131,10 @@
        /* 可选:设置换行后的对齐方式 */
        align-content: flex-start; /* 多行对齐方式 */
        .form-item {
            width: 600rpx;
            width: 650rpx;
            display: flex;
            align-items: center;
            font-size: 26rpx;
            font-size: 30rpx;
            padding: 6rpx 0;
             margin-right: 20rpx;
            .left {
@@ -1149,7 +1149,7 @@
            .right {
                // width: 450rpx;
                padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                border-radius: 22rpx;
                border: 1px solid #acacac;
@@ -1160,18 +1160,18 @@
                    .uni-input-placeholder,
                    .uni-input-input {
                        font-size: 26rpx;
                        font-size: 30rpx;
                    }
                }
                .uni-combox::v-deep input {
                    height: inherit;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
            .right-select {
                //padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                
            }
@@ -1243,7 +1243,7 @@
            width: 180rpx;
            height: 66rpx;
            line-height: 66rpx;
            font-size: 26rpx;
            font-size: 30rpx;
        }
        .btn-a {
@@ -1275,19 +1275,19 @@
            gap: 10rpx 0;
            input {
                font-size: 26rpx;
                font-size: 30rpx;
            }
            .detail {
                // width: 50%;
                box-sizing: border-box;
                font-size: 26rpx;
                font-size: 30rpx;
                color: #555;
                padding-right: 20rpx;
                text {
                    color: #999;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
@@ -1395,18 +1395,20 @@
    
    .reason-item-flex {
      /* 方块基础样式 */
      background-color: #f5f5f5;
      background-color: #55ffff;
      border-radius: 8px;
      padding: 12px 16px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
        border-width: 2px;      /* 边框宽度 */
            border-style: solid;     /* 边框样式 */
            border-color: #333;      /* 边框颜色 */
      /* 文字样式 */
      font-size: 14px;
      font-size: 30rpx;
      color: #333;
      text-align: center;
      
      width: 300rpx;
      width: 350rpx;
      
      /* 确保内容不换行时居中 */
      display: flex;
@@ -1418,6 +1420,7 @@
      0% {
        transform: scale(1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        border-color: #0000ff;      /* 边框颜色 */
      }
      50% {
        transform: scale(0.95);
pages/ZLGL/lailiaojianyan/POStockInCheckBill.vue
@@ -2305,7 +2305,7 @@
<style lang="scss" scoped>
    input {
        width: inherit;
        font-size: 26rpx;
        font-size: 30rpx;
    }
    .uni-input {
@@ -2328,7 +2328,7 @@
        view {
            width: auto;
            font-size: 26rpx;
            font-size: 30rpx;
            color: #555;
            text-align: center;
            padding: 16rpx 0;
@@ -2350,10 +2350,10 @@
        /* 可选:设置换行后的对齐方式 */
        align-content: flex-start; /* 多行对齐方式 */
        .form-item {
            width: 600rpx;
            width: 650rpx;
            display: flex;
            align-items: center;
            font-size: 26rpx;
            font-size: 30rpx;
            padding: 6rpx 0;
             margin-right: 20rpx;
            .left {
@@ -2368,7 +2368,7 @@
            .right {
                // width: 450rpx;
                padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                border-radius: 22rpx;
                border: 1px solid #acacac;
@@ -2379,18 +2379,18 @@
    
                    .uni-input-placeholder,
                    .uni-input-input {
                        font-size: 26rpx;
                        font-size: 30rpx;
                    }
                }
    
                .uni-combox::v-deep input {
                    height: inherit;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
            .right-select {
                //padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                
            }
@@ -2462,7 +2462,7 @@
            width: 180rpx;
            height: 66rpx;
            line-height: 66rpx;
            font-size: 26rpx;
            font-size: 30rpx;
        }
        .btn-a {
@@ -2500,19 +2500,19 @@
            gap: 10rpx 0;
            
            input {
                font-size: 26rpx;
                font-size: 30rpx;
            }
            .detail {
                // width: 50%;
                box-sizing: border-box;
                font-size: 26rpx;
                font-size: 30rpx;
                color: #555;
                padding-right: 20rpx;
                text {
                    color: #999;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
pages/ZLGL/mojianjianyan/ProcessCheckBill.vue
@@ -2318,7 +2318,7 @@
            },
        },
        async onLoad(e) {
            // this.setAuto();
             this.setAuto();
            this.operationType = e.operationType || 1;
            this.hform.HInterID = e.linterid || 0;
            if (this.operationType == 1) {
@@ -2359,9 +2359,10 @@
</script>
<style lang="scss" scoped>
    input {
        width: inherit;
        font-size: 26rpx;
        font-size: 30rpx;
    }
    .uni-input {
@@ -2384,7 +2385,7 @@
        view {
            width: auto;
            font-size: 26rpx;
            font-size: 30rpx;
            color: #555;
            text-align: center;
            padding: 16rpx 0;
@@ -2409,10 +2410,10 @@
        /* 多行对齐方式 */
        .form-item {
            width: 600rpx;
            width: 650rpx;
            display: flex;
            align-items: center;
            font-size: 26rpx;
            font-size: 30rpx;
            padding: 6rpx 0;
            margin-right: 20rpx;
@@ -2428,7 +2429,7 @@
            .right {
                // width: 450rpx;
                padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                border-radius: 22rpx;
                border: 1px solid #acacac;
@@ -2439,19 +2440,19 @@
                    .uni-input-placeholder,
                    .uni-input-input {
                        font-size: 26rpx;
                        font-size: 30rpx;
                    }
                }
                .uni-combox::v-deep input {
                    height: inherit;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
            .right-select {
                //padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
            }
@@ -2524,7 +2525,7 @@
            width: 180rpx;
            height: 66rpx;
            line-height: 66rpx;
            font-size: 26rpx;
            font-size: 30rpx;
        }
        .btn-a {
@@ -2567,19 +2568,19 @@
            gap: 10rpx 0;
            input {
                font-size: 26rpx;
                font-size: 30rpx;
            }
            .detail {
                // width: 50%;
                box-sizing: border-box;
                font-size: 26rpx;
                font-size: 30rpx;
                color: #555;
                padding-right: 20rpx;
                text {
                    color: #999;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
pages/ZLGL/shengchanrukujiaoyan/QC_LastPieceCheckBill_v2.vue
@@ -2361,7 +2361,7 @@
<style lang="scss" scoped>
    input {
        width: inherit;
        font-size: 26rpx;
        font-size: 30rpx;
    }
    .uni-input {
@@ -2384,7 +2384,7 @@
        view {
            width: auto;
            font-size: 26rpx;
            font-size: 30rpx;
            color: #555;
            text-align: center;
            padding: 16rpx 0;
@@ -2406,10 +2406,10 @@
        /* 可选:设置换行后的对齐方式 */
        align-content: flex-start; /* 多行对齐方式 */
        .form-item {
            width: 600rpx;
            width: 650rpx;
            display: flex;
            align-items: center;
            font-size: 26rpx;
            font-size: 30rpx;
            padding: 6rpx 0;
             margin-right: 20rpx;
            .left {
@@ -2424,7 +2424,7 @@
            .right {
                // width: 450rpx;
                padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                border-radius: 22rpx;
                border: 1px solid #acacac;
@@ -2435,18 +2435,18 @@
    
                    .uni-input-placeholder,
                    .uni-input-input {
                        font-size: 26rpx;
                        font-size: 30rpx;
                    }
                }
    
                .uni-combox::v-deep input {
                    height: inherit;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }
            .right-select {
                //padding: 8rpx 20rpx;
                font-size: 26rpx;
                font-size: 30rpx;
                flex: 1;
                
            }
@@ -2518,7 +2518,7 @@
            width: 180rpx;
            height: 66rpx;
            line-height: 66rpx;
            font-size: 26rpx;
            font-size: 30rpx;
        }
        .btn-a {
@@ -2557,19 +2557,19 @@
            gap: 10rpx 0;
            
            input {
                font-size: 26rpx;
                font-size: 30rpx;
            }
    
            .detail {
                // width: 50%;
                box-sizing: border-box;
                font-size: 26rpx;
                font-size: 30rpx;
                color: #555;
                padding-right: 20rpx;
    
                text {
                    color: #999;
                    font-size: 26rpx;
                    font-size: 30rpx;
                }
            }