zouyu
2023-12-13 bcc5d976bd9de8177d6232fdafa768e588ab93da
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('入库成功')