2
3
Quellcode durchsuchen

bug修改

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing vor 6 Jahren
Ursprung
Commit
da577d7f54

+ 2 - 0
src/dashoo.cn/backend/api/business/oilsupplier/supplier/oilsupplierSession.go

@@ -205,6 +205,8 @@ func (s *OilSupplierSession) GetUpdateCols(oilSupplierCertTableName string, supp
 			"DesignerTotal",
 			"SkillerTotal",
 			"Remark",
+			"PACNumber",
+			"SpecTypeCode",
 		}
 	}
 	return cols

+ 1 - 1
src/dashoo.cn/frontend_web/src/components/oilsupplier/techinfo.vue

@@ -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>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/basisedit.vue

@@ -457,8 +457,8 @@
           LinkHouseNo: '',
           LinkZipCode: '',
           QualitySystemCert: '',
-          ProductQualityCert: '',
-          MaunLicense: '',
+          // ProductQualityCert: '',
+          // MaunLicense: '',
           QualifCert: '',
           QualifCertLevel: '',
           SafetyLicense: '',

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/_opera/techedit.vue

@@ -452,8 +452,8 @@
           LinkHouseNo: '',
           LinkZipCode: '',
           QualitySystemCert: '',
-          ProductQualityCert: '',
-          MaunLicense: '',
+          // ProductQualityCert: '',
+          // MaunLicense: '',
           QualifCert: '',
           QualifCertLevel: '',
           SafetyLicense: '',