|
@@ -59,7 +59,6 @@
|
|
|
@click.native="handOpportunity"
|
|
@click.native="handOpportunity"
|
|
|
readonly
|
|
readonly
|
|
|
@clear="clearContrcat"
|
|
@clear="clearContrcat"
|
|
|
-
|
|
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
/>
|
|
/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -86,7 +85,7 @@
|
|
|
<el-input
|
|
<el-input
|
|
|
clearable
|
|
clearable
|
|
|
v-model="form.projectName"
|
|
v-model="form.projectName"
|
|
|
- @change="form.relationName=form.projectName"
|
|
|
|
|
|
|
+ @change="form.relationName = form.projectName"
|
|
|
@clear="clearContrcat('project')"
|
|
@clear="clearContrcat('project')"
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
style="width: calc(100% - 80px)"
|
|
style="width: calc(100% - 80px)"
|
|
@@ -141,7 +140,7 @@
|
|
|
>
|
|
>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item prop="orderFiles" label="订单附件">
|
|
<el-form-item prop="orderFiles" label="订单附件">
|
|
|
- <fileMain v-model="form.orderFiles" ></fileMain>
|
|
|
|
|
|
|
+ <fileMain v-model="form.orderFiles"></fileMain>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
@@ -1208,7 +1207,7 @@
|
|
|
projectCode: obj.code,
|
|
projectCode: obj.code,
|
|
|
relationName: obj.name,
|
|
relationName: obj.name,
|
|
|
relationId: obj.id,
|
|
relationId: obj.id,
|
|
|
- relationCode: obj.code
|
|
|
|
|
|
|
+ relationCode: obj.code
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
if (obj.contractId) {
|
|
if (obj.contractId) {
|
|
@@ -1278,6 +1277,9 @@
|
|
|
await this.getEnterprisePage();
|
|
await this.getEnterprisePage();
|
|
|
}
|
|
}
|
|
|
this.visible = true;
|
|
this.visible = true;
|
|
|
|
|
+
|
|
|
|
|
+ x;
|
|
|
|
|
+
|
|
|
if (type == 'add') {
|
|
if (type == 'add') {
|
|
|
this.isUpdate = false;
|
|
this.isUpdate = false;
|
|
|
if (this.enterprisePage.length > 0) {
|
|
if (this.enterprisePage.length > 0) {
|
|
@@ -1300,6 +1302,7 @@
|
|
|
//宝悦默认值
|
|
//宝悦默认值
|
|
|
if (this.clientEnvironmentId == 4) {
|
|
if (this.clientEnvironmentId == 4) {
|
|
|
this.form.needProduce = 4;
|
|
this.form.needProduce = 4;
|
|
|
|
|
+ this.form.relationType = 4;
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
this.isUpdate = true;
|
|
this.isUpdate = true;
|