Signed-off-by: lijunqing <lijunqing@dashoo.cn>
@@ -205,6 +205,8 @@ func (s *OilSupplierSession) GetUpdateCols(oilSupplierCertTableName string, supp
"DesignerTotal",
"SkillerTotal",
"Remark",
+ "PACNumber",
+ "SpecTypeCode",
}
return cols
@@ -38,7 +38,7 @@
<el-col :span="8">
<el-form-item label="单位关系">
<el-select ref="SpecType" v-model="formData.SpecTypeCode" @change="currentSel"
- placeholder="请选择" style="width: 100%" :disabled="!canUpdateSupplier">
+ placeholder="请选择" style="width: 100%" :disabled="this.formData.Status > '0'">
<el-option v-for="item in UnitRelationOptions" :key="item.Id" :label="item.Key"
:value="item.Value">
</el-option>
@@ -457,8 +457,8 @@
LinkHouseNo: '',
LinkZipCode: '',
QualitySystemCert: '',
- ProductQualityCert: '',
- MaunLicense: '',
+ // ProductQualityCert: '',
+ // MaunLicense: '',
QualifCert: '',
QualifCertLevel: '',
SafetyLicense: '',
@@ -452,8 +452,8 @@