|
|
@@ -125,7 +125,7 @@
|
|
|
></el-option>
|
|
|
</el-select> -->
|
|
|
<selectTree
|
|
|
- ref="tree"
|
|
|
+ ref="trees"
|
|
|
class="form-ipt"
|
|
|
:isBindPlan="
|
|
|
!!(warehousingMaterialList && warehousingMaterialList.length)
|
|
|
@@ -627,6 +627,10 @@
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
eomSuccess(row) {
|
|
|
+ console.log(row);
|
|
|
+ this.formData.extInfo.assetType = row.tableData[0].productId;
|
|
|
+ this.$refs.trees.valueTitle = row.tableData[0].productName;
|
|
|
+ this.title = row.tableData[0].productName;
|
|
|
this.formData.documentSource = row.orderNo;
|
|
|
this.onSelectTableData(row.tableData, 1);
|
|
|
this.$forceUpdate();
|
|
|
@@ -1095,6 +1099,7 @@
|
|
|
if (this.formData.extInfo.assetType == 7) {
|
|
|
this.formData.extInfo.documentSource = '';
|
|
|
}
|
|
|
+ this.formData.documentSource = '';
|
|
|
},
|
|
|
getSupplier() {
|
|
|
return new Promise((resolve, reject) => {
|