@@ -61,7 +61,7 @@
type="primary"
icon="el-icon-plus"
class="ele-btn-icon"
- @click="showAdd"
+ @click="saleAdd"
>
添加销售订单
</el-button>
@@ -71,7 +71,7 @@
- @click=""
+ @click="produceAdd"
添加生产计划
@@ -644,12 +644,14 @@
this.$refs.table.reload();
},
- showAdd() {
+ saleAdd() {
this.tableData = this.$refs.table.getData();
this.$refs.saleOrderRef.open(this.tableData);
+ produceAdd() {},
+
chooseOrder(list) {
let salesOrderIds = [];
list.map((m) => {