#
whycq
2024-05-13 a9168c120bf7928548e50b2ca16149b47088eb05
#
1个文件已修改
11 ■■■■ 已修改文件
pages/phyz/bcp/bcpDbList.vue 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpDbList.vue
@@ -40,7 +40,7 @@
            </view>
            <view class="list-right" @click="checkboxChange(orderDetl)">
                <label >
                    <checkbox :value="orderDetl.orderNo" :checked="orderDetl.checked" style="transform:scale(0.7)" /><text></text>
                    <checkbox :value="orderDetl.orderNo" :checked="orderDetl.checked" v-show="orderDetl.locSts == 'F'" style="transform:scale(0.7)" /><text></text>
                </label>
            </view>
        </view>
@@ -207,7 +207,11 @@
                if (e.checked) {
                    this.$set(e,'checked',false)
                } else {
                    this.$set(e,'checked',true)
                    if (e.locSts != "F") {
                        this.$set(e,'checked',false)
                    } else {
                        this.$set(e,'checked',true)
                    }
                }
                let num = 0
                for (let k of items) {
@@ -243,7 +247,8 @@
                }
                for (let item of this.dataList) {
                    if (this.allCheck) {
                        if (item.anfme == item.qty) {
                        // if (item.locSts == "F")
                        if (item.locSts != "F") {
                            this.$set(item,'checked',false)
                        } else {
                            this.$set(item,'checked',true)