@@ -178,7 +178,7 @@ func (s *OilSupplierSession) GetUpdateCols(oilSupplierCertTableName string, supp
"ConstructTeam",
"CommercialNo",
"OrganCode",
-
+ "HseTraining",
"QualitySystemCert",
"ProductQualityCert",
"MaunLicense",
@@ -335,7 +335,7 @@
<el-col :span="8">
<el-form-item label="HSE审查培训">
<!--<el-input v-model="formData.HseTraining" placeholder="请输入" style="width: 100%"></el-input>-->
- <el-select v-model="formData.HseTraining" :disabled="!canUpdateSupplier" placeholder="请选择"
+ <el-select v-model="formData.HseTraining" :disabled="this.formData.Status > '0'" placeholder="请选择"
style="width: 100%;">
<el-option v-for="item in HSEOptions" :key="item.value" :label="item.label" :value="item.value"
style="width: 100%">
@@ -370,7 +370,7 @@
plain
size="mini"
@click="nextTab"
- v-if="parseInt(activeName) < totalTab">下一步{{activeName}}</el-button>
+ v-if="parseInt(activeName) < totalTab">下一步</el-button>
<el-button type="primary"
@click="nextStep()"