chenhaozhe
2025-08-06 00a363f1ef1e2ded9f7a8e933cd89d863458a3b4
修改工序出站汇报单前保存
2个文件已修改
9 ■■■■ 已修改文件
pages/gongxuOut/form.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/table.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/gongxuOut/form.vue
@@ -16,6 +16,12 @@
                <uni-icons type="scan" style="margin-left: 10rpx;background-color: #3A78FF;padding: 6rpx;color: #fff;border-radius: 100%;" size="20" @click="toScanProcNo"></uni-icons>
            </view>
            <view class="form-item">
                <view class="title">工序编码:</view>
                <view class="right">
                    <input disabled v-model="hform.HProcNumber" />
                </view>
            </view>
            <view class="form-item">
                <view class="title">合格数量:</view>
                <view class="right">
                    <input v-model="hform.HQty" placeholder="请输入合格数量" />
pages/gongxuOut/table.vue
@@ -287,7 +287,7 @@
                return newList
            },
            getList(){
                console.log(this.sWhere)
                this.sWhere += ` and 制单人 like N'%${this.userInfo.HEmpName}'`
                uni.showLoading({
                    title:'加载中...'
                })
@@ -323,6 +323,7 @@
                        })
                    },
                });
                this.sWhere = ``
            },
            //状态
            HStatusChange(e){