浏览代码

样式优化

dev01 2 年之前
父节点
当前提交
84367e097f

+ 1 - 1
src/components/common/auditModal/index.less

@@ -23,7 +23,7 @@
       }
       .clockTime{
         font-size: 26px;
-        max-width: 90%;
+        max-width: 84%;
 
       }
     }

+ 2 - 2
src/components/common/bankModal/index.jsx

@@ -1,7 +1,7 @@
 import React, { Component } from "react";
 import Taro from "@tarojs/taro";
-import { View, Button } from "@tarojs/components";
-import { AtInput, AtModal, AtModalHeader, AtModalContent, AtModalAction, AtDrawer, AtIndexes } from "taro-ui";
+import { View, } from "@tarojs/components";
+import { AtDrawer, AtIndexes } from "taro-ui";
 import { bankList } from '../../../utils/tools/config';
 
 import './index.less';

二进制
src/image/right.png


+ 4 - 4
src/pages/drafts/index.jsx

@@ -351,7 +351,7 @@ class Drafts extends Component {
     const { data, bankData, list } = this.state
     if (data.type == 1) {
       if (!data.userNames) {
-        Taro.showToast({ title: "请填写公出客户名称", icon: "none" });
+        Taro.showToast({ title: "请填写公出企业", icon: "none" });
         return;
       }
       if (!data.districtName) {
@@ -730,9 +730,9 @@ class Drafts extends Component {
                 <View className="formItem">
                   <View className="formName">时间:</View>
                   <View className="formValue">
-                    <View className="ftxt">{item.startTimeStr}</View>
+                    <View className="ftxt">{item.startTimeStr.slice(0, 16)}</View>
                     &nbsp;&nbsp;至&nbsp;&nbsp;
-                    <View className="ftxt">{item.endTimeStr}</View>
+                    <View className="ftxt">{item.endTimeStr.slice(0, 16)}</View>
                   </View>
                 </View>
                 <View className="formItem">
@@ -856,7 +856,7 @@ class Drafts extends Component {
                 <View className="formValue">{item.openBankAddress}</View>
               </View>
               <View className="formItem">
-                <View className="formName">金额:</View>
+                <View className="formName">金额(元):</View>
                 <View className="formValue">{item.amount}</View>
               </View>
             </View>

+ 13 - 4
src/pages/drafts/index.less

@@ -146,11 +146,15 @@
 
   .unItem {
     position: relative;
-    border-radius: 20px;
-    background: rgba(0, 51, 255, .09);
-    padding: 20px;
+    // border-radius: 20px;
+    // background: rgba(0, 51, 255, .09);
+    // padding: 20px;
     margin-bottom: 20px;
 
+    border-top: 1px solid rgba(0, 51, 255, .09);
+    border-bottom: 1px solid rgba(0, 51, 255, .09);
+    padding: 20px 0;
+
     .edit {
       position: absolute;
       top: 20px;
@@ -182,7 +186,7 @@
       align-items: baseline;
 
       .formName {
-        min-width: 150px;
+        min-width: 160px;
         // margin-right: 16px;
         white-space: nowrap;
         display: flex;
@@ -418,6 +422,11 @@
 
       }
 
+      .ricon {
+        width: 200px;
+        height: 20px;
+      }
+
     }
   }
 

+ 9 - 6
src/pages/drafts/modal.jsx

@@ -1,11 +1,11 @@
 import React, { Component } from "react";
 import Taro from "@tarojs/taro";
-import { View, Icon, Button, Picker, Text } from '@tarojs/components'
-import { AtButton, AtIcon, AtInput, AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui";
+import { View, Image, Button, Picker, Text } from '@tarojs/components'
+import { AtInput, AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui";
 import { typeList, vehiclelist } from '../../utils/tools/config';
 import { getNumHourse, removeNull } from "../../utils/tools";
 import { detailsAdd } from "../../utils/servers/servers";
-
+import Right from '../../image/right.png';
 import dayjs from "dayjs";
 import './index.less';
 
@@ -18,6 +18,8 @@ class Modal extends Component {
       data: {
         type: {},
         vehicle: {},
+        rangeStartMinuteVal: '',
+        rangeEndMinuteVal: '',
       }
     };
   }
@@ -234,9 +236,9 @@ class Modal extends Component {
                     this.state.rangeStartMinuteVal &&
                       this.state.rangeEndMinuteVal
                       ? <View className="pick">
-                        <View className="ptime">{this.state.rangeStartMinuteVal}</View>
+                        <View className="ptime">{this.state.rangeStartMinuteVal.slice(0, 16)}</View>
                         &nbsp;&nbsp;至&nbsp;&nbsp;
-                        <View className="ptime">{this.state.rangeEndMinuteVal}</View>
+                        <View className="ptime">{this.state.rangeEndMinuteVal.slice(0, 16)}</View>
                       </View>
                       : <View>选择时间</View>
                   }
@@ -254,7 +256,8 @@ class Modal extends Component {
                     }}
 
                   />
-                  <Text style={{ fontSize: "30px", padding:"0 5px" }}>⇀</Text>
+                  <Image src={Right} className='ricon' mode='aspectFit' />
+                  {/* <Text style={{ fontSize: "30px", padding: "0 5px" }}>⇀</Text> */}
                   <AtInput name="endDistrict" className="pin" type='text' placeholder='目的地' value={data.endDistrict}
                     onChange={e => {
                       this.setState({

+ 16 - 10
src/pages/draftsdetail/index.jsx

@@ -1,6 +1,6 @@
 import React, { Component } from "react";
 import Taro, { getCurrentInstance } from "@tarojs/taro";
-import { Text, View, Picker } from "@tarojs/components";
+import { Text, View, Image } from "@tarojs/components";
 import ImagePicker from "../../components/common/imagePicker";
 import InquiryModal from "../../components/common/inquiryModal";
 import AuditModal from "../../components/common/auditModal";
@@ -18,6 +18,7 @@ import {
 } from "../../utils/tools";
 import { AtTextarea, AtButton, AtIcon } from "taro-ui";
 import { resourceAddress } from "../../utils/config";
+import Right from '../../image/right.png'
 
 import "taro-ui/dist/style/components/form.scss";
 import "taro-ui/dist/style/components/button.scss";
@@ -26,7 +27,7 @@ import "taro-ui/dist/style/components/icon.scss";
 import "taro-ui/dist/style/components/textarea.scss";
 import "taro-ui/dist/style/components/input.scss";
 
-import "../drafts/index.less";
+import "./index.less";
 
 class Drafts extends Component {
   $instance = getCurrentInstance();
@@ -164,6 +165,10 @@ class Drafts extends Component {
 
   render() {
     const { data, list, total, bankData, attachmentUrl } = this.state
+    const icon = {
+      width: '50px',
+      height: '20px'
+    }
     return (
       <View className="subform">
         <View className="title">{getAccountName(data.type, data.typeOther)}</View>
@@ -253,21 +258,22 @@ class Drafts extends Component {
               ? <View className="unItem" key={item.id}>
                 <View className="formItem">
                   <View className="formName">交通工具:</View>
-                  <View className="formValue">{getVehicleName(item.vehicle, item.vehicleOther)}</View>
+                  <View className="formValue">{getVehicleName(item.vehicle, item.vehicleOther)}&nbsp;</View>
                 </View>
                 <View className="formItem">
                   <View className="formName">时间:</View>
                   <View className="formValue">
-                    <View className="ftxt">{item.startTimeStr}</View>
-                    <View style={{ width: "34px", textAlign: "center" }}>至</View>
-                    <View className="ftxt">{item.endTimeStr}</View>
+                    <View className="ftxt">{item.startTimeStr.slice(0, 16)}</View>
+                    <View style={{ width: "50px", textAlign: "center" }}>至</View>
+                    <View className="ftxt">{item.endTimeStr.slice(0, 16)}</View>
                   </View>
                 </View>
                 <View className="formItem">
                   <View className="formName">地点:</View>
                   <View className="formValue">
                     <View className="ftxt">{item.startDistrict}</View>
-                    <View style={{ width: "34px", textAlign: "center" }}>⇀</View>
+                    {/* <View style={{ width: "34px", textAlign: "center" }}>⇀</View> */}
+                    <Image src={Right} style={icon} mode='aspectFit' />
                     <View className="ftxt">{item.endDistrict}</View>
                   </View>
                 </View>
@@ -278,7 +284,7 @@ class Drafts extends Component {
               </View>
               : <View className="formItem" key={item.id}>
                 <View className="formName" style={{ width: "86px" }}>{getTypeName(item.type) + ":"}</View>
-                <View className="formValues">{item.amount}(元)</View>
+                <View className="formValue">{item.amount}(元)</View>
               </View>
           )
         }
@@ -340,8 +346,8 @@ class Drafts extends Component {
                 <View className="formValue">{item.openBankAddress}</View>
               </View>
               <View className="formItem">
-                <View className="formName">金额(元):</View>
-                <View className="formValue">{item.amount}</View>
+                <View className="formName">金额:</View>
+                <View className="formValue">{item.amount}(元)</View>
               </View>
             </View>
           )

+ 432 - 0
src/pages/draftsdetail/index.less

@@ -0,0 +1,432 @@
+.subform {
+  padding: 20px 30px;
+
+  .title {
+    font-size: 36px;
+    font-weight: bold;
+    margin: 0 auto 30px;
+    text-align: center;
+  }
+
+  .formItem {
+    display: flex;
+    // align-items: center;
+    align-items: flex-start;
+    font-size: 30px;
+    padding: 10px 0;
+
+    .formName {
+      white-space: nowrap;
+      display: flex;
+      align-items: center;
+
+    }
+
+    .formValue {
+      text-align: right;
+      flex: 1;
+      display: flex;
+      flex-flow: row nowrap;
+      align-items: center;
+      justify-content: flex-end;
+
+      picker {
+        flex: 1;
+        margin-left: 20px;
+      }
+
+      .button {
+        font-size: 22px;
+        padding: 0 10px;
+
+      }
+
+      .time {
+        flex: 1;
+        font-size: 30px;
+        // color: #bfbdbd;
+
+        .timeContent {
+          display: flex;
+          flex-direction: row;
+          align-items: center;
+          flex-wrap: nowrap;
+          // flex-flow: column nowrap;
+          // align-items: flex-end;
+          // justify-content: center;
+        }
+      }
+
+      .formValueText {
+        display: block;
+        width: 452px;
+        text-overflow: ellipsis;
+        overflow: hidden;
+        white-space: nowrap;
+      }
+    }
+
+    .formValues {
+      display: flex;
+      flex: 1;
+      flex-flow: row nowrap;
+
+      .at-textarea {
+        margin-left: 20px;
+      }
+
+      .at-textarea__textarea {
+        font-size: 30px;
+      }
+
+    }
+
+    .formValueremarks {
+      display: flex;
+      flex: 1;
+      // flex-wrap: wrap;
+      margin-left: 20px;
+      justify-content: flex-end;
+      word-break: break-all;
+
+    }
+  }
+
+  .formTitle {
+    font-size: 32px;
+    font-weight: bold;
+    border-top: 1px solid #eae8e8;
+    padding: 20px 0;
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+    justify-content: space-between;
+
+    .ftBottom {
+      margin: 0;
+    }
+
+  }
+
+  .operation {
+    display: flex;
+    flex-flow: row nowrap;
+    margin: 30px 0;
+  }
+
+  .select {
+    display: flex;
+    flex-flow: row nowrap;
+    justify-content: space-between;
+    align-items: center;
+    font-size: 30px;
+    color: #fff;
+    background: #6190E8;
+    margin: 40px auto;
+    padding: 20px;
+    border-radius: 20px;
+
+  }
+
+  .unobstructedList {
+    .noAccout {
+      border: 1px solid #eae8e8;
+      border-radius: 10px;
+      display: flex;
+      flex-direction: column;
+      align-items: center;
+      padding: 30px 0;
+
+      .nbt {
+        color: #6190E8;
+      }
+
+    }
+  }
+
+  .unItem {
+    position: relative;
+    // border-radius: 20px;
+    // background: rgba(0, 51, 255, .09);
+    // padding: 20px;
+    margin-bottom: 20px;
+    border-top: 1px solid rgba(0, 51, 255, .09);
+    border-bottom: 1px solid rgba(0, 51, 255, .09);
+    padding: 20px 0;
+
+    .edit {
+      position: absolute;
+      top: 20px;
+      right: 20px;
+      font-size: 26px;
+      background: rgb(97, 144, 232);
+      color: #fff;
+      padding: 10px;
+      border-radius: 8px;
+
+    }
+
+    .close {
+      position: absolute;
+      bottom: 20px;
+      right: 20px;
+      font-size: 26px;
+      background: red;
+      color: #fff;
+      padding: 10px;
+      border-radius: 8px;
+
+    }
+
+    .formItem {
+      display: flex;
+      font-size: 30px;
+      padding: 10px 0;
+      align-items: baseline;
+
+      .formName {
+        min-width: 150px;
+        // margin-right: 16px;
+        white-space: nowrap;
+        display: flex;
+
+      }
+
+      .formValues {
+        display: flex;
+        flex: 1;
+
+      }
+
+      .formValue {
+        flex: 1;
+        display: flex;
+        flex-flow: row nowrap;
+        align-items: center;
+        justify-content: flex-end;
+
+        .ftxt {
+          width: 40%;
+          text-align: center;
+        }
+
+      }
+
+    }
+
+
+  }
+
+  .inputFormItem {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    font-size: 30px;
+
+    .close {
+      font-size: 26px;
+      background: red;
+      color: #fff;
+      padding: 10px;
+      border-radius: 8px;
+      margin-right: 20px;
+
+    }
+
+    .at-input input {
+      font-size: 30px;
+    }
+
+    .at-input {
+      width: 100%;
+      margin-left: 0;
+      padding: 10px 0;
+
+      .at-input__title {
+        font-size: 30px;
+        color: #000000;
+
+      }
+
+      .at-input__input {
+        font-size: 30px;
+
+      }
+
+    }
+
+    .at-input::after {
+      border: 0;
+    }
+
+  }
+
+  .inputFormItems {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    font-size: 30px;
+
+    .close {
+      font-size: 26px;
+      background: red;
+      color: #fff;
+      padding: 10px;
+      border-radius: 8px;
+      margin-right: 20px;
+
+    }
+
+    .at-input input {
+      font-size: 30px;
+    }
+
+    .at-input {
+      width: 70%;
+      margin-left: 0;
+      padding: 15px 0;
+
+      .at-input__title {
+        font-size: 30px;
+        color: #000000;
+
+      }
+
+      .at-input__input {
+        font-size: 30px;
+
+      }
+
+    }
+
+    .at-input::after {
+      border: 0;
+    }
+
+  }
+
+  .tips {
+    color: #ff0000;
+    font-size: 20px;
+    margin-left: 20px;
+
+  }
+
+  .bottom {
+    width: 60%;
+    padding: 30px 0;
+    margin: 0 auto;
+  }
+
+
+}
+
+.at-modal__container {
+  width: 710px;
+}
+
+.modal {
+  // min-height: 400px;
+
+  .picker {
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+    margin: 25px 0 20px;
+
+    .ptit {
+      display: flex;
+      flex-direction: row;
+      margin-right: 16px;
+      width: 172px;
+      font-size: 30px;
+      line-height: 1.5;
+      vertical-align: middle;
+      text-align: left;
+    }
+
+    picker {
+      width: 70%;
+    }
+
+  }
+
+  .at-input input {
+    font-size: 30px;
+  }
+
+  .at-input {
+    width: 100%;
+    margin-left: 0;
+    padding: 15px 0;
+
+    .at-input__title {
+      font-size: 30px;
+      color: #000000;
+
+    }
+
+    .at-input__input {
+      font-size: 30px;
+
+    }
+
+  }
+
+  .at-input::after {
+    border: 0;
+  }
+
+  .pub {
+    display: flex;
+    flex-direction: row;
+    align-items: center;
+    padding: 15px 0;
+    // margin: 25px 0 20px;
+
+    .ptit {
+      display: flex;
+      flex-direction: row;
+      margin-right: 16px;
+      width: 172px;
+      font-size: 30px;
+      line-height: 1.5;
+      vertical-align: middle;
+      text-align: left;
+
+    }
+
+    .ptxt {
+      width: 70%;
+      display: flex;
+      flex-direction: row;
+      align-items: center;
+      flex-wrap: nowrap;
+
+      .pin {
+        text-align: center;
+        border-bottom: 1px solid #eae8e8;
+      }
+
+      .pick {
+        display: flex;
+        flex-direction: row;
+        flex-wrap: nowrap;
+        // font-size: 28px;
+
+        .ptime {
+          text-align: center;
+          border-bottom: 1px solid #eae8e8;
+        }
+
+      }
+
+      .ricon {
+        width: 200px;
+        height: 20px;
+      }
+
+    }
+  }
+
+}

+ 0 - 655
src/utils/tools/config.js

@@ -112,661 +112,6 @@ export const vehiclelist = [
   { label: '其他', value: 0, },
 ]
 
-export const bankLists = [
-  {
-    value: 'CDB',
-    text: '国家开发银行'
-  },
-  {
-    value: 'ICBC',
-    text: '中国工商银行'
-  },
-  {
-    value: 'ABC',
-    text: '中国农业银行'
-  },
-  {
-    value: 'BOC',
-    text: '中国银行'
-  },
-  {
-    value: 'CCB',
-    text: '中国建设银行'
-  },
-  {
-    value: 'PSBC',
-    text: '中国邮政储蓄银行'
-  },
-  {
-    value: 'COMM',
-    text: '交通银行'
-  },
-  {
-    value: 'CMB',
-    text: '招商银行'
-  },
-  {
-    value: 'SPDB',
-    text: '上海浦东发展银行'
-  },
-  {
-    value: 'CIB',
-    text: '兴业银行'
-  },
-  {
-    value: 'HXBANK',
-    text: '华夏银行'
-  },
-  {
-    value: 'GDB',
-    text: '广东发展银行'
-  },
-  {
-    value: 'CMBC',
-    text: '中国民生银行'
-  },
-  {
-    value: 'CITIC',
-    text: '中信银行'
-  },
-  {
-    value: 'CEB',
-    text: '中国光大银行'
-  },
-  {
-    value: 'EGBANK',
-    text: '恒丰银行'
-  },
-  {
-    value: 'CZBANK',
-    text: '浙商银行'
-  },
-  {
-    value: 'BOHAIB',
-    text: '渤海银行'
-  },
-  {
-    value: 'SPABANK',
-    text: '平安银行'
-  },
-  {
-    value: 'SHRCB',
-    text: '上海农村商业银行'
-  },
-  {
-    value: 'YXCCB',
-    text: '玉溪市商业银行'
-  },
-  {
-    value: 'YDRCB',
-    text: '尧都农商行'
-  },
-  {
-    value: 'BJBANK',
-    text: '北京银行'
-  },
-  {
-    value: 'SHBANK',
-    text: '上海银行'
-  },
-  {
-    value: 'JSBANK',
-    text: '江苏银行'
-  },
-  {
-    value: 'HZCB',
-    text: '杭州银行'
-  },
-  {
-    value: 'NJCB',
-    text: '南京银行'
-  },
-  {
-    value: 'NBBANK',
-    text: '宁波银行'
-  },
-  {
-    value: 'HSBANK',
-    text: '徽商银行'
-  },
-  {
-    value: 'CSCB',
-    text: '长沙银行'
-  },
-  {
-    value: 'CDCB',
-    text: '成都银行'
-  },
-  {
-    value: 'CQBANK',
-    text: '重庆银行'
-  },
-  {
-    value: 'DLB',
-    text: '大连银行'
-  },
-  {
-    value: 'NCB',
-    text: '南昌银行'
-  },
-  {
-    value: 'FJHXBC',
-    text: '福建海峡银行'
-  },
-  {
-    value: 'HKB',
-    text: '汉口银行'
-  },
-  {
-    value: 'WZCB',
-    text: '温州银行'
-  },
-  {
-    value: 'QDCCB',
-    text: '青岛银行'
-  },
-  {
-    value: 'TZCB',
-    text: '台州银行'
-  },
-  {
-    value: 'JXBANK',
-    text: '嘉兴银行'
-  },
-  {
-    value: 'CSRCB',
-    text: '常熟农村商业银行'
-  },
-  {
-    value: 'NHB',
-    text: '南海农村信用联社'
-  },
-  {
-    value: 'CZRCB',
-    text: '常州农村信用联社'
-  },
-  {
-    value: 'H3CB',
-    text: '内蒙古银行'
-  },
-  {
-    value: 'SXCB',
-    text: '绍兴银行'
-  },
-  {
-    value: 'SDEB',
-    text: '顺德农商银行'
-  },
-  {
-    value: 'WJRCB',
-    text: '吴江农商银行'
-  },
-  {
-    value: 'ZBCB',
-    text: '齐商银行'
-  },
-  {
-    value: 'GYCB',
-    text: '贵阳市商业银行'
-  },
-  {
-    value: 'ZYCBANK',
-    text: '遵义市商业银行'
-  },
-  {
-    value: 'HZCCB',
-    text: '湖州市商业银行'
-  },
-  {
-    value: 'DAQINGB',
-    text: '龙江银行'
-  },
-  {
-    value: 'JINCHB',
-    text: '晋城银行JCBANK'
-  },
-  {
-    value: 'ZJTLCB',
-    text: '浙江泰隆商业银行'
-  },
-  {
-    value: 'GDRCC',
-    text: '广东省农村信用社联合社'
-  },
-  {
-    value: 'DRCBCL',
-    text: '东莞农村商业银行'
-  },
-  {
-    value: 'MTBANK',
-    text: '浙江民泰商业银行'
-  },
-  {
-    value: 'GCB',
-    text: '广州银行'
-  },
-  {
-    value: 'LYCB',
-    text: '辽阳市商业银行'
-  },
-  {
-    value: 'JSRCU',
-    text: '江苏省农村信用联合社'
-  },
-  {
-    value: 'LANGFB',
-    text: '廊坊银行'
-  },
-  {
-    value: 'CZCB',
-    text: '浙江稠州商业银行'
-  },
-  {
-    value: 'DYCB',
-    text: '德阳商业银行'
-  },
-  {
-    value: 'JZBANK',
-    text: '晋中市商业银行'
-  },
-  {
-    value: 'BOSZ',
-    text: '苏州银行'
-  },
-  {
-    value: 'GLBANK',
-    text: '桂林银行'
-  },
-  {
-    value: 'URMQCCB',
-    text: '乌鲁木齐市商业银行'
-  },
-  {
-    value: 'CDRCB',
-    text: '成都农商银行'
-  },
-  {
-    value: 'ZRCBANK',
-    text: '张家港农村商业银行'
-  },
-  {
-    value: 'BOD',
-    text: '东莞银行'
-  },
-  {
-    value: 'LSBANK',
-    text: '莱商银行'
-  },
-  {
-    value: 'BJRCB',
-    text: '北京农村商业银行'
-  },
-  {
-    value: 'TRCB',
-    text: '天津农商银行'
-  },
-  {
-    value: 'SRBANK',
-    text: '上饶银行'
-  },
-  {
-    value: 'FDB',
-    text: '富滇银行'
-  },
-  {
-    value: 'CRCBANK',
-    text: '重庆农村商业银行'
-  },
-  {
-    value: 'ASCB',
-    text: '鞍山银行'
-  },
-  {
-    value: 'NXBANK',
-    text: '宁夏银行'
-  },
-  {
-    value: 'BHB',
-    text: '河北银行'
-  },
-  {
-    value: 'HRXJB',
-    text: '华融湘江银行'
-  },
-  {
-    value: 'ZGCCB',
-    text: '自贡市商业银行'
-  },
-  {
-    value: 'YNRCC',
-    text: '云南省农村信用社'
-  },
-  {
-    value: 'JLBANK',
-    text: '吉林银行'
-  },
-  {
-    value: 'DYCCB',
-    text: '东营市商业银行'
-  },
-  {
-    value: 'KLB',
-    text: '昆仑银行'
-  },
-  {
-    value: 'ORBANK',
-    text: '鄂尔多斯银行'
-  },
-  {
-    value: 'XTB',
-    text: '邢台银行'
-  },
-  {
-    value: 'JSB',
-    text: '晋商银行'
-  },
-  {
-    value: 'TCCB',
-    text: '天津银行'
-  },
-  {
-    value: 'BOYK',
-    text: '营口银行'
-  },
-  {
-    value: 'JLRCU',
-    text: '吉林农信'
-  },
-  {
-    value: 'SDRCU',
-    text: '山东农信'
-  },
-  {
-    value: 'XABANK',
-    text: '西安银行'
-  },
-  {
-    value: 'HBRCU',
-    text: '河北省农村信用社'
-  },
-  {
-    value: 'NXRCU',
-    text: '宁夏黄河农村商业银行'
-  },
-  {
-    value: 'GZRCU',
-    text: '贵州省农村信用社'
-  },
-  {
-    value: 'FXCB',
-    text: '阜新银行'
-  },
-  {
-    value: 'HBHSBANK',
-    text: '湖北银行黄石分行'
-  },
-  {
-    value: 'ZJNX',
-    text: '浙江省农村信用社联合社'
-  },
-  {
-    value: 'XXBANK',
-    text: '新乡银行'
-  },
-  {
-    value: 'HBYCBANK',
-    text: '湖北银行宜昌分行'
-  },
-  {
-    value: 'LSCCB',
-    text: '乐山市商业银行'
-  },
-  {
-    value: 'TCRCB',
-    text: '江苏太仓农村商业银行'
-  },
-  {
-    value: 'BZMD',
-    text: '驻马店银行'
-  },
-  {
-    value: 'GZB',
-    text: '赣州银行'
-  },
-  {
-    value: 'WRCB',
-    text: '无锡农村商业银行'
-  },
-  {
-    value: 'BGB',
-    text: '广西北部湾银行'
-  },
-  {
-    value: 'GRCB',
-    text: '广州农商银行'
-  },
-  {
-    value: 'JRCB',
-    text: '江苏江阴农村商业银行'
-  },
-  {
-    value: 'BOP',
-    text: '平顶山银行'
-  },
-  {
-    value: 'TACCB',
-    text: '泰安市商业银行'
-  },
-  {
-    value: 'CGNB',
-    text: '南充市商业银行'
-  },
-  {
-    value: 'CCQTGB',
-    text: '重庆三峡银行'
-  },
-  {
-    value: 'XLBANK',
-    text: '中山小榄村镇银行'
-  },
-  {
-    value: 'HDBANK',
-    text: '邯郸银行'
-  },
-  {
-    value: 'KORLABANK',
-    text: '库尔勒市商业银行'
-  },
-  {
-    value: 'BOJZ',
-    text: '锦州银行'
-  },
-  {
-    value: 'QLBANK',
-    text: '齐鲁银行'
-  },
-  {
-    value: 'BOQH',
-    text: '青海银行'
-  },
-  {
-    value: 'YQCCB',
-    text: '阳泉银行'
-  },
-  {
-    value: 'SJBANK',
-    text: '盛京银行'
-  },
-  {
-    value: 'FSCB',
-    text: '抚顺银行'
-  },
-  {
-    value: 'ZZBANK',
-    text: '郑州银行'
-  },
-  {
-    value: 'SRCB',
-    text: '深圳农村商业银行'
-  },
-  {
-    value: 'BANKWF',
-    text: '潍坊银行'
-  },
-  {
-    value: 'JJBANK',
-    text: '九江银行'
-  },
-  {
-    value: 'JXRCU',
-    text: '江西省农村信用'
-  },
-  {
-    value: 'HNRCU',
-    text: '河南省农村信用'
-  },
-  {
-    value: 'GSRCU',
-    text: '甘肃省农村信用'
-  },
-  {
-    value: 'SCRCU',
-    text: '四川省农村信用'
-  },
-  {
-    value: 'GXRCU',
-    text: '广西省农村信用'
-  },
-  {
-    value: 'SXRCCU',
-    text: '陕西信合'
-  },
-  {
-    value: 'WHRCB',
-    text: '武汉农村商业银行'
-  },
-  {
-    value: 'YBCCB',
-    text: '宜宾市商业银行'
-  },
-  {
-    value: 'KSRB',
-    text: '昆山农村商业银行'
-  },
-  {
-    value: 'SZSBK',
-    text: '石嘴山银行'
-  },
-  {
-    value: 'HSBK',
-    text: '衡水银行'
-  },
-  {
-    value: 'XYBANK',
-    text: '信阳银行'
-  },
-  {
-    value: 'NBYZ',
-    text: '鄞州银行'
-  },
-  {
-    value: 'ZJKCCB',
-    text: '张家口市商业银行'
-  },
-  {
-    value: 'XCYH',
-    text: '许昌银行'
-  },
-  {
-    value: 'JNBANK',
-    text: '济宁银行'
-  },
-  {
-    value: 'CBKF',
-    text: '开封市商业银行'
-  },
-  {
-    value: 'WHCCB',
-    text: '威海市商业银行'
-  },
-  {
-    value: 'HBC',
-    text: '湖北银行'
-  },
-  {
-    value: 'BOCD',
-    text: '承德银行'
-  },
-  {
-    value: 'BODD',
-    text: '丹东银行'
-  },
-  {
-    value: 'JHBANK',
-    text: '金华银行'
-  },
-  {
-    value: 'BOCY',
-    text: '朝阳银行'
-  },
-  {
-    value: 'LSBC',
-    text: '临商银行'
-  },
-  {
-    value: 'BSB',
-    text: '包商银行'
-  },
-  {
-    value: 'LZYH',
-    text: '兰州银行'
-  },
-  {
-    value: 'BOZK',
-    text: '周口银行'
-  },
-  {
-    value: 'DZBANK',
-    text: '德州银行'
-  },
-  {
-    value: 'SCCB',
-    text: '三门峡银行'
-  },
-  {
-    value: 'AYCB',
-    text: '安阳银行'
-  },
-  {
-    value: 'ARCU',
-    text: '安徽省农村信用社'
-  },
-  {
-    value: 'HURCB',
-    text: '湖北省农村信用社'
-  },
-  {
-    value: 'HNRCC',
-    text: '湖南省农村信用社'
-  },
-  {
-    value: 'NYNB',
-    text: '广东南粤银行'
-  },
-  {
-    value: 'LYBANK',
-    text: '洛阳银行'
-  },
-  {
-    value: 'NHQS',
-    text: '农信银清算中心'
-  },
-  {
-    value: 'CBBQS',
-    text: '城市商业银行资金清算中心'
-  }
-]
-
 export const bankList = [
   {
     title: 'A',