| | |
| | | showButton: true, |
| | | activeName: "first", |
| | | productTableList: {}, |
| | | tableData: [{ name: "ssss" }], |
| | | tableData: [], |
| | | isNoProduct: false, // 添加明细行时是否有产品未选择 |
| | | showEdit: false, // 是否显示编辑按钮 |
| | | isDelClick: false, // 删除按钮是否可点击 |
| | |
| | | // 进出点击 |
| | | inOutBoundClick() { |
| | | if (this.editConfig.title !== "新建") { |
| | | this.$router.push({ path: "/reportForm/inOutboundDetail", query: { name: "产品名称/出入库明细" } }) |
| | | console.log(this.editConfig.infomation) |
| | | this.$router.push({ |
| | | name: "inOutboundDetail", |
| | | params: { name: this.editConfig.infomation.name, id: this.editConfig.infomation.id } |
| | | }) |
| | | } |
| | | }, |
| | | // 可销售/可采购 |