huahaiyan před 6 roky
rodič
revize
ddb104ae1e

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/addtionaudit/techlist.vue

@@ -54,7 +54,7 @@
         </el-table-column> -->
         <el-table-column prop="Status" label="状态标识" sortable min-width="130" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
+            <!-- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="初审未通过" type="error">
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
@@ -62,7 +62,7 @@
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="专业审核未通过" type="error">
-            </el-alert>
+            </el-alert> -->
             <el-alert v-if="scope.row.Status=='-1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="审核未通过" type="error">
             </el-alert>

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/basisdataopera.vue

@@ -583,6 +583,7 @@
               _this.dialogFormData.SupplierCertId = _this.formData.SupplierCertId
               _this.dialogFormData.SupplierCertAppendId = parseInt(_this.dialogFormData.SupplierCertAppendId)
               _this.addSortAppend()
+              _this.getEntityById()
             }
             if (_this.dialogTitle == '编辑') {
               let arr = []
@@ -596,6 +597,7 @@
                   _this.dialogVisible = false
                   //更新列表
                   this.getSortList()
+                  this.getEntityById()
                 } else {
                   this.$message({
                     type: 'warning',

+ 3 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/goodsdataopera.vue

@@ -467,6 +467,7 @@
         let _this = this
         api2.getEntityById(_this.Id, _this.$axios).then(res => {
           _this.formData = res.data
+          console.log("---------_this.formData-----",_this.formData)
           this.backhistroy.certId = _this.Id
           this.backhistroy.workflowId = _this.formData.WorkFlowId
           //显示原推荐单位
@@ -643,6 +644,7 @@
               _this.dialogFormData.SupplierCertId = _this.formData.SupplierCertId
               _this.dialogFormData.SupplierCertAppendId = parseInt(_this.dialogFormData.SupplierCertAppendId)
               _this.addSortAppend()
+              _this.getEntityById()
             }
             if (_this.dialogTitle == '编辑') {
               let arr = []
@@ -658,6 +660,7 @@
                   _this.dialogVisible = false
                   //更新列表
                   this.getSortList()
+                  this.getEntityById()
                 } else {
                   this.$message({
                     type: 'warning',

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/_opera/techdataopera.vue

@@ -577,6 +577,7 @@
               _this.dialogFormData.SupplierCertId = _this.formData.SupplierCertId
               _this.dialogFormData.SupplierCertAppendId = parseInt(_this.dialogFormData.SupplierCertAppendId)
               _this.addSortAppend()
+              _this.getEntityById()
             }
             if (_this.dialogTitle == '编辑') {
               let arr = []
@@ -592,6 +593,7 @@
                   _this.dialogVisible = false
                   //更新列表
                   this.getSortList()
+                  this.getEntityById()
                 } else {
                   this.$message({
                     type: 'warning',

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/basislist.vue

@@ -70,7 +70,7 @@
         </el-table-column>
         <el-table-column prop="Status" label="状态标识" sortable min-width="130" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
+            <!-- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="初审未通过" type="error">
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
@@ -78,7 +78,7 @@
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="专业审核未通过" type="error">
-            </el-alert>
+            </el-alert> -->
             <el-alert v-if="scope.row.Status=='-1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="审核未通过" type="error">
             </el-alert>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/goodslist.vue

@@ -69,7 +69,7 @@
         </el-table-column>
         <el-table-column prop="Status" label="状态标识" sortable min-width="130" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
+            <!-- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="初审未通过" type="error">
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
@@ -77,7 +77,7 @@
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="专业审核未通过" type="error">
-            </el-alert>
+            </el-alert> -->
             <el-alert v-if="scope.row.Status=='-1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="审核未通过" type="error">
             </el-alert>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/techlist.vue

@@ -70,7 +70,7 @@
         </el-table-column>
         <el-table-column prop="Status" label="状态标识" sortable min-width="130" align="center" show-overflow-tooltip>
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
+            <!-- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="初审未通过" type="error">
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
@@ -78,7 +78,7 @@
             </el-alert>
             <el-alert v-if="scope.row.AuditIndex=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="专业审核未通过" type="error">
-            </el-alert>
+            </el-alert> -->
             <el-alert v-if="scope.row.Status=='-1'" :closable="false" style="background:rgba(255,255,255,0.2)"
               title="审核未通过" type="error">
             </el-alert>