#
whycq
2024-09-09 3af32c3f5e5680debad21b246c48fabdc06b72db
#
1个文件已修改
4 ■■■■ 已修改文件
pages/phyz/processOrder/orderCheck.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck.vue
@@ -165,11 +165,11 @@
            },
            combConfirm(item) {
                let _this = this
                _this.combDis = true
                if (_this.data.anfme == 0) {
                if (item.anfme == 0) {
                    uni.showToast({ title: '出库数量不能为0!', icon: "error", position: 'top'})
                    return
                }
                _this.combDis = true
                uni.showLoading({})
                let combList = []
                combList.push(item)