正在显示
1 个修改的文件
包含
62 行增加
和
62 行删除
@@ -32,12 +32,12 @@ | @@ -32,12 +32,12 @@ | ||
32 | <el-row> | 32 | <el-row> |
33 | <el-col style="width: 25%"> | 33 | <el-col style="width: 25%"> |
34 | <el-form-item> | 34 | <el-form-item> |
35 | - <el-input v-model="form.shp.shp_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input> | 35 | + <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" style="width: 90%"></el-input> |
36 | </el-form-item> | 36 | </el-form-item> |
37 | </el-col> | 37 | </el-col> |
38 | <el-col style="width: 52%;margin-left: 10px"> | 38 | <el-col style="width: 52%;margin-left: 10px"> |
39 | <el-form-item> | 39 | <el-form-item> |
40 | - <el-input v-model="shp_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 40 | + <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> |
41 | <!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">--> | 41 | <!-- <el-select v-model="form.shp.shp_detail_number" placeholder="电话/传真">--> |
42 | <!-- <el-option label="电话" value="2"></el-option>--> | 42 | <!-- <el-option label="电话" value="2"></el-option>--> |
43 | <!-- <el-option label="传真" value="3"></el-option>--> | 43 | <!-- <el-option label="传真" value="3"></el-option>--> |
@@ -53,7 +53,7 @@ | @@ -53,7 +53,7 @@ | ||
53 | </el-col> | 53 | </el-col> |
54 | <el-col style="width: 25%;margin-left: 10px"> | 54 | <el-col style="width: 25%;margin-left: 10px"> |
55 | <el-form-item> | 55 | <el-form-item> |
56 | - <el-input v-model="form.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> | 56 | + <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> |
57 | </el-form-item> | 57 | </el-form-item> |
58 | </el-col> | 58 | </el-col> |
59 | <el-col style="width: 25%;margin-left: 10px"> | 59 | <el-col style="width: 25%;margin-left: 10px"> |
@@ -65,14 +65,14 @@ | @@ -65,14 +65,14 @@ | ||
65 | <el-row> | 65 | <el-row> |
66 | <el-col style="width: 80%"> | 66 | <el-col style="width: 80%"> |
67 | <el-form-item> | 67 | <el-form-item> |
68 | - <el-input v-model="form.shp.shp_adr" auto-complete="off" placeholder="地址"></el-input> | 68 | + <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> |
69 | </el-form-item> | 69 | </el-form-item> |
70 | </el-col> | 70 | </el-col> |
71 | </el-row> | 71 | </el-row> |
72 | <el-row style="margin-bottom: -5px"> | 72 | <el-row style="margin-bottom: -5px"> |
73 | <el-col style="width: 80%"> | 73 | <el-col style="width: 80%"> |
74 | <el-form-item> | 74 | <el-form-item> |
75 | - <el-input v-model="shp_oci.oci_csrc_info" auto-complete="off" placeholder="发货人AEO"></el-input> | 75 | + <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> |
76 | </el-form-item> | 76 | </el-form-item> |
77 | </el-col> | 77 | </el-col> |
78 | </el-row> | 78 | </el-row> |
@@ -115,12 +115,12 @@ | @@ -115,12 +115,12 @@ | ||
115 | <el-row> | 115 | <el-row> |
116 | <el-col style="width: 25%"> | 116 | <el-col style="width: 25%"> |
117 | <el-form-item> | 117 | <el-form-item> |
118 | - <el-input v-model="form.cne.cne_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 118 | + <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> |
119 | </el-form-item> | 119 | </el-form-item> |
120 | </el-col> | 120 | </el-col> |
121 | <el-col style="width: 52%;margin-left: 10px"> | 121 | <el-col style="width: 52%;margin-left: 10px"> |
122 | <el-form-item> | 122 | <el-form-item> |
123 | - <el-input v-model="cne_contact.contact_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 123 | + <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> |
124 | </el-form-item> | 124 | </el-form-item> |
125 | </el-col> | 125 | </el-col> |
126 | </el-row> | 126 | </el-row> |
@@ -132,7 +132,7 @@ | @@ -132,7 +132,7 @@ | ||
132 | </el-col> | 132 | </el-col> |
133 | <el-col style="width: 25%;margin-left: 10px"> | 133 | <el-col style="width: 25%;margin-left: 10px"> |
134 | <el-form-item> | 134 | <el-form-item> |
135 | - <el-input v-model="form.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> | 135 | + <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> |
136 | </el-form-item> | 136 | </el-form-item> |
137 | </el-col> | 137 | </el-col> |
138 | <el-col style="width: 25%;margin-left: 10px"> | 138 | <el-col style="width: 25%;margin-left: 10px"> |
@@ -144,14 +144,14 @@ | @@ -144,14 +144,14 @@ | ||
144 | <el-row> | 144 | <el-row> |
145 | <el-col style="width: 80%"> | 145 | <el-col style="width: 80%"> |
146 | <el-form-item> | 146 | <el-form-item> |
147 | - <el-input v-model="form.cne.cne_adr" auto-complete="off" placeholder="地址"></el-input> | 147 | + <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> |
148 | </el-form-item> | 148 | </el-form-item> |
149 | </el-col> | 149 | </el-col> |
150 | </el-row> | 150 | </el-row> |
151 | <el-row style="margin-bottom: -5px"> | 151 | <el-row style="margin-bottom: -5px"> |
152 | <el-col style="width: 80%"> | 152 | <el-col style="width: 80%"> |
153 | <el-form-item> | 153 | <el-form-item> |
154 | - <el-input v-model="cne_oci.oci_csrc_info" auto-complete="off" placeholder="收货人AEO"></el-input> | 154 | + <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> |
155 | </el-form-item> | 155 | </el-form-item> |
156 | </el-col> | 156 | </el-col> |
157 | </el-row> | 157 | </el-row> |
@@ -920,12 +920,12 @@ Handling Information | @@ -920,12 +920,12 @@ Handling Information | ||
920 | <el-row> | 920 | <el-row> |
921 | <el-col style="width: 25%"> | 921 | <el-col style="width: 25%"> |
922 | <el-form-item label=" " prop="shp.shp_nam_name"> | 922 | <el-form-item label=" " prop="shp.shp_nam_name"> |
923 | - <el-input v-model="addForm.shp.shp_nam_name" auto-complete="off" placeholder="名称" size="mini" style="width: 90%"></el-input> | 923 | + <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" style="width: 90%"></el-input> |
924 | </el-form-item> | 924 | </el-form-item> |
925 | </el-col> | 925 | </el-col> |
926 | <el-col style="width: 52%;margin-left: 10px"> | 926 | <el-col style="width: 52%;margin-left: 10px"> |
927 | <el-form-item> | 927 | <el-form-item> |
928 | - <el-input v-model="addForm.shp.shp_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 928 | + <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> |
929 | <!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">--> | 929 | <!-- <el-select v-model="addForm.shp.shp_detail_number" placeholder="电话/传真">--> |
930 | <!-- <el-option label="电话" value="2"></el-option>--> | 930 | <!-- <el-option label="电话" value="2"></el-option>--> |
931 | <!-- <el-option label="传真" value="3"></el-option>--> | 931 | <!-- <el-option label="传真" value="3"></el-option>--> |
@@ -941,7 +941,7 @@ Handling Information | @@ -941,7 +941,7 @@ Handling Information | ||
941 | </el-col> | 941 | </el-col> |
942 | <el-col style="width: 25%;margin-left: 10px"> | 942 | <el-col style="width: 25%;margin-left: 10px"> |
943 | <el-form-item> | 943 | <el-form-item> |
944 | - <el-input v-model="addForm.shp.shp_loc_place" auto-complete="off" placeholder="城市"></el-input> | 944 | + <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> |
945 | </el-form-item> | 945 | </el-form-item> |
946 | </el-col> | 946 | </el-col> |
947 | <el-col style="width: 25%;margin-left: 10px"> | 947 | <el-col style="width: 25%;margin-left: 10px"> |
@@ -953,14 +953,14 @@ Handling Information | @@ -953,14 +953,14 @@ Handling Information | ||
953 | <el-row> | 953 | <el-row> |
954 | <el-col style="width: 80%"> | 954 | <el-col style="width: 80%"> |
955 | <el-form-item> | 955 | <el-form-item> |
956 | - <el-input v-model="addForm.shp.shp_adr_street" auto-complete="off" placeholder="地址"></el-input> | 956 | + <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> |
957 | </el-form-item> | 957 | </el-form-item> |
958 | </el-col> | 958 | </el-col> |
959 | </el-row> | 959 | </el-row> |
960 | <el-row style="margin-bottom: -5px"> | 960 | <el-row style="margin-bottom: -5px"> |
961 | <el-col style="width: 80%"> | 961 | <el-col style="width: 80%"> |
962 | <el-form-item> | 962 | <el-form-item> |
963 | - <el-input v-model="shp_aeo.oci_supplementary" auto-complete="off" placeholder="发货人AEO"></el-input> | 963 | + <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> |
964 | </el-form-item> | 964 | </el-form-item> |
965 | </el-col> | 965 | </el-col> |
966 | </el-row> | 966 | </el-row> |
@@ -981,7 +981,7 @@ Handling Information | @@ -981,7 +981,7 @@ Handling Information | ||
981 | </el-col> | 981 | </el-col> |
982 | <el-col style="width: 70%"> | 982 | <el-col style="width: 70%"> |
983 | <el-form-item> | 983 | <el-form-item> |
984 | - <el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4}" | 984 | + <el-input disabled type="textarea" :autosize="{ minRows: 2, maxRows: 4}" |
985 | auto-complete="off" size="mini"></el-input> | 985 | auto-complete="off" size="mini"></el-input> |
986 | </el-form-item> | 986 | </el-form-item> |
987 | </el-col> | 987 | </el-col> |
@@ -1004,12 +1004,12 @@ Handling Information | @@ -1004,12 +1004,12 @@ Handling Information | ||
1004 | <el-row> | 1004 | <el-row> |
1005 | <el-col style="width: 25%"> | 1005 | <el-col style="width: 25%"> |
1006 | <el-form-item> | 1006 | <el-form-item> |
1007 | - <el-input v-model="addForm.cne.cne_nam_name" auto-complete="off" placeholder="名称" size="mini"></el-input> | 1007 | + <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> |
1008 | </el-form-item> | 1008 | </el-form-item> |
1009 | </el-col> | 1009 | </el-col> |
1010 | <el-col style="width: 52%;margin-left: 10px"> | 1010 | <el-col style="width: 52%;margin-left: 10px"> |
1011 | <el-form-item> | 1011 | <el-form-item> |
1012 | - <el-input v-model="addForm.cne.cne_detail_number" auto-complete="off" placeholder="电话/传真" size="mini"></el-input> | 1012 | + <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> |
1013 | <!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">--> | 1013 | <!-- <el-select v-model="addForm.cne.cne_detail_number" placeholder="电话/传真">--> |
1014 | <!-- <el-option label="电话" value="2"></el-option>--> | 1014 | <!-- <el-option label="电话" value="2"></el-option>--> |
1015 | <!-- <el-option label="传真" value="3"></el-option>--> | 1015 | <!-- <el-option label="传真" value="3"></el-option>--> |
@@ -1025,7 +1025,7 @@ Handling Information | @@ -1025,7 +1025,7 @@ Handling Information | ||
1025 | </el-col> | 1025 | </el-col> |
1026 | <el-col style="width: 25%;margin-left: 10px"> | 1026 | <el-col style="width: 25%;margin-left: 10px"> |
1027 | <el-form-item> | 1027 | <el-form-item> |
1028 | - <el-input v-model="addForm.cne.cne_loc_place" auto-complete="off" placeholder="城市"></el-input> | 1028 | + <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> |
1029 | </el-form-item> | 1029 | </el-form-item> |
1030 | </el-col> | 1030 | </el-col> |
1031 | <el-col style="width: 25%;margin-left: 10px"> | 1031 | <el-col style="width: 25%;margin-left: 10px"> |
@@ -1037,14 +1037,14 @@ Handling Information | @@ -1037,14 +1037,14 @@ Handling Information | ||
1037 | <el-row> | 1037 | <el-row> |
1038 | <el-col style="width: 80%"> | 1038 | <el-col style="width: 80%"> |
1039 | <el-form-item> | 1039 | <el-form-item> |
1040 | - <el-input v-model="addForm.cne.cne_adr_street" auto-complete="off" placeholder="地址"></el-input> | 1040 | + <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> |
1041 | </el-form-item> | 1041 | </el-form-item> |
1042 | </el-col> | 1042 | </el-col> |
1043 | </el-row> | 1043 | </el-row> |
1044 | <el-row style="margin-bottom: -5px"> | 1044 | <el-row style="margin-bottom: -5px"> |
1045 | <el-col style="width: 80%"> | 1045 | <el-col style="width: 80%"> |
1046 | <el-form-item> | 1046 | <el-form-item> |
1047 | - <el-input v-model="cne_aeo.oci_supplementary" auto-complete="off" placeholder="收货人AEO"></el-input> | 1047 | + <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> |
1048 | </el-form-item> | 1048 | </el-form-item> |
1049 | </el-col> | 1049 | </el-col> |
1050 | </el-row> | 1050 | </el-row> |
@@ -1064,12 +1064,12 @@ Handling Information | @@ -1064,12 +1064,12 @@ Handling Information | ||
1064 | <el-row style="margin-bottom: -5px"> | 1064 | <el-row style="margin-bottom: -5px"> |
1065 | <el-col style="width: 30%"> | 1065 | <el-col style="width: 30%"> |
1066 | <el-form-item> | 1066 | <el-form-item> |
1067 | - <el-input auto-complete="off" placeholder="代理人名称" size="mini"></el-input> | 1067 | + <el-input disabled auto-complete="off" placeholder="代理人名称" size="mini"></el-input> |
1068 | </el-form-item> | 1068 | </el-form-item> |
1069 | </el-col> | 1069 | </el-col> |
1070 | <el-col style="width: 30%;margin-left: 30px"> | 1070 | <el-col style="width: 30%;margin-left: 30px"> |
1071 | <el-form-item> | 1071 | <el-form-item> |
1072 | - <el-input auto-complete="off" placeholder="代理人地址" size="mini"></el-input> | 1072 | + <el-input disabled auto-complete="off" placeholder="代理人地址" size="mini"></el-input> |
1073 | </el-form-item> | 1073 | </el-form-item> |
1074 | </el-col> | 1074 | </el-col> |
1075 | </el-row> | 1075 | </el-row> |
@@ -1081,7 +1081,7 @@ Handling Information | @@ -1081,7 +1081,7 @@ Handling Information | ||
1081 | <el-row style="margin-bottom: -5px"> | 1081 | <el-row style="margin-bottom: -5px"> |
1082 | <el-col style="width: 90%"> | 1082 | <el-col style="width: 90%"> |
1083 | <el-form-item> | 1083 | <el-form-item> |
1084 | - <el-input v-model="addForm.acc_info" auto-complete="off" placeholder="财务信息内容" size="mini"></el-input> | 1084 | + <el-input disabled v-model="addForm.acc_info" auto-complete="off" placeholder="财务信息内容" size="mini"></el-input> |
1085 | </el-form-item> | 1085 | </el-form-item> |
1086 | </el-col> | 1086 | </el-col> |
1087 | </el-row> | 1087 | </el-row> |
@@ -1095,7 +1095,7 @@ Handling Information | @@ -1095,7 +1095,7 @@ Handling Information | ||
1095 | <el-row style="margin-bottom: -5px"> | 1095 | <el-row style="margin-bottom: -5px"> |
1096 | <el-col style="width: 65%"> | 1096 | <el-col style="width: 65%"> |
1097 | <el-form-item> | 1097 | <el-form-item> |
1098 | - <el-input auto-complete="off" placeholder="IATA代码" size="mini"></el-input> | 1098 | + <el-input disabled auto-complete="off" placeholder="IATA代码" size="mini"></el-input> |
1099 | </el-form-item> | 1099 | </el-form-item> |
1100 | </el-col> | 1100 | </el-col> |
1101 | </el-row> | 1101 | </el-row> |
@@ -1107,7 +1107,7 @@ Handling Information | @@ -1107,7 +1107,7 @@ Handling Information | ||
1107 | <el-row style="margin-bottom: -5px"> | 1107 | <el-row style="margin-bottom: -5px"> |
1108 | <el-col style="width: 65%"> | 1108 | <el-col style="width: 65%"> |
1109 | <el-form-item> | 1109 | <el-form-item> |
1110 | - <el-input auto-complete="off" placeholder="代理人账号" size="mini"></el-input> | 1110 | + <el-input disabled auto-complete="off" placeholder="代理人账号" size="mini"></el-input> |
1111 | </el-form-item> | 1111 | </el-form-item> |
1112 | </el-col> | 1112 | </el-col> |
1113 | </el-row> | 1113 | </el-row> |
@@ -1120,7 +1120,7 @@ Handling Information | @@ -1120,7 +1120,7 @@ Handling Information | ||
1120 | <el-row style="margin-bottom: -5px"> | 1120 | <el-row style="margin-bottom: -5px"> |
1121 | <el-col style="width: 90%"> | 1121 | <el-col style="width: 90%"> |
1122 | <el-form-item> | 1122 | <el-form-item> |
1123 | - <el-input auto-complete="off" placeholder="财务信息标识" size="mini"></el-input> | 1123 | + <el-input disabled auto-complete="off" placeholder="财务信息标识" size="mini"></el-input> |
1124 | </el-form-item> | 1124 | </el-form-item> |
1125 | </el-col> | 1125 | </el-col> |
1126 | </el-row> | 1126 | </el-row> |
@@ -1135,7 +1135,7 @@ Handling Information | @@ -1135,7 +1135,7 @@ Handling Information | ||
1135 | <el-row style="margin-bottom: -5px"> | 1135 | <el-row style="margin-bottom: -5px"> |
1136 | <el-col style="width: 95%"> | 1136 | <el-col style="width: 95%"> |
1137 | <el-form-item> | 1137 | <el-form-item> |
1138 | - <el-input auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input> | 1138 | + <el-input disabled auto-complete="off" placeholder="出发机场(第一承运人地址)" size="mini"></el-input> |
1139 | </el-form-item> | 1139 | </el-form-item> |
1140 | </el-col> | 1140 | </el-col> |
1141 | </el-row> | 1141 | </el-row> |
@@ -1231,7 +1231,7 @@ Handling Information | @@ -1231,7 +1231,7 @@ Handling Information | ||
1231 | <el-row style="margin-bottom: -5px"> | 1231 | <el-row style="margin-bottom: -5px"> |
1232 | <el-col style="width: 95%"> | 1232 | <el-col style="width: 95%"> |
1233 | <el-form-item> | 1233 | <el-form-item> |
1234 | - <el-input auto-complete="off" placeholder="到达站" size="mini"></el-input> | 1234 | + <el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input> |
1235 | </el-form-item> | 1235 | </el-form-item> |
1236 | </el-col> | 1236 | </el-col> |
1237 | </el-row> | 1237 | </el-row> |
@@ -1243,7 +1243,7 @@ Handling Information | @@ -1243,7 +1243,7 @@ Handling Information | ||
1243 | <el-row style="margin-bottom: -5px"> | 1243 | <el-row style="margin-bottom: -5px"> |
1244 | <el-col style="width: 95%"> | 1244 | <el-col style="width: 95%"> |
1245 | <el-form-item> | 1245 | <el-form-item> |
1246 | - <el-input auto-complete="off" placeholder="承运人" size="mini"></el-input> | 1246 | + <el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input> |
1247 | </el-form-item> | 1247 | </el-form-item> |
1248 | </el-col> | 1248 | </el-col> |
1249 | </el-row> | 1249 | </el-row> |
@@ -1255,7 +1255,7 @@ Handling Information | @@ -1255,7 +1255,7 @@ Handling Information | ||
1255 | <el-row style="margin-bottom: -5px"> | 1255 | <el-row style="margin-bottom: -5px"> |
1256 | <el-col style="width: 95%"> | 1256 | <el-col style="width: 95%"> |
1257 | <el-form-item> | 1257 | <el-form-item> |
1258 | - <el-input auto-complete="off" placeholder="到达站" size="mini"></el-input> | 1258 | + <el-input disabled auto-complete="off" placeholder="到达站" size="mini"></el-input> |
1259 | </el-form-item> | 1259 | </el-form-item> |
1260 | </el-col> | 1260 | </el-col> |
1261 | </el-row> | 1261 | </el-row> |
@@ -1267,7 +1267,7 @@ Handling Information | @@ -1267,7 +1267,7 @@ Handling Information | ||
1267 | <el-row style="margin-bottom: -5px"> | 1267 | <el-row style="margin-bottom: -5px"> |
1268 | <el-col style="width: 95%"> | 1268 | <el-col style="width: 95%"> |
1269 | <el-form-item> | 1269 | <el-form-item> |
1270 | - <el-input auto-complete="off" placeholder="承运人" size="mini"></el-input> | 1270 | + <el-input disabled auto-complete="off" placeholder="承运人" size="mini"></el-input> |
1271 | </el-form-item> | 1271 | </el-form-item> |
1272 | </el-col> | 1272 | </el-col> |
1273 | </el-row> | 1273 | </el-row> |
@@ -1462,7 +1462,7 @@ Handling Information | @@ -1462,7 +1462,7 @@ Handling Information | ||
1462 | <el-row style="margin-bottom: -5px"> | 1462 | <el-row style="margin-bottom: -5px"> |
1463 | <el-col style="width: 95%"> | 1463 | <el-col style="width: 95%"> |
1464 | <el-form-item> | 1464 | <el-form-item> |
1465 | - <el-input auto-complete="off" placeholder="商品代号" size="mini"></el-input> | 1465 | + <el-input disabled auto-complete="off" placeholder="商品代号" size="mini"></el-input> |
1466 | </el-form-item> | 1466 | </el-form-item> |
1467 | </el-col> | 1467 | </el-col> |
1468 | </el-row> | 1468 | </el-row> |
@@ -1471,7 +1471,7 @@ Handling Information | @@ -1471,7 +1471,7 @@ Handling Information | ||
1471 | <el-row style="margin-bottom: -5px"> | 1471 | <el-row style="margin-bottom: -5px"> |
1472 | <el-col style="width: 95%"> | 1472 | <el-col style="width: 95%"> |
1473 | <el-form-item> | 1473 | <el-form-item> |
1474 | - <el-input v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> | 1474 | + <el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> |
1475 | </el-form-item> | 1475 | </el-form-item> |
1476 | </el-col> | 1476 | </el-col> |
1477 | </el-row> | 1477 | </el-row> |
@@ -1480,7 +1480,7 @@ Handling Information | @@ -1480,7 +1480,7 @@ Handling Information | ||
1480 | <el-row style="margin-bottom: -5px"> | 1480 | <el-row style="margin-bottom: -5px"> |
1481 | <el-col style="width: 95%"> | 1481 | <el-col style="width: 95%"> |
1482 | <el-form-item> | 1482 | <el-form-item> |
1483 | - <el-input auto-complete="off" placeholder="费率" size="mini"></el-input> | 1483 | + <el-input disabled auto-complete="off" placeholder="费率" size="mini"></el-input> |
1484 | </el-form-item> | 1484 | </el-form-item> |
1485 | </el-col> | 1485 | </el-col> |
1486 | </el-row> | 1486 | </el-row> |
@@ -1489,7 +1489,7 @@ Handling Information | @@ -1489,7 +1489,7 @@ Handling Information | ||
1489 | <el-row style="margin-bottom: -5px"> | 1489 | <el-row style="margin-bottom: -5px"> |
1490 | <el-col style="width: 95%"> | 1490 | <el-col style="width: 95%"> |
1491 | <el-form-item> | 1491 | <el-form-item> |
1492 | - <el-input auto-complete="off" placeholder="总计" size="mini"></el-input> | 1492 | + <el-input disabled auto-complete="off" placeholder="总计" size="mini"></el-input> |
1493 | </el-form-item> | 1493 | </el-form-item> |
1494 | </el-col> | 1494 | </el-col> |
1495 | </el-row> | 1495 | </el-row> |
@@ -1520,7 +1520,7 @@ Handling Information | @@ -1520,7 +1520,7 @@ Handling Information | ||
1520 | <el-row style="margin-bottom: -5px"> | 1520 | <el-row style="margin-bottom: -5px"> |
1521 | <el-col style="width: 95%"> | 1521 | <el-col style="width: 95%"> |
1522 | <el-form-item> | 1522 | <el-form-item> |
1523 | - <el-input auto-complete="off" placeholder="其他" size="mini"></el-input> | 1523 | + <el-input disabled auto-complete="off" placeholder="其他" size="mini"></el-input> |
1524 | </el-form-item> | 1524 | </el-form-item> |
1525 | </el-col> | 1525 | </el-col> |
1526 | </el-row> | 1526 | </el-row> |
@@ -1531,15 +1531,15 @@ Handling Information | @@ -1531,15 +1531,15 @@ Handling Information | ||
1531 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5"> | 1531 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5"> |
1532 | <el-row style="border-bottom:1px solid #a5a5a5;padding-left: 5px"> | 1532 | <el-row style="border-bottom:1px solid #a5a5a5;padding-left: 5px"> |
1533 | <el-col :span="16" style="font-size: 12px"> | 1533 | <el-col :span="16" style="font-size: 12px"> |
1534 | - <el-radio v-model="addForm.cvd.cvd_charge_prepaid" label="PP" value="PP">预付 Prepaid</el-radio> | 1534 | + <el-radio disabled v-model="addForm.cvd.cvd_charge_prepaid" label="PP" value="PP">预付 Prepaid</el-radio> |
1535 | </el-col> | 1535 | </el-col> |
1536 | <el-col :span="4" style="font-size: 12px;margin-left: 25px"> | 1536 | <el-col :span="4" style="font-size: 12px;margin-left: 25px"> |
1537 | - <el-radio v-model="addForm.cvd.cvd_charge_prepaid" label="CC" value="CC">到付 Collect</el-radio> | 1537 | + <el-radio disabled v-model="addForm.cvd.cvd_charge_prepaid" label="CC" value="CC">到付 Collect</el-radio> |
1538 | </el-col> | 1538 | </el-col> |
1539 | </el-row> | 1539 | </el-row> |
1540 | <el-row style="padding-top: 20px"> | 1540 | <el-row style="padding-top: 20px"> |
1541 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> | 1541 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> |
1542 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> | 1542 | + <el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> |
1543 | </el-col> | 1543 | </el-col> |
1544 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 1544 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
1545 | <span style="font-size: 12px"> | 1545 | <span style="font-size: 12px"> |
@@ -1547,7 +1547,7 @@ Handling Information | @@ -1547,7 +1547,7 @@ Handling Information | ||
1547 | </span> | 1547 | </span> |
1548 | </el-col> | 1548 | </el-col> |
1549 | <el-col :span="7"> | 1549 | <el-col :span="7"> |
1550 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> | 1550 | + <el-input disabled v-model="addForm.hbs.hbs_weight" auto-complete="off" placeholder="计费重量" size="mini"></el-input> |
1551 | </el-col> | 1551 | </el-col> |
1552 | </el-row> | 1552 | </el-row> |
1553 | </el-col> | 1553 | </el-col> |
@@ -1558,7 +1558,7 @@ Handling Information | @@ -1558,7 +1558,7 @@ Handling Information | ||
1558 | <el-row style="margin-bottom: -5px"> | 1558 | <el-row style="margin-bottom: -5px"> |
1559 | <el-col style="width: 95%"> | 1559 | <el-col style="width: 95%"> |
1560 | <el-form-item> | 1560 | <el-form-item> |
1561 | - <el-input auto-complete="off" placeholder="其他费用" size="mini"></el-input> | 1561 | + <el-input disabled auto-complete="off" placeholder="其他费用" size="mini"></el-input> |
1562 | </el-form-item> | 1562 | </el-form-item> |
1563 | </el-col> | 1563 | </el-col> |
1564 | </el-row> | 1564 | </el-row> |
@@ -1568,7 +1568,7 @@ Handling Information | @@ -1568,7 +1568,7 @@ Handling Information | ||
1568 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5"> | 1568 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;border-bottom:1px solid #a5a5a5;border-left:1px solid #a5a5a5"> |
1569 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 15px"> | 1569 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 15px"> |
1570 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> | 1570 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> |
1571 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="附加费" size="mini"></el-input> | 1571 | + <el-input disabled auto-complete="off" placeholder="附加费" size="mini"></el-input> |
1572 | </el-col> | 1572 | </el-col> |
1573 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 1573 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
1574 | <span style="font-size: 12px"> | 1574 | <span style="font-size: 12px"> |
@@ -1576,12 +1576,12 @@ Handling Information | @@ -1576,12 +1576,12 @@ Handling Information | ||
1576 | </span> | 1576 | </span> |
1577 | </el-col> | 1577 | </el-col> |
1578 | <el-col :span="7"> | 1578 | <el-col :span="7"> |
1579 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="附加费" size="mini"></el-input> | 1579 | + <el-input disabled auto-complete="off" placeholder="附加费" size="mini"></el-input> |
1580 | </el-col> | 1580 | </el-col> |
1581 | </el-row> | 1581 | </el-row> |
1582 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px"> | 1582 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px"> |
1583 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> | 1583 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> |
1584 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="税款" size="mini"></el-input> | 1584 | + <el-input disabled auto-complete="off" placeholder="税款" size="mini"></el-input> |
1585 | </el-col> | 1585 | </el-col> |
1586 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 1586 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
1587 | <span style="font-size: 12px"> | 1587 | <span style="font-size: 12px"> |
@@ -1589,12 +1589,12 @@ Handling Information | @@ -1589,12 +1589,12 @@ Handling Information | ||
1589 | </span> | 1589 | </span> |
1590 | </el-col> | 1590 | </el-col> |
1591 | <el-col :span="7"> | 1591 | <el-col :span="7"> |
1592 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="税款" size="mini"></el-input> | 1592 | + <el-input disabled auto-complete="off" placeholder="税款" size="mini"></el-input> |
1593 | </el-col> | 1593 | </el-col> |
1594 | </el-row> | 1594 | </el-row> |
1595 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px"> | 1595 | <el-row style="border-bottom: 1px solid #a5a5a5;margin-top: 30px"> |
1596 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> | 1596 | <el-col :span="7" style="border-right: 1px solid #a5a5a5"> |
1597 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input> | 1597 | + <el-input disabled auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input> |
1598 | </el-col> | 1598 | </el-col> |
1599 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 1599 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
1600 | <span style="font-size: 12px"> | 1600 | <span style="font-size: 12px"> |
@@ -1602,12 +1602,12 @@ Handling Information | @@ -1602,12 +1602,12 @@ Handling Information | ||
1602 | </span> | 1602 | </span> |
1603 | </el-col> | 1603 | </el-col> |
1604 | <el-col :span="7"> | 1604 | <el-col :span="7"> |
1605 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input> | 1605 | + <el-input disabled auto-complete="off" placeholder="其他应付代理人合计" size="mini"></el-input> |
1606 | </el-col> | 1606 | </el-col> |
1607 | </el-row> | 1607 | </el-row> |
1608 | <el-row style="margin-top: 30px;margin-bottom: -2px"> | 1608 | <el-row style="margin-top: 30px;margin-bottom: -2px"> |
1609 | <el-col :span="7" style="border-right: 1px solid #a5a5a5;margin-bottom: 2px"> | 1609 | <el-col :span="7" style="border-right: 1px solid #a5a5a5;margin-bottom: 2px"> |
1610 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input> | 1610 | + <el-input disabled auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input> |
1611 | </el-col> | 1611 | </el-col> |
1612 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> | 1612 | <el-col :span="10" style="border-right: 1px solid #a5a5a5;text-align: center"> |
1613 | <span style="font-size: 12px"> | 1613 | <span style="font-size: 12px"> |
@@ -1615,7 +1615,7 @@ Handling Information | @@ -1615,7 +1615,7 @@ Handling Information | ||
1615 | </span> | 1615 | </span> |
1616 | </el-col> | 1616 | </el-col> |
1617 | <el-col :span="7"> | 1617 | <el-col :span="7"> |
1618 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input> | 1618 | + <el-input disabled auto-complete="off" placeholder="其他应付承运人合计" size="mini"></el-input> |
1619 | </el-col> | 1619 | </el-col> |
1620 | </el-row> | 1620 | </el-row> |
1621 | </el-col> | 1621 | </el-col> |
@@ -1635,7 +1635,7 @@ Handling Information | @@ -1635,7 +1635,7 @@ Handling Information | ||
1635 | </el-col> | 1635 | </el-col> |
1636 | <el-col :span="14"> | 1636 | <el-col :span="14"> |
1637 | <el-form-item> | 1637 | <el-form-item> |
1638 | - <el-input style="width: 95%" auto-complete="off" placeholder="托运人或其代理人签字" size="mini"></el-input> | 1638 | + <el-input disabled style="width: 95%" auto-complete="off" placeholder="托运人或其代理人签字" size="mini"></el-input> |
1639 | </el-form-item> | 1639 | </el-form-item> |
1640 | </el-col> | 1640 | </el-col> |
1641 | </el-row> | 1641 | </el-row> |
@@ -1649,7 +1649,7 @@ Handling Information | @@ -1649,7 +1649,7 @@ Handling Information | ||
1649 | <el-row> | 1649 | <el-row> |
1650 | <el-col style="width: 95%"> | 1650 | <el-col style="width: 95%"> |
1651 | <el-form-item> | 1651 | <el-form-item> |
1652 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='CC'" auto-complete="off" placeholder="预付总计" size="mini"></el-input> | 1652 | + <el-input disabled auto-complete="off" placeholder="预付总计" size="mini"></el-input> |
1653 | </el-form-item> | 1653 | </el-form-item> |
1654 | </el-col> | 1654 | </el-col> |
1655 | </el-row> | 1655 | </el-row> |
@@ -1661,7 +1661,7 @@ Handling Information | @@ -1661,7 +1661,7 @@ Handling Information | ||
1661 | <el-row> | 1661 | <el-row> |
1662 | <el-col style="width: 95%"> | 1662 | <el-col style="width: 95%"> |
1663 | <el-form-item> | 1663 | <el-form-item> |
1664 | - <el-input auto-complete="off" placeholder="货币兑换率" size="mini"></el-input> | 1664 | + <el-input disabled auto-complete="off" placeholder="货币兑换率" size="mini"></el-input> |
1665 | </el-form-item> | 1665 | </el-form-item> |
1666 | </el-col> | 1666 | </el-col> |
1667 | </el-row> | 1667 | </el-row> |
@@ -1673,7 +1673,7 @@ Handling Information | @@ -1673,7 +1673,7 @@ Handling Information | ||
1673 | <el-row> | 1673 | <el-row> |
1674 | <el-col style="width: 95%"> | 1674 | <el-col style="width: 95%"> |
1675 | <el-form-item> | 1675 | <el-form-item> |
1676 | - <el-input :disabled="addForm.cvd.cvd_charge_prepaid=='PP'" auto-complete="off" placeholder="到付费用总额" size="mini"></el-input> | 1676 | + <el-input disabled auto-complete="off" placeholder="到付费用总额" size="mini"></el-input> |
1677 | </el-form-item> | 1677 | </el-form-item> |
1678 | </el-col> | 1678 | </el-col> |
1679 | </el-row> | 1679 | </el-row> |
@@ -1700,7 +1700,7 @@ Handling Information | @@ -1700,7 +1700,7 @@ Handling Information | ||
1700 | <el-row style="margin-top: 31px;margin-bottom: -8px"> | 1700 | <el-row style="margin-top: 31px;margin-bottom: -8px"> |
1701 | <el-col :span="6"> | 1701 | <el-col :span="6"> |
1702 | <el-form-item> | 1702 | <el-form-item> |
1703 | - <el-date-picker | 1703 | + <el-date-picker disabled |
1704 | type="date" style="width: auto" | 1704 | type="date" style="width: auto" |
1705 | size="mini" | 1705 | size="mini" |
1706 | format="yyyy-MM-dd" | 1706 | format="yyyy-MM-dd" |
@@ -1711,12 +1711,12 @@ Handling Information | @@ -1711,12 +1711,12 @@ Handling Information | ||
1711 | </el-col> | 1711 | </el-col> |
1712 | <el-col :span="5" style="margin-left: 10px"> | 1712 | <el-col :span="5" style="margin-left: 10px"> |
1713 | <el-form-item> | 1713 | <el-form-item> |
1714 | - <el-input auto-complete="off" placeholder="签署地址" size="mini"></el-input> | 1714 | + <el-input disabled auto-complete="off" placeholder="签署地址" size="mini"></el-input> |
1715 | </el-form-item> | 1715 | </el-form-item> |
1716 | </el-col> | 1716 | </el-col> |
1717 | <el-col :span="12" style="margin-left: 10px"> | 1717 | <el-col :span="12" style="margin-left: 10px"> |
1718 | <el-form-item> | 1718 | <el-form-item> |
1719 | - <el-input auto-complete="off" placeholder="签署人或其代理人签字,盖章" size="mini"></el-input> | 1719 | + <el-input disabled auto-complete="off" placeholder="签署人或其代理人签字,盖章" size="mini"></el-input> |
1720 | </el-form-item> | 1720 | </el-form-item> |
1721 | </el-col> | 1721 | </el-col> |
1722 | </el-row> | 1722 | </el-row> |
@@ -1730,7 +1730,7 @@ Handling Information | @@ -1730,7 +1730,7 @@ Handling Information | ||
1730 | <el-row> | 1730 | <el-row> |
1731 | <el-col style="width: 95%"> | 1731 | <el-col style="width: 95%"> |
1732 | <el-form-item> | 1732 | <el-form-item> |
1733 | - <el-input auto-complete="off" placeholder="目的地CC费用。通货" size="mini"></el-input> | 1733 | + <el-input disabled auto-complete="off" placeholder="目的地CC费用。通货" size="mini"></el-input> |
1734 | </el-form-item> | 1734 | </el-form-item> |
1735 | </el-col> | 1735 | </el-col> |
1736 | </el-row> | 1736 | </el-row> |
@@ -1747,7 +1747,7 @@ Handling Information | @@ -1747,7 +1747,7 @@ Handling Information | ||
1747 | <el-row> | 1747 | <el-row> |
1748 | <el-col style="width: 95%"> | 1748 | <el-col style="width: 95%"> |
1749 | <el-form-item> | 1749 | <el-form-item> |
1750 | - <el-input auto-complete="off" placeholder="目的地收费" size="mini"></el-input> | 1750 | + <el-input disabled auto-complete="off" placeholder="目的地收费" size="mini"></el-input> |
1751 | </el-form-item> | 1751 | </el-form-item> |
1752 | </el-col> | 1752 | </el-col> |
1753 | </el-row> | 1753 | </el-row> |
@@ -1758,7 +1758,7 @@ Handling Information | @@ -1758,7 +1758,7 @@ Handling Information | ||
1758 | </span> | 1758 | </span> |
1759 | <el-row style="margin-bottom: -8px"> | 1759 | <el-row style="margin-bottom: -8px"> |
1760 | <el-form-item> | 1760 | <el-form-item> |
1761 | - <el-input auto-complete="off" placeholder="总收款费用" size="mini"></el-input> | 1761 | + <el-input disabled auto-complete="off" placeholder="总收款费用" size="mini"></el-input> |
1762 | </el-form-item> | 1762 | </el-form-item> |
1763 | </el-row> | 1763 | </el-row> |
1764 | </el-col> | 1764 | </el-col> |
@@ -2168,11 +2168,11 @@ Handling Information | @@ -2168,11 +2168,11 @@ Handling Information | ||
2168 | const value = Number(curr) | 2168 | const value = Number(curr) |
2169 | if (!isNaN(value)) { | 2169 | if (!isNaN(value)) { |
2170 | // 保存了两位小数点 | 2170 | // 保存了两位小数点 |
2171 | - return Math.floor((prev + curr) * 100) / 100; | 2171 | + return Math.round((prev + curr) * 1000) / 1000; |
2172 | 2172 | ||
2173 | } else { | 2173 | } else { |
2174 | // 保存了两位小数点 | 2174 | // 保存了两位小数点 |
2175 | - return Math.floor(prev * 100) / 100; | 2175 | + return Math.round(prev * 1000) / 1000; |
2176 | } | 2176 | } |
2177 | }, 0) | 2177 | }, 0) |
2178 | sums[index] += ''; | 2178 | sums[index] += ''; |
-
请 注册 或 登录 后发表评论