正在显示
1 个修改的文件
包含
20 行增加
和
20 行删除
| @@ -35,12 +35,12 @@ | @@ -35,12 +35,12 @@ | ||
| 35 | <el-row> | 35 | <el-row> |
| 36 | <el-col style="width: 38%"> | 36 | <el-col style="width: 38%"> |
| 37 | <el-form-item> | 37 | <el-form-item> |
| 38 | - <el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 38 | + <el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini"></el-input> |
| 39 | </el-form-item> | 39 | </el-form-item> |
| 40 | </el-col> | 40 | </el-col> |
| 41 | <el-col style="width: 40%;margin-left:5px"> | 41 | <el-col style="width: 40%;margin-left:5px"> |
| 42 | <el-form-item> | 42 | <el-form-item> |
| 43 | - <el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_]/g,'')" v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 43 | + <el-input @keyup.native="form.shp.shp_name=form.shp.shp_name.replace(/[^A-Z0-9_\s]/g,'')" v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> |
| 44 | <!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">--> | 44 | <!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">--> |
| 45 | <!-- <el-option label="电话" value="2"></el-option>--> | 45 | <!-- <el-option label="电话" value="2"></el-option>--> |
| 46 | <!-- <el-option label="传真" value="3"></el-option>--> | 46 | <!-- <el-option label="传真" value="3"></el-option>--> |
| @@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
| 56 | </el-col> | 56 | </el-col> |
| 57 | <el-col style="width: 25%;margin-left: 10px"> | 57 | <el-col style="width: 25%;margin-left: 10px"> |
| 58 | <el-form-item> | 58 | <el-form-item> |
| 59 | - <el-input @keyup.native="form.shp.shp_loc_place=form.shp.shp_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> | 59 | + <el-input @keyup.native="form.shp.shp_loc_place=form.shp.shp_loc_place.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> |
| 60 | </el-form-item> | 60 | </el-form-item> |
| 61 | </el-col> | 61 | </el-col> |
| 62 | <el-col style="width: 25%;margin-left: 10px"> | 62 | <el-col style="width: 25%;margin-left: 10px"> |
| @@ -68,14 +68,14 @@ | @@ -68,14 +68,14 @@ | ||
| 68 | <el-row> | 68 | <el-row> |
| 69 | <el-col style="width: 80%"> | 69 | <el-col style="width: 80%"> |
| 70 | <el-form-item> | 70 | <el-form-item> |
| 71 | - <el-input @keyup.native="form.shp.shp_adr=form.shp.shp_adr.replace(/[^A-Z0-9_]/g,'')" v-model="form.shp.shp_adr" auto-complete="off" placeholder="地址"></el-input> | 71 | + <el-input @keyup.native="form.shp.shp_adr=form.shp.shp_adr.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.shp.shp_adr" auto-complete="off" placeholder="地址"></el-input> |
| 72 | </el-form-item> | 72 | </el-form-item> |
| 73 | </el-col> | 73 | </el-col> |
| 74 | </el-row> | 74 | </el-row> |
| 75 | <el-row style="margin-bottom: -5px"> | 75 | <el-row style="margin-bottom: -5px"> |
| 76 | <el-col style="width: 80%"> | 76 | <el-col style="width: 80%"> |
| 77 | <el-form-item> | 77 | <el-form-item> |
| 78 | - <el-input @keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Z0-9_]/g,'')" v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input> | 78 | + <el-input @keyup.native="shp_oci.oci_csrc_info=shp_oci.oci_csrc_info.replace(/[^A-Z0-9_\s]/g,'')" v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input> |
| 79 | </el-form-item> | 79 | </el-form-item> |
| 80 | </el-col> | 80 | </el-col> |
| 81 | </el-row> | 81 | </el-row> |
| @@ -118,12 +118,12 @@ | @@ -118,12 +118,12 @@ | ||
| 118 | <el-row> | 118 | <el-row> |
| 119 | <el-col style="width: 38%"> | 119 | <el-col style="width: 38%"> |
| 120 | <el-form-item> | 120 | <el-form-item> |
| 121 | - <el-input @keyup.native="form.cne.cne_name=form.cne.cne_name.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 121 | + <el-input @keyup.native="form.cne.cne_name=form.cne.cne_name.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input> |
| 122 | </el-form-item> | 122 | </el-form-item> |
| 123 | </el-col> | 123 | </el-col> |
| 124 | <el-col style="width: 40%;margin-left: 5px"> | 124 | <el-col style="width: 40%;margin-left: 5px"> |
| 125 | <el-form-item> | 125 | <el-form-item> |
| 126 | - <el-input @keyup.native="cne_contact.contact_number=cne_contact.contact_number.replace(/[^A-Z0-9_]/g,'')" v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 126 | + <el-input @keyup.native="cne_contact.contact_number=cne_contact.contact_number.replace(/[^A-Z0-9_\s]/g,'')" v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> |
| 127 | </el-form-item> | 127 | </el-form-item> |
| 128 | </el-col> | 128 | </el-col> |
| 129 | </el-row> | 129 | </el-row> |
| @@ -135,7 +135,7 @@ | @@ -135,7 +135,7 @@ | ||
| 135 | </el-col> | 135 | </el-col> |
| 136 | <el-col style="width: 25%;margin-left: 10px"> | 136 | <el-col style="width: 25%;margin-left: 10px"> |
| 137 | <el-form-item> | 137 | <el-form-item> |
| 138 | - <el-input @keyup.native="form.cne.cne_loc_place=form.cne.cne_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> | 138 | + <el-input @keyup.native="form.cne.cne_loc_place=form.cne.cne_loc_place.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> |
| 139 | </el-form-item> | 139 | </el-form-item> |
| 140 | </el-col> | 140 | </el-col> |
| 141 | <el-col style="width: 25%;margin-left: 10px"> | 141 | <el-col style="width: 25%;margin-left: 10px"> |
| @@ -147,14 +147,14 @@ | @@ -147,14 +147,14 @@ | ||
| 147 | <el-row> | 147 | <el-row> |
| 148 | <el-col style="width: 80%"> | 148 | <el-col style="width: 80%"> |
| 149 | <el-form-item> | 149 | <el-form-item> |
| 150 | - <el-input @keyup.native="form.cne.cne_adr=form.cne.cne_adr.replace(/[^A-Z0-9_]/g,'')" v-model="form.cne.cne_adr" auto-complete="off" placeholder="地址"></el-input> | 150 | + <el-input @keyup.native="form.cne.cne_adr=form.cne.cne_adr.replace(/[^A-Z0-9_\s]/g,'')" v-model="form.cne.cne_adr" auto-complete="off" placeholder="地址"></el-input> |
| 151 | </el-form-item> | 151 | </el-form-item> |
| 152 | </el-col> | 152 | </el-col> |
| 153 | </el-row> | 153 | </el-row> |
| 154 | <el-row style="margin-bottom: -5px"> | 154 | <el-row style="margin-bottom: -5px"> |
| 155 | <el-col style="width: 80%"> | 155 | <el-col style="width: 80%"> |
| 156 | <el-form-item> | 156 | <el-form-item> |
| 157 | - <el-input @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Z0-9_]/g,'')" v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input> | 157 | + <el-input @keyup.native="cne_oci.oci_csrc_info=cne_oci.oci_csrc_info.replace(/[^A-Z0-9_\s]/g,'')" v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input> |
| 158 | </el-form-item> | 158 | </el-form-item> |
| 159 | </el-col> | 159 | </el-col> |
| 160 | </el-row> | 160 | </el-row> |
| @@ -926,12 +926,12 @@ Handling Information | @@ -926,12 +926,12 @@ Handling Information | ||
| 926 | <el-row> | 926 | <el-row> |
| 927 | <el-col style="width: 38%"> | 927 | <el-col style="width: 38%"> |
| 928 | <el-form-item label=" " prop="shp.shp_nam_name"> | 928 | <el-form-item label=" " prop="shp.shp_nam_name"> |
| 929 | - <el-input @keyup.native="addForm.shp.shp_nam_name=addForm.shp.shp_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 929 | + <el-input @keyup.native="addForm.shp.shp_nam_name=addForm.shp.shp_nam_name.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input> |
| 930 | </el-form-item> | 930 | </el-form-item> |
| 931 | </el-col> | 931 | </el-col> |
| 932 | <el-col style="width: 40%;margin-left:5px"> | 932 | <el-col style="width: 40%;margin-left:5px"> |
| 933 | <el-form-item> | 933 | <el-form-item> |
| 934 | - <el-input @keyup.native="addForm.shp.shp_detail_number=addForm.shp.shp_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 934 | + <el-input @keyup.native="addForm.shp.shp_detail_number=addForm.shp.shp_detail_number.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> |
| 935 | <!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">--> | 935 | <!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">--> |
| 936 | <!-- <el-option label="电话" value="2"></el-option>--> | 936 | <!-- <el-option label="电话" value="2"></el-option>--> |
| 937 | <!-- <el-option label="传真" value="3"></el-option>--> | 937 | <!-- <el-option label="传真" value="3"></el-option>--> |
| @@ -947,7 +947,7 @@ Handling Information | @@ -947,7 +947,7 @@ Handling Information | ||
| 947 | </el-col> | 947 | </el-col> |
| 948 | <el-col style="width: 25%;margin-left: 10px"> | 948 | <el-col style="width: 25%;margin-left: 10px"> |
| 949 | <el-form-item> | 949 | <el-form-item> |
| 950 | - <el-input @keyup.native="addForm.shp.shp_loc_place=addForm.shp.shp_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> | 950 | + <el-input @keyup.native="addForm.shp.shp_loc_place=addForm.shp.shp_loc_place.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> |
| 951 | </el-form-item> | 951 | </el-form-item> |
| 952 | </el-col> | 952 | </el-col> |
| 953 | <el-col style="width: 25%;margin-left: 10px"> | 953 | <el-col style="width: 25%;margin-left: 10px"> |
| @@ -959,14 +959,14 @@ Handling Information | @@ -959,14 +959,14 @@ Handling Information | ||
| 959 | <el-row> | 959 | <el-row> |
| 960 | <el-col style="width: 80%"> | 960 | <el-col style="width: 80%"> |
| 961 | <el-form-item> | 961 | <el-form-item> |
| 962 | - <el-input @keyup.native="addForm.shp.shp_adr_street=addForm.shp.shp_adr_street.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.shp.shp_adr_street" auto-complete="off" placeholder="地址"></el-input> | 962 | + <el-input @keyup.native="addForm.shp.shp_adr_street=addForm.shp.shp_adr_street.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.shp.shp_adr_street" auto-complete="off" placeholder="地址"></el-input> |
| 963 | </el-form-item> | 963 | </el-form-item> |
| 964 | </el-col> | 964 | </el-col> |
| 965 | </el-row> | 965 | </el-row> |
| 966 | <el-row style="margin-bottom: -5px"> | 966 | <el-row style="margin-bottom: -5px"> |
| 967 | <el-col style="width: 80%"> | 967 | <el-col style="width: 80%"> |
| 968 | <el-form-item> | 968 | <el-form-item> |
| 969 | - <el-input @keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Z0-9_]/g,'')" v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input> | 969 | + <el-input @keyup.native="shp_aeo.oci_supplementary=shp_aeo.oci_supplementary.replace(/[^A-Z0-9_\s]/g,'')" v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input> |
| 970 | </el-form-item> | 970 | </el-form-item> |
| 971 | </el-col> | 971 | </el-col> |
| 972 | </el-row> | 972 | </el-row> |
| @@ -1010,12 +1010,12 @@ Handling Information | @@ -1010,12 +1010,12 @@ Handling Information | ||
| 1010 | <el-row> | 1010 | <el-row> |
| 1011 | <el-col style="width: 38%"> | 1011 | <el-col style="width: 38%"> |
| 1012 | <el-form-item> | 1012 | <el-form-item> |
| 1013 | - <el-input @keyup.native="addForm.cne.cne_nam_name=addForm.cne.cne_nam_name.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 1013 | + <el-input @keyup.native="addForm.cne.cne_nam_name=addForm.cne.cne_nam_name.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input> |
| 1014 | </el-form-item> | 1014 | </el-form-item> |
| 1015 | </el-col> | 1015 | </el-col> |
| 1016 | <el-col style="width: 40%;margin-left: 5px"> | 1016 | <el-col style="width: 40%;margin-left: 5px"> |
| 1017 | <el-form-item> | 1017 | <el-form-item> |
| 1018 | - <el-input @keyup.native="addForm.cne.cne_detail_number=addForm.cne.cne_detail_number.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 1018 | + <el-input @keyup.native="addForm.cne.cne_detail_number=addForm.cne.cne_detail_number.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> |
| 1019 | <!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">--> | 1019 | <!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">--> |
| 1020 | <!-- <el-option label="电话" value="2"></el-option>--> | 1020 | <!-- <el-option label="电话" value="2"></el-option>--> |
| 1021 | <!-- <el-option label="传真" value="3"></el-option>--> | 1021 | <!-- <el-option label="传真" value="3"></el-option>--> |
| @@ -1031,7 +1031,7 @@ Handling Information | @@ -1031,7 +1031,7 @@ Handling Information | ||
| 1031 | </el-col> | 1031 | </el-col> |
| 1032 | <el-col style="width: 25%;margin-left: 10px"> | 1032 | <el-col style="width: 25%;margin-left: 10px"> |
| 1033 | <el-form-item> | 1033 | <el-form-item> |
| 1034 | - <el-input @keyup.native="addForm.cne.cne_loc_place=addForm.cne.cne_loc_place.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> | 1034 | + <el-input @keyup.native="addForm.cne.cne_loc_place=addForm.cne.cne_loc_place.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> |
| 1035 | </el-form-item> | 1035 | </el-form-item> |
| 1036 | </el-col> | 1036 | </el-col> |
| 1037 | <el-col style="width: 25%;margin-left: 10px"> | 1037 | <el-col style="width: 25%;margin-left: 10px"> |
| @@ -1043,14 +1043,14 @@ Handling Information | @@ -1043,14 +1043,14 @@ Handling Information | ||
| 1043 | <el-row> | 1043 | <el-row> |
| 1044 | <el-col style="width: 80%"> | 1044 | <el-col style="width: 80%"> |
| 1045 | <el-form-item> | 1045 | <el-form-item> |
| 1046 | - <el-input @keyup.native="addForm.cne.cne_adr_street=addForm.cne.cne_adr_street.replace(/[^A-Z0-9_]/g,'')" v-model="addForm.cne.cne_adr_street" auto-complete="off" placeholder="地址"></el-input> | 1046 | + <el-input @keyup.native="addForm.cne.cne_adr_street=addForm.cne.cne_adr_street.replace(/[^A-Z0-9_\s]/g,'')" v-model="addForm.cne.cne_adr_street" auto-complete="off" placeholder="地址"></el-input> |
| 1047 | </el-form-item> | 1047 | </el-form-item> |
| 1048 | </el-col> | 1048 | </el-col> |
| 1049 | </el-row> | 1049 | </el-row> |
| 1050 | <el-row style="margin-bottom: -5px"> | 1050 | <el-row style="margin-bottom: -5px"> |
| 1051 | <el-col style="width: 80%"> | 1051 | <el-col style="width: 80%"> |
| 1052 | <el-form-item> | 1052 | <el-form-item> |
| 1053 | - <el-input @keyup.native="cne_aeo.oci_supplementary=cne_aeo.oci_supplementary.replace(/[^A-Z0-9_]/g,'')" v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input> | 1053 | + <el-input @keyup.native="cne_aeo.oci_supplementary=cne_aeo.oci_supplementary.replace(/[^A-Z0-9_\s]/g,'')" v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input> |
| 1054 | </el-form-item> | 1054 | </el-form-item> |
| 1055 | </el-col> | 1055 | </el-col> |
| 1056 | </el-row> | 1056 | </el-row> |
-
请 注册 或 登录 后发表评论