|
|
@@ -632,10 +632,12 @@
|
|
|
this.$refs.trees.valueTitle = row.tableData[0].productName;
|
|
|
this.title = row.tableData[0].productName;
|
|
|
this.formData.sourceBizNo = row.orderNo;
|
|
|
+ this.formData.sid = row.id;
|
|
|
this.onSelectTableData(row.tableData, 1);
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
pickOrderRow(row) {
|
|
|
+ this.formData.sid = row.id;
|
|
|
row.tableData = [];
|
|
|
this.formData.sourceBizNo = row.code;
|
|
|
for (const key in row.orderInfoList) {
|