ソースを参照

前后:所有表格企业名称列展示完整

dubch 4 年 前
コミット
5ede292784
38 ファイル変更65 行追加70 行削除
  1. 3 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/annualaudit.go
  2. 3 1
      src/dashoo.cn/backend/api/controllers/oilsupplier/suppliercertappend.go
  3. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilbank/icbclist.vue
  4. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis-year/index.vue
  5. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis/index.vue
  6. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods-year/index.vue
  7. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods/index.vue
  8. 3 3
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-import/index.vue
  9. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-select/index.vue
  10. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service-year/index.vue
  11. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service/index.vue
  12. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/basicindex.vue
  13. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/goodsindex.vue
  14. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/index.vue
  15. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/techindex.vue
  16. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/companyaudit/index.vue
  17. 3 3
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/index.vue
  18. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/income.vue
  19. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/index.vue
  20. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogselect/income.vue
  21. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogselect/index.vue
  22. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/icbclist.vue
  23. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/index.vue
  24. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/paymented.vue
  25. 1 1
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentselect/index.vue
  26. 4 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/basislist.vue
  27. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/goodslist.vue
  28. 4 4
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/index.vue
  29. 4 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/techlist.vue
  30. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/basislist.vue
  31. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/goodslist.vue
  32. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/index.vue
  33. 1 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/techlist.vue
  34. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/basislist.vue
  35. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue
  36. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/index.vue
  37. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/techlist.vue
  38. 1 1
      src/dashoo.cn/frontend_web/src/pages/select/badrecordselect/index.vue

+ 3 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/annualaudit.go

@@ -75,6 +75,9 @@ func (this *AnnualAuditController) GetEntityList() {
 			asc = true
 		}
 	}
+	if orderby == "SupplierName" {
+		orderby = "a.SupplierName"
+	}
 	SupplierTypeName := this.GetString("SupplierTypeName")
 	RecUnitId := this.GetString("RecUnitId")
 	AccessCardNo := this.GetString("AccessCardNo")

+ 3 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/suppliercertappend.go

@@ -68,7 +68,9 @@ func (this *OilSupplierCertAppendController) GetList() {
 			asc = true
 		}
 	}
-
+	if orderby == "SupplierName" {
+		orderby = "a.SupplierName"
+	}
 	ApplyDate := this.GetString("ApplyDate")
 	RecUnitId := this.GetString("RecUnitId")
 	RecUnitName := this.GetString("RecUnitName")

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilbank/icbclist.vue

@@ -40,7 +40,7 @@
     <el-card class="box-card" style="height: calc(100vh - 115px);">
       <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" v-loading="tableLoading">
 
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="120" align="center" prop="SupplierName" label="企业名称"></el-table-column>
         <!--<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>-->
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="交费类型">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis-year/index.vue

@@ -67,7 +67,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" width="130" align="center" label="承包商名称"></el-table-column>
+        <el-table-column sortable prop="SupplierName" header-align="center" width="250" align="center" label="承包商名称"></el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="Score" header-align="center" label="评价得分(100分)" width="140" align="center"></el-table-column>
 
         <!-- <el-table-column sortable show-overflow-tooltip label="法人资格和相应的资质证明文件应满足要求且持续有效" header-align="center"  :min-width="tableWidth">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis/index.vue

@@ -103,7 +103,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
           <template slot-scope="scope">
             <div>{{ columnFun(scope.row[column.prop], column.prop) }}</div>
           </template>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods-year/index.vue

@@ -65,7 +65,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" min-width="130" align="center" label="供应商名称"></el-table-column>
+        <el-table-column sortable prop="SupplierName" header-align="center" min-width="250" align="center" label="供应商名称"></el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="Score" header-align="center" label="评价得分(100分)" align="center" width="140"></el-table-column>
         <!--<el-table-column sortable show-overflow-tooltip prop="Evaluate" label="评价结果" header-align="center" width="100" align="center">-->
         <!--  <template slot-scope="scope">-->

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods/index.vue

@@ -102,7 +102,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
           <template slot-scope="scope">
             <div>{{ columnFun(scope.row[column.prop], column.prop) }}</div>
           </template>

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-import/index.vue

@@ -110,7 +110,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
           <template slot-scope="scope">
             <div>{{tableFun(column.prop,scope.row[column.prop])}}</div>
           </template>
@@ -397,8 +397,8 @@
               <!--              <el-button size="mini" type="primary" @click="allUpdate(scope.row.ContractClass,scope.row.ClassName,'ContractClass', 0, scope.row.SupplierId)">全部修改</el-button>-->
             </template>
           </el-table-column>
-          <el-table-column  prop="ImportSupplierName"  min-width="250" label="企业名称" align="center" show-overflow-tooltip></el-table-column>
-          <el-table-column  prop="SupplierName"  width="250" label="确认企业名称" align="center" show-overflow-tooltip >
+          <el-table-column  prop="ImportSupplierName"  min-width="250" label="企业名称" align="center"></el-table-column>
+          <el-table-column  prop="SupplierName"  width="250" label="确认企业名称" align="center" >
             <template slot-scope="scope">
               <el-form-item  style="margin-bottom: 0px;" :prop="'tableData.' + scope.$index + '.SupplierId'" :rules="rules.name">
                 <el-select style="width: 100%" size="mini" v-model="scope.row.SupplierId" filterable :ref="'supplierIdSelect'+scope.$index" placeholder="请选择" :disabled="nameDisabled(scope.row.ContractClass)" @change="allUpdate(scope.row.SupplierId,scope.row.ImportSupplierName,'SupplierId',scope.row.Id, scope.row.SupplierId)">

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-select/index.vue

@@ -77,7 +77,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
           <template slot-scope="scope">
             <div>{{ columnFun(scope.row[column.prop], column.prop) }}</div>
           </template>
@@ -414,7 +414,7 @@ export default {
         {
           prop: 'SupplierName',
           label: '企业名称',
-          width: 100,
+          width: 250,
           sort: true
         },
         {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service-year/index.vue

@@ -67,7 +67,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" min-width="100" align="center" label="服务商名称"></el-table-column>
+        <el-table-column sortable prop="SupplierName" header-align="center" min-width="250" align="center" label="服务商名称"></el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="Score" header-align="center" label="评价得分(100分)" width="140" align="center"></el-table-column>
         <!--<el-table-column sortable show-overflow-tooltip prop="Evaluate" align="center" label="评价结果" header-align="center" width="100" >-->
         <!--  <template slot-scope="scope">-->

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service/index.vue

@@ -103,7 +103,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="240" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop == 'SupplierName' || column.prop == 'SecondUnitName' || column.prop == 'ContractName' || column.prop == 'ContractNo'" :prop="column.prop" sortable :min-width="250" :label="column.label" align="center">
           <template slot-scope="scope">
             <div>{{ columnFun(scope.row[column.prop], column.prop) }}</div>
           </template>

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/basicindex.vue

@@ -99,8 +99,7 @@
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="130" align="center"
-            show-overflow-tooltip>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center">
           </el-table-column>
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/goodsindex.vue

@@ -99,8 +99,7 @@
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="130" align="center"
-            show-overflow-tooltip>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center">
           </el-table-column>
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/index.vue

@@ -98,8 +98,7 @@
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="130" align="center"
-            show-overflow-tooltip>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center">
           </el-table-column>
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->

+ 1 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/techindex.vue

@@ -99,8 +99,7 @@
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="130" align="center"
-            show-overflow-tooltip>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center">
           </el-table-column>
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/companyaudit/index.vue

@@ -113,8 +113,8 @@
             <el-table-column prop="SupplierName"
                              label="公司名称"
                              align="center"
-                             header-align="center"
-                             show-overflow-tooltip></el-table-column>
+                             width="250"
+                             header-align="center"></el-table-column>
             <el-table-column prop="CommercialNo"
                              label="统一社会信用代码"
                              align="center"

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

@@ -75,7 +75,7 @@
             </template>
           </el-table-column>
           <el-table-column v-for="column in tableColumns" :key="column.Id" :prop="column.prop" sortable
-            :label="column.label" align="center" show-overflow-tooltip>
+            :label="column.label" align="center">
           </el-table-column>
 
           <el-table-column prop="ConmmitTime" sortable width="110" label="申请日期" align="center"
@@ -263,7 +263,7 @@
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 100,
+            width: 300,
             sort: true
           },
 
@@ -318,7 +318,7 @@
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 160,
+            width: 180,
             sort: true
           }
 

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/income.vue

@@ -57,7 +57,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable min-width="250" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="250" align="center" prop="CompanyName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="400" align="left" prop="Business" label="业务范围"></el-table-column>
         <el-table-column sortable width="100" align="center" prop="ValidityTo" label="有效期至">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/index.vue

@@ -59,7 +59,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable width="250" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
+        <el-table-column sortable width="250" align="center" prop="CompanyName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="400" align="left" prop="Business" label="业务范围"></el-table-column>
         <el-table-column sortable width="100" prop="ValidityTo" align="center" show-overflow-tooltip label="有效期至">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogselect/income.vue

@@ -50,7 +50,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable min-width="250" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="250" align="center" prop="CompanyName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="400" align="left" prop="Business" label="业务范围"></el-table-column>
         <el-table-column sortable min-width="100" align="center" prop="ValidityTo" label="有效期至">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogselect/index.vue

@@ -55,7 +55,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable width="250" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
+        <el-table-column sortable width="250" align="center" prop="CompanyName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="400" align="left" prop="Business" label="业务范围"></el-table-column>
         <el-table-column sortable width="125" prop="ValidityTo" align="center" show-overflow-tooltip label="有效期至">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/icbclist.vue

@@ -46,7 +46,7 @@
     <el-card class="box-card" style="height: calc(100vh - 115px);">
       <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
 
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="120" align="center" prop="SupplierName" label="企业名称"></el-table-column>
         <!--<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>-->
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="交费类型">
           <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/index.vue

@@ -62,7 +62,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="250" align="center" prop="SupplierName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="CommercialNo" label="组织机构代码"></el-table-column>
         <el-table-column sortable width="110" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>
         <el-table-column sortable width="130" align="center" show-overflow-tooltip prop="PayType" label="交费类型">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/paymented.vue

@@ -51,7 +51,7 @@
             <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
           </template>
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
+        <el-table-column sortable min-width="250" align="center" prop="SupplierName" label="企业名称"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="CommercialNo" label="组织机构代码"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="交费类型">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentselect/index.vue

@@ -42,7 +42,7 @@
           <el-table :data="entityList" size="mini" v-loading="loading" stripe highlight-current-row height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
 
             <el-table-column sortable width="110" align="center" show-overflow-tooltip prop="AccessCardNo" label="准入编码"></el-table-column>
-            <el-table-column sortable align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
+            <el-table-column sortable align="center" width="250" prop="SupplierName" label="企业名称"></el-table-column>
             <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="SupplierTypeName" label="准入类别"></el-table-column>
 
             <el-table-column width="300" align="center" show-overflow-tooltip label="款项类别">

+ 4 - 5
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/basislist.vue

@@ -167,8 +167,7 @@
                          sortable
                          :width="column.width"
                          :label="column.label"
-                         align="center"
-                         show-overflow-tooltip>
+                         align="center">
           <template slot-scope="scope">
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -561,7 +560,7 @@ export default {
         {
           prop: 'SupplierName',
           label: '企业名称',
-          width: 200,
+          width: 250,
           sort: true
         },
         {
@@ -623,7 +622,7 @@ export default {
         {
           prop: 'CommercialNo',
           label: '工商注册号',
-          width: 160,
+          width: 180,
           sort: true
         },
 
@@ -651,7 +650,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 160,
+          width: 200,
           sort: true
         },
 

+ 5 - 5
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/goodslist.vue

@@ -64,6 +64,7 @@
                 border
                 height="calc(100vh - 243px)"
                 style="width: 100%"
+                :stripe="true"
                 @sort-change="orderby"
                 size="mini"
                 v-loading="tableLoading"
@@ -166,8 +167,7 @@
                          sortable
                          :width="column.width"
                          :label="column.label"
-                         align="center"
-                         show-overflow-tooltip>
+                         align="center">
           <template slot-scope="scope">
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -564,7 +564,7 @@ export default {
         {
           prop: 'SupplierName',
           label: '企业名称',
-          width: 200,
+          width: 250,
           sort: true
         },
         {
@@ -626,7 +626,7 @@ export default {
         {
           prop: 'CommercialNo',
           label: '工商注册号',
-          width: 160,
+          width: 180,
           sort: true
         },
 
@@ -654,7 +654,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 160,
+          width: 200,
           sort: true
         },
 

+ 4 - 4
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/index.vue

@@ -106,7 +106,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         :prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
+                         :prop="column.prop" sortable :width="column.width" :label="column.label" align="center">
           <template slot-scope="scope" >
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -613,7 +613,7 @@
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 200,
+            width: 250,
             sort: true
           },
           {
@@ -675,7 +675,7 @@
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 160,
+            width: 180,
             sort: true
           },
 
@@ -703,7 +703,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 160,
+            width: 200,
             sort: true
           },
 

+ 4 - 5
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/techlist.vue

@@ -167,8 +167,7 @@
                          sortable
                          :width="column.width"
                          :label="column.label"
-                         align="center"
-                         show-overflow-tooltip>
+                         align="center">
           <template slot-scope="scope">
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -566,7 +565,7 @@ export default {
         {
           prop: 'SupplierName',
           label: '企业名称',
-          width: 200,
+          width: 250,
           sort: true
         },
         {
@@ -628,7 +627,7 @@ export default {
         {
           prop: 'CommercialNo',
           label: '工商注册号',
-          width: 160,
+          width: 180,
           sort: true
         },
 
@@ -656,7 +655,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 160,
+          width: 200,
           sort: true
         },
 

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

@@ -87,8 +87,7 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
-            show-overflow-tooltip></el-table-column>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center"></el-table-column>
           <!-- <el-table-column prop="RecUnitId" label="推荐单位编码" sortable min-width="130" align="center" show-overflow-tooltip></el-table-column> -->
           <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">

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

@@ -87,8 +87,7 @@
 
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
-            show-overflow-tooltip></el-table-column>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center"></el-table-column>
           <!-- <el-table-column prop="RecUnitId" label="推荐单位编码" sortable min-width="130" align="center" show-overflow-tooltip></el-table-column> -->
           <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">

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

@@ -89,8 +89,7 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
-                           show-overflow-tooltip></el-table-column>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center"></el-table-column>
           <!-- <el-table-column prop="RecUnitId" label="推荐单位编码" sortable min-width="130" align="center" show-overflow-tooltip></el-table-column> -->
           <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">

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

@@ -88,8 +88,7 @@
 
             </template>
           </el-table-column>
-          <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
-            show-overflow-tooltip></el-table-column>
+          <el-table-column prop="SupplierName" label="企业名称" sortable min-width="250" align="center"></el-table-column>
           <!-- <el-table-column prop="RecUnitId" label="推荐单位编码" sortable min-width="130" align="center" show-overflow-tooltip></el-table-column> -->
           <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">

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

@@ -75,7 +75,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center">
           <template slot-scope="scope" >
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -414,7 +414,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 200,
+            width: 250,
             sort: true
           },
           {

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

@@ -76,7 +76,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center">
           <template slot-scope="scope" >
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -443,7 +443,7 @@
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 200,
+            width: 250,
             sort: true
           },
           {

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/index.vue

@@ -79,7 +79,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         :prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
+                         :prop="column.prop" sortable :width="column.width" :label="column.label" align="center">
           <template slot-scope="scope" >
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -406,7 +406,7 @@
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 200,
+            width: 250,
             sort: true
           },
           {

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

@@ -75,7 +75,7 @@
           </template>
         </el-table-column>
         <el-table-column v-for="column in tableColumns" :key="column.Id"
-                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
+                         v-if="column.prop != 'CreateOn'" :prop="column.prop" sortable :width="column.width" :label="column.label" align="center">
           <template slot-scope="scope" >
             <span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
             <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
@@ -414,7 +414,7 @@
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 200,
+            width: 250,
             sort: true
           },
           {

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/select/badrecordselect/index.vue

@@ -86,7 +86,7 @@
         <el-table-column label="企业名称"
                          prop="Companyname"
                          align="center"
-                         show-tooltip-when-overflow></el-table-column>
+                         width="250"></el-table-column>
         <el-table-column label="物资类状态"
                          align="center"
                          width="100px">