zss
2023-12-11 c880739ec4cd5ede33b31eb98ad5f7628ea288e5
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('入库成功')