|
|
@@ -986,6 +986,14 @@
|
|
|
planIds: planIds,
|
|
|
demandType: this.formData.demandType
|
|
|
});
|
|
|
+
|
|
|
+ if (this.$store.state.user.info.clientEnvironmentId == '5') {
|
|
|
+ if (res && res.length > 0) {
|
|
|
+ const firstOrderName = res[0].productName || '';
|
|
|
+ this.formData.name =
|
|
|
+ `${firstOrderName} ${this.formData.name}`.trim();
|
|
|
+ }
|
|
|
+ }
|
|
|
this.renderTable(tableList, res);
|
|
|
},
|
|
|
renderTable(tableList, res) {
|