1
chenhaozhe
2025-11-14 346f95358c235aece0e226dd5e933323a5d416f0
1
1个文件已修改
8 ■■■■■ 已修改文件
pages/ZLGL/shoujianjianyan/firstCheckBill.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shoujianjianyan/firstCheckBill.vue
@@ -39,8 +39,8 @@
                    <view class="form-item">
                        <view class="left">源单单号</view>
                        <view class="right" :class="!hasSourceBill?'':'disabled'">
                            <input type="text" :disabled="hasSourceBill" placeholder="请输入或扫描源单号" v-model="hform.HSourceBillNo"
                                @confirm="getSourceBillInfo(hform.HSourceBillNo)" />
                            <input type="text" :disabled="hasSourceBill" placeholder="请输入或扫描源单号"
                                v-model="hform.HSourceBillNo" @confirm="getSourceBillInfo(hform.HSourceBillNo)" />
                        </view>
                        <view class="icon-wrapper-big">
                            <uni-icons class="right-icon" type="scan" style="
@@ -235,6 +235,7 @@
                        </view>
                    </view>
                </view>
            </view>
        </view>
        <!-- 子表区域 -->
@@ -1703,7 +1704,8 @@
                try {
                    console.log('this.$refs: ',this.$refs);
                    // 检查是否有未切换的检验值模块(是否包含set_SaveValue方法),如果有,则运行一次保存检验值的方法,根据检验值是否保存成功再执行下一步
                    if (typeof this.$refs.InspectValueModules != "undefined" && this.$refs.InspectValueModules.length > 0) {
                    if (typeof this.$refs.InspectValueModules != "undefined" && this.$refs.InspectValueModules
                        .length > 0) {
                        // 加载有检验值模块
                        await this.$refs.InspectValueModules[0].set_SaveValue();
                        this.InspectValues[0] = this.$refs.InspectValueModules[0].InSpectValues;