zuozhengqing
2023-11-15 624dbdf2b7e3dc1bbcb9d6ebe8fd9d2ab36e214a
src/views/productManage/reorderRules/index.vue
@@ -102,7 +102,7 @@
        selectBox: false,
        selectIndex: true,
        tableColumn: [
          { label: "产品", prop: "productName", product: true },
          { label: "产品", prop: "productName", product: true,width:"150px" },
          { label: "位置", prop: "locationName", defaultLocation: true },
          { label: "在库数量", prop: "amount" },
          { label: "预测数量", prop: "prediction" },
@@ -134,7 +134,7 @@
            }
            return {
              ...item,
              productName: { label: item.product.name, value: item.product.id },
              productName:item.product.name,
              locationName: item.location.name,
              isSet: false,
              isEdit: true,
@@ -293,7 +293,7 @@
        this.tableData.map((item, index) => {
          if (index === rowIndex) {
            item.isEdit = false
            item.editable = true
            item.editable = false
            item.isOrder = true
          } else {
            item.isEdit = true