haoxuan
2024-04-25 a90640403fec7645493fb39c26ae95c985392c8a
新建出库页面的出库位置样式调整
1个文件已修改
8 ■■■■ 已修改文件
src/views/overview/AddOverviewDialog.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/overview/AddOverviewDialog.vue
@@ -1333,6 +1333,7 @@
          {
            label: "从",
            prop: "fromLocationId",
            min:120,
            sonLocation: true,
            isRequird: true,
          },
@@ -1361,6 +1362,7 @@
            label: "从",
            prop: "fromLocationId",
            sonLocation: true,
            min:120,
            isRequird: true,
          },
          {
@@ -1393,6 +1395,7 @@
          {
            label: "从",
            prop: "fromLocationId",
            min:120,
            sonLocation: true,
            isRequird: true,
          },
@@ -1420,6 +1423,7 @@
          {
            label: "从",
            prop: "fromLocationId",
            min:120,
            sonLocation: true,
            isRequird: true,
          },
@@ -1661,7 +1665,7 @@
      if (this.workType == "内部调拨"||this.workType==3) {
        this.tableColumn = [
          { label: "产品", prop: "name", productName: true, isRequird: true },
          { label: "从", prop: "number", select: true },
          { label: "从", prop: "number", select: true,min:120,},
          { label: "至", prop: "amount", select: true },
          { label: "完成", prop: "total", inputFloat: true },
          { label: "计量单位", prop: "total", select: true },
@@ -1669,7 +1673,7 @@
      } else {
        this.tableColumn = [
          { label: "产品", prop: "name", productName: true, isRequird: true },
          { label: "从", prop: "number", select: true },
          { label: "从", prop: "number", select: true , min:120,},
          { label: "完成", prop: "total", inputFloat: true },
          { label: "计量单位", prop: "total", select: true },
        ];