|
@@ -138,7 +138,7 @@
|
|
|
:total="customer.total">
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
- <el-input slot="reference" :readonly="true" v-model="form.enterprisename" autocomplete="off" placeholder="请选择客户" @input="selectCustomer"></el-input>
|
|
|
+ <el-input slot="reference" :readonly="true" v-model="form.enterprisename" autocomplete="off" placeholder="请选择客户" :disabled="form.sa_projectid === ''" @input="selectCustomer"></el-input>
|
|
|
</el-popover>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -315,7 +315,7 @@
|
|
|
:total="contacts.total">
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
- <el-input slot="reference" :readonly="true" v-model="form.contactsname" autocomplete="off" placeholder="请选择联系人" @input="selectContacts"></el-input>
|
|
|
+ <el-input slot="reference" :readonly="true" v-model="form.contactsname" autocomplete="off" placeholder="请选择联系人" :disabled="form.sys_enterpriseid === ''" @input="selectContacts"></el-input>
|
|
|
</el-popover>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
@@ -652,7 +652,7 @@ export default {
|
|
|
this.tool.showMessage(res,() => {
|
|
|
this.$store.commit('setLoading',false)
|
|
|
this.drawer = false
|
|
|
- this.changeData(this.productObj)
|
|
|
+ /* this.changeData(this.productObj)*/
|
|
|
|
|
|
})
|
|
|
})
|