Explorar o código

前端: 信息变更相关样式调整,页面跳转

baichengfei %!s(int64=5) %!d(string=hai) anos
pai
achega
b51ef6a80c

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/_opera/operation.vue

@@ -818,7 +818,7 @@
         </el-table-column>
       </el-table>
     </el-dialog>
-    <el-dialog title="提交申请" :close-on-click-modal="false" :visible.sync="commitshow" width="360px">
+    <el-dialog title="提交申请" :close-on-click-modal="false" :visible.sync="commitshow" width="450px">
       <el-form label-width="90px" :model="entityForm" ref="EntityFormref">
         <el-row>
           <el-col :span="24">
@@ -2673,7 +2673,7 @@
           if (res.data.code === 0) {
             // 保存成功后,初始化数据,变成修改
             this.initDatas()
-            this.$router.push('/')
+            this.$router.push('/oilsupplier/infochangech')
             this.commitshow = false
             this.butnab = true
             this.$message({

+ 5 - 5
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/index.vue

@@ -1,14 +1,14 @@
 <template>
   <div>
     <div v-if="IsCompanyUser == 0 || (IsCompanyUser == 1 && suplen > 0)">
-      <el-breadcrumb class="heading">
+      <el-breadcrumb class="heading" style="padding-bottom: 10px">
         <el-breadcrumb-item :to="{ path: '/' }">平台首页</el-breadcrumb-item>
-        <el-breadcrumb-item :to="{ path: '/oilsupplier/infochange' }">企业信息表</el-breadcrumb-item>
+        <el-breadcrumb-item :to="{ path: '/oilsupplier/infochange' }">&nbsp;信息资质变更</el-breadcrumb-item>
       </el-breadcrumb>
       <el-card class="box-card" style="height: calc(100vh - 115px);">
         <div slot="header">
           <span>
-            <i class="icon icon-table2"></i> 企业信息
+            <i class="icon icon-table2"></i> &nbsp;信息资质变更列
           </span>
 
           <el-form ref="form" :inline="true" style="float: right; margin-top: -10px">
@@ -17,7 +17,7 @@
                 start-placeholder="生成日期" end-placeholder="结束日期"></el-date-picker>
             </el-form-item>
             <el-form-item label="企业名称">
-              <el-input size="mini" v-model="searchForm.SupplierName" style="width:100%" placeholder="请输入"></el-input>
+              <el-input size="mini" v-model="searchForm.SupplierName" clearable style="width:100%" placeholder="请输入企业名称"></el-input>
             </el-form-item>
             <!-- <el-form-item label="准入类别">
               <el-select size="mini" style="width:100px" v-model="searchForm.SupplierTypeName" placeholder="准入类别">
@@ -80,7 +80,7 @@
             </template>
           </el-table-column>
         </el-table>
-        <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+        <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
           :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper"
           :total="currentItemCount">
         </el-pagination>

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/infoaudit.vue

@@ -1,13 +1,13 @@
 <template>
   <div>
-    <el-breadcrumb class="heading">
+    <el-breadcrumb class="heading" style="padding-bottom: 10px">
       <el-breadcrumb-item :to="{ path: '/' }">平台首页</el-breadcrumb-item>
       <el-breadcrumb-item :to="{ path: '/oilsupplier/infoaudit' }">信息变更审核表</el-breadcrumb-item>
     </el-breadcrumb>
     <el-card class="box-card" style="height: calc(100vh - 115px);position:relative">
       <div slot="header">
         <span>
-          <i class="icon icon-table2"></i> 信息变更审核表
+          <i class="icon icon-table2"></i> &nbsp;信息变更审核表
         </span>
         <!-- <span style="float: right;">
           <el-button type="primary" size="mini" style="margin-left:10px; margin-top: -4px;" @click="addaudit">添加