zuozhengqing
2023-10-21 809a043745ecf5d8986998ea30933e019f4f4f4d
src/views/operate/inventoryAdjustment/index.vue
@@ -102,7 +102,7 @@
        selectBox: false,
        selectIndex: true,
        tableColumn: [
          { label: "位置", prop: "locationName", location: false },
          { label: "位置", prop: "locationName", location: true },
          { label: "产品", prop: "productName", product: true },
          { label: "在库数量", prop: "amount" },
          { label: "计量单位", prop: "unit" },
@@ -216,7 +216,6 @@
    },
    // 取消
    discardBtnClick() {
      console.log(this.tableList.tableData,"看看")
      this.tableList.tableData.forEach((item)=>{
        item.differenceAmount=0;
        item.adjustAmount=0
@@ -276,7 +275,6 @@
    },
    // 行点击
    tableRowClick(row, rowIndex) {
      console.log(row,"kankna")
      this.locationId=row.locationId
      this.rowIndex = rowIndex
      this.isSel()