zouyu
2023-12-13 ffbcb7980d8d196c6df1146a7018351c8096e971
src/views/warehouse/changestock/index.vue
@@ -543,7 +543,6 @@
            for (let i = 0; i < this.dataForm.dataList.length; i++) {
              this.dataForm.dataList[i].synIfs = true
            }
            console.log(this.dataForm.dataList)
            checkWdr(this.dataForm.dataList).then((res1) => {
              addStockNumber(this.dataForm.dataList).then((res) => {
                this.$message.success('入库成功')