|
|
@@ -42,7 +42,7 @@
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="供应商公司名称" prop="checkSelectedSupplier">
|
|
|
- <el-select ref="suppselect" :disabled="formData.Status>0" v-model="supplierOptions" filterable
|
|
|
+ <el-select ref="suppselect" :disabled="formData.Status>0||IsCompanyUser == 1" v-model="supplierOptions" filterable
|
|
|
@change="getInfo" placeholder="请选择供应商公司" style="width: 100%">
|
|
|
<el-option v-for="item in supplierList" :key="item.SupplierId" :label="item.SupplierName"
|
|
|
:value="item.SupplierId">
|
|
|
@@ -471,10 +471,12 @@
|
|
|
dialogSize: 10,
|
|
|
dialogCurrentPage: 1,
|
|
|
dialogCurrentItemCount: 0,
|
|
|
- waituploads: []
|
|
|
+ waituploads: [],
|
|
|
+ IsCompanyUser: '',
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
+ this.IsCompanyUser = this.authUser.Profile.IsCompanyUser
|
|
|
// this.serviceType = this.$route.params.opera //获取服务类型
|
|
|
this.Id = this.$route.query.Id
|
|
|
this.editFlag = this.$route.query.editFlag
|