|
|
@@ -141,7 +141,7 @@
|
|
|
<el-form-item label="级别" prop="Grade">
|
|
|
<el-select v-model="formData.Grade"
|
|
|
placeholder="请选择级别"
|
|
|
- :disabled="(this.formData.Status > '0'&&!appendStatus) || this.formData.InStyle =='3'"
|
|
|
+ :disabled="(this.formData.Status > '0'&&!appendStatus) || this.formData.InStyle =='3' || this.formData.InStyle =='2'"
|
|
|
style="width: 100%"
|
|
|
@change="GradeChange">
|
|
|
<el-option
|
|
|
@@ -1433,11 +1433,11 @@ export default {
|
|
|
GradeChange (val) {
|
|
|
if (val === '1') {
|
|
|
this.formData.MgrUnit = '中油集团公司'
|
|
|
- this.formData.InStyle = '2'
|
|
|
+ // this.formData.InStyle = '2'
|
|
|
} else {
|
|
|
this.formData.MgrUnit = ''
|
|
|
this.formData.PACNumber = ''
|
|
|
- this.formData.InStyle = '1'
|
|
|
+ // this.formData.InStyle = '1'
|
|
|
}
|
|
|
},
|
|
|
InStyleChange (val) {
|