ソースを参照

前:表格加固定列宽

MAC 5 年 前
コミット
fc860cc79d
38 ファイル変更410 行追加406 行削除
  1. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/basicindex.vue
  2. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/goodsindex.vue
  3. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/index.vue
  4. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/techindex.vue
  5. 5 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/badrecord/index.vue
  6. 4 0
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/companyaudit/index.vue
  7. 3 3
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochangech/index.vue
  8. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/income.vue
  9. 2 2
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalog/index.vue
  10. 5 5
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/index.vue
  11. 3 3
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/paymented.vue
  12. 6 6
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentselect/index.vue
  13. 7 7
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/professionaudit/index.vue
  14. 27 27
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/basislist.vue
  15. 27 27
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/goodslist.vue
  16. 19 19
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/index.vue
  17. 31 31
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/techlist.vue
  18. 4 4
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/basislist.vue
  19. 4 4
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/goodslist.vue
  20. 4 4
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/index.vue
  21. 4 4
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/techlist.vue
  22. 7 7
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/index.vue
  23. 7 7
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/basislist.vue
  24. 13 14
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/goodslist.vue
  25. 15 16
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/index.vue
  26. 7 7
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/techlist.vue
  27. 11 11
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/basislist.vue
  28. 11 11
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/goodslist.vue
  29. 15 16
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/index.vue
  30. 11 11
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/techlist.vue
  31. 16 16
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/basislist.vue
  32. 16 16
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/goodslist.vue
  33. 17 17
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/index.vue
  34. 16 16
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/techlist.vue
  35. 17 17
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/basislist.vue
  36. 18 18
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue
  37. 17 17
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/index.vue
  38. 19 19
      src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/techlist.vue

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

@@ -43,7 +43,7 @@
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="180" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link
                 :to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/' + (scope.row.SupplierTypeName === '01' ? 'goodsoperation' : (scope.row.SupplierTypeName === '02' ? 'bassicoperation' : 'operation'))+'?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&Status='+scope.row.Status+'&Step='+scope.row.Step+'&annualId='+scope.row.Id">
@@ -84,10 +84,10 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="AccessCardNo" label="准入编码" sortable min-width="110" align="center"
+          <el-table-column prop="AccessCardNo" label="准入编码" sortable width="120" align="center"
             show-overflow-tooltip>
           </el-table-column>
-          <el-table-column prop="SupplierTypeName" label="准入类别" sortable min-width="110" align="center"
+          <el-table-column prop="SupplierTypeName" label="准入类别" sortable width="100" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
@@ -99,13 +99,13 @@
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
 
-          <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center"
+          <el-table-column prop="ApplyTime" sortable width="120" label="年审到期日期" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyTime+'') }}
             </template>
           </el-table-column>
-          <el-table-column prop="CreateOn" sortable min-width="130" label="申请日期" align="center" show-overflow-tooltip>
+          <el-table-column prop="CreateOn" sortable width="110" label="申请日期" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.CreateOn+'') }}
             </template>

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

@@ -43,7 +43,7 @@
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="180" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link
                 :to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/' + (scope.row.SupplierTypeName === '01' ? 'goodsoperation' : (scope.row.SupplierTypeName === '02' ? 'bassicoperation' : 'operation'))+'?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&Status='+scope.row.Status+'&Step='+scope.row.Step+'&annualId='+scope.row.Id">
@@ -84,10 +84,10 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="AccessCardNo" label="准入编码" sortable min-width="110" align="center"
+          <el-table-column prop="AccessCardNo" label="准入编码" sortable width="120" align="center"
             show-overflow-tooltip>
           </el-table-column>
-          <el-table-column prop="SupplierTypeName" label="准入类别" sortable min-width="110" align="center"
+          <el-table-column prop="SupplierTypeName" label="准入类别" sortable width="100" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
@@ -99,13 +99,13 @@
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
 
-          <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center"
+          <el-table-column prop="ApplyTime" sortable width="120" label="年审到期日期" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyTime+'') }}
             </template>
           </el-table-column>
-          <el-table-column prop="CreateOn" sortable min-width="130" label="申请日期" align="center" show-overflow-tooltip>
+          <el-table-column prop="CreateOn" sortable width="110" label="申请日期" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.CreateOn+'') }}
             </template>

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

@@ -39,7 +39,7 @@
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="180" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link
                 :to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/' + (scope.row.SupplierTypeName === '01' ? 'goodsoperation' : (scope.row.SupplierTypeName === '02' ? 'bassicoperation' : 'operation'))+'?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&Status='+scope.row.Status+'&Step='+scope.row.Step+'&annualId='+scope.row.Id">
@@ -81,13 +81,13 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="AccessCardNo" label="准入编码" sortable min-width="110" align="center"
+          <el-table-column prop="AccessCardNo" label="准入编码" sortable width="120" align="center"
             show-overflow-tooltip>
           <template slot-scope="scope" >
              <span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
           </template>
           </el-table-column>
-          <el-table-column prop="SupplierTypeName" label="准入类别" sortable min-width="110" align="center"
+          <el-table-column prop="SupplierTypeName" label="准入类别" sortable width="100" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
@@ -99,13 +99,13 @@
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
 
-          <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center"
+          <el-table-column prop="ApplyTime" sortable width="120" label="年审到期日期" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyTime+'') }}
             </template>
           </el-table-column>
-          <el-table-column prop="CreateOn" sortable min-width="130" label="申请日期" align="center" show-overflow-tooltip>
+          <el-table-column prop="CreateOn" sortable width="110" label="申请日期" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.CreateOn+'') }}
             </template>

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

@@ -43,7 +43,7 @@
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="180" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link
                 :to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/' + (scope.row.SupplierTypeName === '01' ? 'goodsoperation' : (scope.row.SupplierTypeName === '02' ? 'bassicoperation' : 'operation'))+'?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&Status='+scope.row.Status+'&Step='+scope.row.Step+'&annualId='+scope.row.Id">
@@ -84,10 +84,10 @@
               <span v-if="scope.row.Status=='-10'" style="color:#E6A23C">分办未通过</span>
             </template>
           </el-table-column>
-          <el-table-column prop="AccessCardNo" label="准入编码" sortable min-width="110" align="center"
+          <el-table-column prop="AccessCardNo" label="准入编码" sortable width="120" align="center"
             show-overflow-tooltip>
           </el-table-column>
-          <el-table-column prop="SupplierTypeName" label="准入类别" sortable min-width="110" align="center"
+          <el-table-column prop="SupplierTypeName" label="准入类别" sortable width="100" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkSupplierTypeName(scope.row.SupplierTypeName) }}
@@ -98,13 +98,13 @@
           </el-table-column>
           <!-- <el-table-column prop="OrganCode" label="组织机构代码" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
-          <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center"
+          <el-table-column prop="ApplyTime" sortable width="120" label="年审到期日期" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyTime+'') }}
             </template>
           </el-table-column>
-          <el-table-column prop="CreateOn" sortable min-width="130" label="申请日期" align="center" show-overflow-tooltip>
+          <el-table-column prop="CreateOn" sortable width="110" label="申请日期" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.CreateOn+'') }}
             </template>

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

@@ -87,6 +87,7 @@
         <el-table-column label="物资类不良行为"
                          align="center"
                          prop="Wzrecord"
+                         width="120"
                          :show-overflow-tooltip="true">
         </el-table-column>
           <el-table-column label="基建类状态"
@@ -105,11 +106,12 @@
         <el-table-column label="基建类不良行为"
                          align="center"
                          prop="Jjrecord"
+                         width="120"
                          :show-overflow-tooltip="true">
         </el-table-column>
           <el-table-column label="服务类状态"
                          align="center"
-                         width="150px">
+                         width="100px">
           <template slot-scope="scope">
             <span v-if="scope.row.Jfstatus=='1'"
                   style="color:#67C23A">准入</span>
@@ -123,6 +125,7 @@
         <el-table-column label="服务类不良行为"
                          align="center"
                          prop="Jfrecord"
+                         width="120"
                          :show-overflow-tooltip="true">
         </el-table-column>
          <!--<el-table-column label="准入范围不良行为"-->
@@ -133,7 +136,7 @@
         <el-table-column label="准入范围不良状态"
                          align="center"
                          prop="Bak1"
-                         width="200px"
+                         width="120px"
                          :show-overflow-tooltip="true">
           <template slot-scope="scope">
             <span style="color: #F56C6C" v-if="scope.row.Bak1 != '0'">暂停{{scope.row.Bak1}}条</span>

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

@@ -114,16 +114,19 @@
                              label="统一社会信用代码"
                              align="center"
                              header-align="center"
+                             width="150"
                              show-overflow-tooltip></el-table-column>
             <el-table-column prop="LegalPerson"
                              label="法定代表人"
                              align="center"
                              header-align="center"
+                             width="100"
                              show-overflow-tooltip></el-table-column>
             <el-table-column prop="ContactName"
                              label="联系人"
                              align="center"
                              header-align="center"
+                             width="100"
                              show-overflow-tooltip></el-table-column>
             <el-table-column prop="EMail"
                              label="邮箱"
@@ -139,6 +142,7 @@
                              label="用户手机号"
                              align="center"
                              header-align="center"
+                             width="110"
                              show-overflow-tooltip></el-table-column>
             <el-table-column prop="CheckUnitName"
                              label="审核单位"

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

@@ -69,11 +69,11 @@
               <span v-if="scope.row.Status=='11'" style="color:#67C23A">审核通过</span>
             </template>
           </el-table-column>
-          <el-table-column v-for="column in tableColumns" :key="column.Id" :prop="column.prop" sortable min-width="100"
+          <el-table-column v-for="column in tableColumns" :key="column.Id" :prop="column.prop" sortable
             :label="column.label" align="center" show-overflow-tooltip>
           </el-table-column>
 
-          <el-table-column prop="ConmmitTime" sortable min-width="100" label="申请日期" align="center"
+          <el-table-column prop="ConmmitTime" sortable width="110" label="申请日期" align="center"
             show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ConmmitTime+'') }}
@@ -312,7 +312,7 @@
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 100,
+            width: 160,
             sort: true
           }
 

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

@@ -43,7 +43,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini">
-        <el-table-column label="操作" min-width="120px" align="center" fixed="right">
+        <el-table-column label="操作" width="180px" align="center" fixed="right">
           <template slot-scope="scope">
             <el-button type="primary" size="mini" @click="editOilcatalog(scope.row)" plain>{{btnName}}</el-button>
             <el-popover placement="top" title="提示">
@@ -64,7 +64,7 @@
         </el-table-column>
         <!--<el-table-column sortable min-width="80" align="center" show-overflow-tooltip prop="SupplierName" label="序号"></el-table-column>-->
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="LegalPerson" label="法人姓名"></el-table-column>
+        <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="LegalPerson" label="法人姓名"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="IDCode" label="法人身份证号"></el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="Address" label="企业注册地址"></el-table-column>
         <el-table-column sortable min-width="150" align="center" show-overflow-tooltip prop="USCCode" label="全国统一信用代码"></el-table-column>

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

@@ -67,8 +67,8 @@
         </el-table-column>
         <!--<el-table-column sortable min-width="80" align="center" show-overflow-tooltip prop="SupplierName" label="序号"></el-table-column>-->
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="CompanyName" label="企业名称"></el-table-column>
-        <el-table-column sortable min-width="500" align="center" show-overflow-tooltip prop="Business" label="业务范围"></el-table-column>
-        <el-table-column sortable min-width="200" align="center" show-overflow-tooltip label="有效期起止">
+        <el-table-column sortable width="400" align="center" show-overflow-tooltip prop="Business" label="业务范围"></el-table-column>
+        <el-table-column sortable width="180" align="center" show-overflow-tooltip label="有效期起止">
           <template slot-scope="scope">
             {{(jstimehandle(scope.row.ValidityFrom))}}--{{(jstimehandle(scope.row.ValidityTo))}}
           </template>

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

@@ -39,7 +39,7 @@
 
       </div>
       <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="180" align="center" fixed="right">
+        <el-table-column label="操作" width="190" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/paymentinfo/' + scope.row.Id + '/operation'">
               <el-button type="primary" plain title="查看详情" size="mini">查看</el-button>
@@ -60,15 +60,15 @@
 
         <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" 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="交费类型">
+        <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="交费类型">
           <template slot-scope="scope">
           {{ transferStr(scope.row.PayType) }}
           </template>
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="Amount" label="交费金额">
+        <el-table-column sortable width="130" align="center" show-overflow-tooltip prop="Amount" label="交费金额">
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="IsPay" label="状态">
+        <el-table-column sortable width="90" align="center" show-overflow-tooltip prop="IsPay" label="状态">
           <template slot-scope="scope">
             <span style="color: yellowgreen" v-if="scope.row.IsPay == 0">待确认</span>
             <span style="color: #00bcd4"  v-if="scope.row.IsPay == 1">待交费</span>

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

@@ -37,7 +37,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" border  size="mini" height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="180" align="center" fixed="right">
+        <el-table-column label="操作" width="100" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/paymentinfo/' + scope.row.Id + '/operation'">
               <el-button type="primary" plain title="查看详情" size="mini">打开</el-button>
@@ -55,7 +55,7 @@
         </el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="Amount" label="交费金额">
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayMode" label="交费方式">
+        <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="PayMode" label="交费方式">
         </el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayDate" label="交费日期">
           <template slot-scope="scope">
@@ -66,7 +66,7 @@
         </el-table-column>
         <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="BankName" label="银行名称">
         </el-table-column>
-        <el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="IsInvoice" label="发票">
+        <el-table-column sortable width="80" align="center" show-overflow-tooltip prop="IsInvoice" label="发票">
           <template slot-scope="scope">
             <span v-if="scope.row.IsInvoice=='1'" style="color:#67C23A">已开</span>
             <span v-if="scope.row.IsInvoice=='0'" style="color:#F56C6C">未开</span>

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

@@ -41,9 +41,9 @@
         <el-tab-pane label="交费明细表" name="first">
           <el-table :data="entityList" size="mini" stripe highlight-current-row height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
 
-            <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="AccessCardNo" label="准入编码"></el-table-column>
+            <el-table-column sortable width="110" align="center" show-overflow-tooltip prop="AccessCardNo" label="准入编码"></el-table-column>
             <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
-            <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="SupplierTypeName" 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="款项类别">
               <template slot-scope="scope">
@@ -55,21 +55,21 @@
                 </template>
               </el-table-column>
 
-              <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="Annual" label="年审">
+              <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="Annual" label="年审">
                 <template slot-scope="scope">
                   {{ scope.row.Annual <= 0 ? "" : scope.row.Annual}}
                 </template>
               </el-table-column>
 
-              <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="Addition" label="增项">
+              <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="Addition" label="增项">
                 <template slot-scope="scope">
                   {{ scope.row.Addition <= 0 ? "" : scope.row.Addition}}
                 </template>
               </el-table-column>
             </el-table-column>
 
-            <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="Sums" label="金额合计"></el-table-column>
-            <el-table-column sortable width="150" align="center" show-overflow-tooltip prop="PayDate" label="交费日期">
+            <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="Sums" label="金额合计"></el-table-column>
+            <el-table-column sortable width="100" align="center" show-overflow-tooltip prop="PayDate" label="交费日期">
               <template slot-scope="scope">
                 {{ jstimehandle(scope.row.PayDate+'') }}
               </template>

+ 7 - 7
src/dashoo.cn/frontend_web/src/pages/oilsupplier/professionaudit/index.vue

@@ -757,7 +757,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -771,7 +771,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -785,35 +785,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

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

@@ -59,7 +59,7 @@
                 size="mini"
                 highlight-current-row>
         <el-table-column label="操作"
-                         min-width="200px"
+                         width="180px"
                          align="center"
                          fixed="right">
           <template slot-scope="scope">
@@ -520,27 +520,27 @@ export default {
         {
           prop: 'AccessCardNo',
           label: '准入证编号',
-          width: 240,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'SupplierTypeName',
           label: '准入类别',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'SupplierName',
-          label: '企业名称',
-          width: 240,
-          sort: true
-        },
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 200,
+            sort: true
+          },
         {
           prop: "ApplyTime",
           label: '有效日期',
-          width: 220,
+          width: 100,
           sort: true
         },
 
@@ -596,7 +596,7 @@ export default {
         {
           prop: 'CommercialNo',
           label: '工商注册号',
-          width: 240,
+          width: 160,
           sort: true
         },
 
@@ -624,7 +624,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 280,
+          width: 160,
           sort: true
         },
 
@@ -750,21 +750,21 @@ export default {
         {
           prop: 'RegCapital',
           label: '注册资本',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
           prop: 'Currency',
           label: '币种',
-          width: 100,
+          width: 80,
           sort: true
         },
 
         {
           prop: 'ContactName',
           label: '联系人姓名',
-          width: 140,
+          width: 110,
           sort: true
         },
 
@@ -778,63 +778,63 @@ export default {
         {
           prop: 'SetupTime',
           label: '成立时间',
-          width: 220,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'DepositBank',
-          label: '开户银行',
-          width: 220,
-          sort: true
-        },
+            prop: 'DepositBank',
+            label: '开户银行',
+            width: 180,
+            sort: true
+          },
 
         {
           prop: 'BankAccount',
           label: '银行账号',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'EMail',
           label: '电子邮箱',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'BankCreditRating',
           label: '银行信用等级',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Mobile',
           label: '移动电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 
         {
           prop: 'Telphone',
           label: '固定电话',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Fax',
           label: '传真',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'CompanyTel',
           label: '公司电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 

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

@@ -59,7 +59,7 @@
                 size="mini"
                 highlight-current-row>
         <el-table-column label="操作"
-                         min-width="200px"
+                         width="180px"
                          align="center"
                          fixed="right">
           <template slot-scope="scope">
@@ -522,27 +522,27 @@ export default {
         {
           prop: 'AccessCardNo',
           label: '准入证编号',
-          width: 240,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'SupplierTypeName',
           label: '准入类别',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'SupplierName',
-          label: '企业名称',
-          width: 240,
-          sort: true
-        },
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 200,
+            sort: true
+          },
         {
           prop: "ApplyTime",
           label: '有效日期',
-          width: 220,
+          width: 100,
           sort: true
         },
 
@@ -598,7 +598,7 @@ export default {
         {
           prop: 'CommercialNo',
           label: '工商注册号',
-          width: 240,
+          width: 160,
           sort: true
         },
 
@@ -626,7 +626,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 280,
+          width: 160,
           sort: true
         },
 
@@ -752,21 +752,21 @@ export default {
         {
           prop: 'RegCapital',
           label: '注册资本',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
           prop: 'Currency',
           label: '币种',
-          width: 100,
+          width: 80,
           sort: true
         },
 
         {
           prop: 'ContactName',
           label: '联系人姓名',
-          width: 140,
+          width: 110,
           sort: true
         },
 
@@ -780,63 +780,63 @@ export default {
         {
           prop: 'SetupTime',
           label: '成立时间',
-          width: 220,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'DepositBank',
-          label: '开户银行',
-          width: 220,
-          sort: true
-        },
+            prop: 'DepositBank',
+            label: '开户银行',
+            width: 180,
+            sort: true
+          },
 
         {
           prop: 'BankAccount',
           label: '银行账号',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'EMail',
           label: '电子邮箱',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'BankCreditRating',
           label: '银行信用等级',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Mobile',
           label: '移动电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 
         {
           prop: 'Telphone',
           label: '固定电话',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Fax',
           label: '传真',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'CompanyTel',
           label: '公司电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 

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

@@ -40,7 +40,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini" highlight-current-row>
-        <el-table-column label="操作" min-width="200px" align="center" fixed="right">
+        <el-table-column label="操作" width="180px" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplier/' + scope.row.Id + '/' + Type + '?certid=' + scope.row.CertId">
               <el-button type="text" title="打开" @click="judge(scope.row.SupplierTypeName)" icon="el-icon-edit" size="mini">打开</el-button>
@@ -581,27 +581,27 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
           {
             prop: "ApplyTime",
             label: '有效日期',
-            width: 220,
+            width: 100,
             sort: true
           },
 
@@ -657,7 +657,7 @@
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
 
@@ -685,7 +685,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 160,
             sort: true
           },
 
@@ -811,21 +811,21 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'Currency',
             label: '币种',
-            width: 100,
+            width: 80,
             sort: true
           },
 
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -839,63 +839,63 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

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

@@ -59,7 +59,7 @@
                 @sort-change="orderby"
                 highlight-current-row>
         <el-table-column label="操作"
-                         min-width="200px"
+                         width="180px"
                          align="center"
                          fixed="right">
           <template slot-scope="scope">
@@ -525,27 +525,27 @@ export default {
         {
           prop: 'AccessCardNo',
           label: '准入证编号',
-          width: 240,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'SupplierTypeName',
           label: '准入类别',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'SupplierName',
-          label: '企业名称',
-          width: 240,
-          sort: true
-        },
+            prop: 'SupplierName',
+            label: '企业名称',
+            width: 200,
+            sort: true
+          },
         {
           prop: "ApplyTime",
           label: '有效日期',
-          width: 220,
+          width: 100,
           sort: true
         },
 
@@ -599,11 +599,11 @@ export default {
         }, */
 
         {
-          prop: 'CommercialNo',
-          label: '工商注册号',
-          width: 240,
-          sort: true
-        },
+            prop: 'CommercialNo',
+            label: '工商注册号',
+            width: 160,
+            sort: true
+          },
 
         /* {
           prop: "OrganCode",
@@ -629,7 +629,7 @@ export default {
         {
           prop: 'Address',
           label: '单位地址',
-          width: 280,
+          width: 160,
           sort: true
         },
 
@@ -755,21 +755,21 @@ export default {
         {
           prop: 'RegCapital',
           label: '注册资本',
-          width: 150,
+          width: 100,
           sort: true
         },
 
         {
           prop: 'Currency',
           label: '币种',
-          width: 100,
+          width: 80,
           sort: true
         },
 
         {
           prop: 'ContactName',
           label: '联系人姓名',
-          width: 140,
+          width: 110,
           sort: true
         },
 
@@ -783,63 +783,63 @@ export default {
         {
           prop: 'SetupTime',
           label: '成立时间',
-          width: 220,
+          width: 100,
           sort: true
         },
 
         {
-          prop: 'DepositBank',
-          label: '开户银行',
-          width: 220,
-          sort: true
-        },
+            prop: 'DepositBank',
+            label: '开户银行',
+            width: 180,
+            sort: true
+          },
 
         {
           prop: 'BankAccount',
           label: '银行账号',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'EMail',
           label: '电子邮箱',
-          width: 220,
+          width: 160,
           sort: true
         },
 
         {
           prop: 'BankCreditRating',
           label: '银行信用等级',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Mobile',
           label: '移动电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 
         {
           prop: 'Telphone',
           label: '固定电话',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'Fax',
           label: '传真',
-          width: 220,
+          width: 120,
           sort: true
         },
 
         {
           prop: 'CompanyTel',
           label: '公司电话',
-          width: 220,
+          width: 110,
           sort: true
         },
 

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

@@ -39,7 +39,7 @@
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="150" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
               <el-dropdown @command="MoreCmdClick">
@@ -80,7 +80,7 @@
           <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
             show-overflow-tooltip></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="150" align="center" show-overflow-tooltip>
+          <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkAppendType(scope.row.AppendType) }}
             </template>
@@ -92,12 +92,12 @@
           </el-table-column>
           <!-- <el-table-column prop="DenyReason" label="退回原因" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
-          <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="ApplyDate" label="申请日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyDate) }}
             </template>
           </el-table-column>
-          <el-table-column prop="AuditDate" label="审核日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="AuditDate" label="审核日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.AuditDate) }}
             </template>

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

@@ -38,7 +38,7 @@
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="150" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
               <el-dropdown @command="MoreCmdClick">
@@ -80,7 +80,7 @@
           <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
             show-overflow-tooltip></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="150" align="center" show-overflow-tooltip>
+          <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkAppendType(scope.row.AppendType) }}
             </template>
@@ -92,12 +92,12 @@
           </el-table-column>
           <!-- <el-table-column prop="DenyReason" label="退回原因" sortable min-width="130" align="center" show-overflow-tooltip>
           </el-table-column> -->
-          <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="ApplyDate" label="申请日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyDate) }}
             </template>
           </el-table-column>
-          <el-table-column prop="AuditDate" label="审核日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="AuditDate" label="审核日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.AuditDate) }}
             </template>

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

@@ -43,7 +43,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%" @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="150" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
               <el-dropdown @command="MoreCmdClick">
@@ -83,7 +83,7 @@
           <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
                            show-overflow-tooltip></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="150" align="center" show-overflow-tooltip>
+          <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkAppendType(scope.row.AppendType) }}
             </template>
@@ -95,12 +95,12 @@
           </el-table-column>
           <!-- <el-table-column prop="DenyReason" label="退回原因" sortable min-width="130" align="center" show-overflow-tooltip>
           </el-table-column> -->
-          <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="ApplyDate" label="申请日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyDate) }}
             </template>
           </el-table-column>
-          <el-table-column prop="AuditDate" label="审核日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="AuditDate" label="审核日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.AuditDate) }}
             </template>

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

@@ -39,7 +39,7 @@
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
           @sort-change="orderby" highlight-current-row>
-          <el-table-column label="操作" min-width="150" align="center" fixed="right">
+          <el-table-column label="操作" width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>
               <el-dropdown @command="MoreCmdClick">
@@ -81,7 +81,7 @@
           <el-table-column prop="SupplierName" label="供方名称" sortable min-width="130" align="center"
             show-overflow-tooltip></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="150" align="center" show-overflow-tooltip>
+          <el-table-column prop="AppendType" label="增项类别" sortable width="100" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ checkAppendType(scope.row.AppendType) }}
             </template>
@@ -93,12 +93,12 @@
           </el-table-column>
           <!-- <el-table-column prop="DenyReason" label="退回原因" sortable min-width="130" align="center" show-overflow-tooltip>
         </el-table-column> -->
-          <el-table-column prop="ApplyDate" label="申请日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="ApplyDate" label="申请日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.ApplyDate) }}
             </template>
           </el-table-column>
-          <el-table-column prop="AuditDate" label="审核日期" sortable min-width="130" align="center" show-overflow-tooltip>
+          <el-table-column prop="AuditDate" label="审核日期" sortable width="150" align="center" show-overflow-tooltip>
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.AuditDate) }}
             </template>

+ 7 - 7
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplieraudit/index.vue

@@ -777,7 +777,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -791,7 +791,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -805,35 +805,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 7 - 7
src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/basislist.vue

@@ -585,7 +585,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -599,7 +599,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -613,35 +613,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 13 - 14
src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/goodslist.vue

@@ -369,14 +369,14 @@
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 260,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 260,
+            width: 200,
             sort: true
           },
           {
@@ -400,7 +400,7 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -414,7 +414,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -428,63 +428,62 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
-
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 15 - 16
src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/index.vue

@@ -736,21 +736,21 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -834,7 +834,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -960,7 +960,7 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -974,7 +974,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -988,63 +988,62 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
-
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 7 - 7
src/dashoo.cn/frontend_web/src/pages/oilsupplier/suppliernopass/techlist.vue

@@ -591,7 +591,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -605,7 +605,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -619,35 +619,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 11 - 11
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/basislist.vue

@@ -371,21 +371,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -469,7 +469,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -595,7 +595,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -609,7 +609,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -623,35 +623,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 11 - 11
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/goodslist.vue

@@ -371,21 +371,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -469,7 +469,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -595,7 +595,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -609,7 +609,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -623,35 +623,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 15 - 16
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/index.vue

@@ -808,21 +808,21 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -906,7 +906,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -1032,7 +1032,7 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -1046,7 +1046,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -1060,63 +1060,62 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
-
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 11 - 11
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierps/techlist.vue

@@ -378,21 +378,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -476,7 +476,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -602,7 +602,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -616,7 +616,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -630,35 +630,35 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 

+ 16 - 16
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/basislist.vue

@@ -361,21 +361,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -431,7 +431,7 @@
           {
             prop: "CommercialNo",
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
 
@@ -459,7 +459,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -585,7 +585,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -599,7 +599,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -613,63 +613,63 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Mobile",
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "Telphone",
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Fax",
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "CompanyTel",
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 16 - 16
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/goodslist.vue

@@ -361,27 +361,27 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
           // {
@@ -393,13 +393,13 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -413,7 +413,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -427,63 +427,63 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 17 - 17
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/index.vue

@@ -42,7 +42,7 @@
         </el-form>
       </div>
       <el-table id="rebateSetTable" :data="entityList" size="mini" stripe highlight-current-row border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="200" align="center" fixed="right">
+        <el-table-column label="操作" width="90" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplierstorage/' + scope.row.Id + '/'+changeFlag(scope.row.SupplierTypeName)+'?certid=' + scope.row.CertId">
               <el-button type="primary" plain title="编辑" size="mini">打开</el-button>
@@ -373,21 +373,21 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -443,7 +443,7 @@
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 260,
+            width: 160,
             sort: true
           },
 
@@ -471,7 +471,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -597,7 +597,7 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -611,7 +611,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -625,63 +625,63 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

+ 16 - 16
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/techlist.vue

@@ -367,21 +367,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -437,7 +437,7 @@
           {
             prop: "CommercialNo",
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
 
@@ -465,7 +465,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -591,7 +591,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -605,7 +605,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -619,63 +619,63 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Mobile",
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "Telphone",
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Fax",
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "CompanyTel",
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 

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

@@ -33,7 +33,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" size="mini" stripe highlight-current-row border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="200" align="center" fixed="right">
+        <el-table-column label="操作" width="90" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplierstore/' + scope.row.Id + '/basisedit?certid=' + scope.row.CertId">
               <el-button type="primary" plain title="编辑" size="mini">打开</el-button>
@@ -378,7 +378,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
@@ -397,7 +397,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -453,7 +453,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
 
@@ -481,7 +481,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -607,7 +607,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -621,7 +621,7 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -635,69 +635,69 @@ import certApi from '@/api/oilsupplier/suppliercert'
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
           {
             prop: 'ApplyTime',
             label: '有效期',
-            width: 220,
+            width: 110,
             sort: true
           },
 

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

@@ -35,7 +35,7 @@
       </div>
       <el-table :data="entityList" size="mini" stripe highlight-current-row border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby"
                   v-loading="importloading">
-        <el-table-column label="操作" min-width="200" align="center" fixed="right">
+        <el-table-column label="操作" width="90" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplierstore/' + scope.row.Id + '/goodsedit?certid=' + scope.row.CertId">
               <el-button type="primary" plain title="编辑" size="mini">打开</el-button>
@@ -404,27 +404,27 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
           {
             prop: 'CommercialNo',
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
           // {
@@ -436,13 +436,13 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -456,7 +456,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -470,69 +470,69 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
           {
             prop: 'ApplyTime',
             label: '有效期',
-            width: 220,
+            width: 110,
             sort: true
           },
 

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

@@ -42,7 +42,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" id="rebateSetTable" size="mini" stripe highlight-current-row border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="200" align="center" fixed="right">
+        <el-table-column label="操作" width="90" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplierstore/' + scope.row.Id + '/'+changeFlag(scope.row.SupplierTypeName)+'?certid=' + scope.row.CertId">
               <el-button type="primary" plain title="编辑" size="mini">打开</el-button>
@@ -379,21 +379,21 @@
           {
             prop: 'AccessCardNo',
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'SupplierTypeName',
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: 'SupplierName',
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -477,7 +477,7 @@
           {
             prop: 'Address',
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -603,7 +603,7 @@
           {
             prop: 'RegCapital',
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -617,7 +617,7 @@
           {
             prop: 'ContactName',
             label: '联系人姓名',
-            width: 140,
+            width: 110,
             sort: true
           },
 
@@ -631,69 +631,69 @@
           {
             prop: 'SetupTime',
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'DepositBank',
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: 'BankAccount',
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'EMail',
             label: '电子邮箱',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: 'BankCreditRating',
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Mobile',
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: 'Telphone',
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'Fax',
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: 'CompanyTel',
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
           {
             prop: 'ApplyTime',
             label: '有效期',
-            width: 220,
+            width: 110,
             sort: true
           },
 

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

@@ -33,7 +33,7 @@
         </el-form>
       </div>
       <el-table :data="entityList" size="mini" stripe highlight-current-row border height="calc(100vh - 246px)" style="width: 100%" @sort-change="orderby">
-        <el-table-column label="操作" min-width="200" align="center" fixed="right">
+        <el-table-column label="操作" width="90" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplierstore/' + scope.row.Id + '/techedit?certid=' + scope.row.CertId">
               <el-button type="primary" plain title="详细信息" size="mini">打开</el-button>
@@ -54,7 +54,7 @@
             <!--</el-popover>-->
           </template>
         </el-table-column>
-        <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
+        <el-table-column width="100" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
           <template slot-scope="scope">
             <span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
             <span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>
@@ -384,21 +384,21 @@
           {
             prop: "AccessCardNo",
             label: '准入证编号',
-            width: 240,
+            width: 120,
             sort: true
           },
 
           {
             prop: "SupplierTypeName",
             label: '准入类别',
-            width: 150,
+            width: 100,
             sort: true
           },
 
           {
             prop: "SupplierName",
             label: '企业名称',
-            width: 240,
+            width: 200,
             sort: true
           },
 
@@ -454,7 +454,7 @@
           {
             prop: "CommercialNo",
             label: '工商注册号',
-            width: 240,
+            width: 160,
             sort: true
           },
 
@@ -482,7 +482,7 @@
           {
             prop: "Address",
             label: '单位地址',
-            width: 280,
+            width: 180,
             sort: true
           },
 
@@ -608,7 +608,7 @@
           {
             prop: "RegCapital",
             label: '注册资本',
-            width: 150,
+            width: 100,
             sort: true
           },
 
@@ -622,7 +622,7 @@
           {
             prop: "ContactName",
             label: '联系人姓名',
-            width: 140,
+            width: 120,
             sort: true
           },
 
@@ -636,69 +636,69 @@
           {
             prop: "SetupTime",
             label: '成立时间',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "DepositBank",
             label: '开户银行',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankAccount",
             label: '银行账号',
-            width: 220,
+            width: 160,
             sort: true
           },
 
           {
             prop: "EMail",
             label: '电子邮箱',
-            width: 220,
+            width: 180,
             sort: true
           },
 
           {
             prop: "BankCreditRating",
             label: '银行信用等级',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Mobile",
             label: '移动电话',
-            width: 220,
+            width: 110,
             sort: true
           },
 
           {
             prop: "Telphone",
             label: '固定电话',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "Fax",
             label: '传真',
-            width: 220,
+            width: 120,
             sort: true
           },
 
           {
             prop: "CompanyTel",
             label: '公司电话',
-            width: 220,
+            width: 110,
             sort: true
           },
           {
             prop: 'ApplyTime',
             label: '有效期',
-            width: 220,
+            width: 110,
             sort: true
           },