jinhui.wang

版本修改,输入限制修改

...@@ -3,7 +3,7 @@ ENV = 'development' ...@@ -3,7 +3,7 @@ ENV = 'development'
3 3
4 VUE_APP_BASE_ENV = "dev" 4 VUE_APP_BASE_ENV = "dev"
5 5
6 -VUE_APP_Version = '1.0.12' 6 +VUE_APP_Version = '1.0.13'
7 7
8 VUE_APP_BASE_URL = 'http://101.132.100.41:7001/EcomExp' 8 VUE_APP_BASE_URL = 'http://101.132.100.41:7001/EcomExp'
9 # FedEx 在线申报工具/开发环境 9 # FedEx 在线申报工具/开发环境
......
...@@ -5,7 +5,7 @@ ENV = 'dev_erry' ...@@ -5,7 +5,7 @@ ENV = 'dev_erry'
5 5
6 VUE_APP_BASE_ENV = "dev" 6 VUE_APP_BASE_ENV = "dev"
7 7
8 -VUE_APP_Version = '1.0.12' 8 +VUE_APP_Version = '1.0.13'
9 9
10 #测试环境 10 #测试环境
11 VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp' 11 VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp'
......
...@@ -7,7 +7,7 @@ ENV = 'pre_fedex' ...@@ -7,7 +7,7 @@ ENV = 'pre_fedex'
7 # 没用到 7 # 没用到
8 VUE_APP_BASE_ENV = "pre" 8 VUE_APP_BASE_ENV = "pre"
9 9
10 -VUE_APP_Version = '1.0.12' 10 +VUE_APP_Version = '1.0.13'
11 11
12 #预生产UAT测试环境 https://declarationuat.fedex.com.cn 12 #预生产UAT测试环境 https://declarationuat.fedex.com.cn
13 VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp' 13 VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp'
......
...@@ -3,7 +3,7 @@ ENV = 'production_fedex' ...@@ -3,7 +3,7 @@ ENV = 'production_fedex'
3 3
4 VUE_APP_BASE_ENV = "prod" 4 VUE_APP_BASE_ENV = "prod"
5 5
6 -VUE_APP_Version = '1.0.12' 6 +VUE_APP_Version = '1.0.13'
7 7
8 #生产环境 8 #生产环境
9 VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp' 9 VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp'
......
...@@ -5,7 +5,7 @@ ENV = 'test_erry' ...@@ -5,7 +5,7 @@ ENV = 'test_erry'
5 5
6 VUE_APP_BASE_ENV = "test" 6 VUE_APP_BASE_ENV = "test"
7 7
8 -VUE_APP_Version = '1.0.12' 8 +VUE_APP_Version = '1.0.13'
9 9
10 #测试环境 10 #测试环境
11 VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp' 11 VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp'
......
...@@ -5,7 +5,7 @@ ENV = 'uat_erry' ...@@ -5,7 +5,7 @@ ENV = 'uat_erry'
5 5
6 VUE_APP_BASE_ENV = "uat" 6 VUE_APP_BASE_ENV = "uat"
7 7
8 -VUE_APP_Version = '1.0.12' 8 +VUE_APP_Version = '1.0.13'
9 9
10 #测试环境 10 #测试环境
11 VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp' 11 VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp'
......
1 { 1 {
2 "name": "iCearExport", 2 "name": "iCearExport",
3 - "version": "1.0.12", 3 + "version": "1.0.13",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
1 { 1 {
2 "name": "FedEx", 2 "name": "FedEx",
3 - "version": "1.0.12", 3 + "version": "1.0.13",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
...@@ -67,6 +67,10 @@ export default { ...@@ -67,6 +67,10 @@ export default {
67 type: Number, 67 type: Number,
68 default: 1, 68 default: 1,
69 }, 69 },
70 + maxEntries: {
71 + type: [String, Number],
72 + default: 1000,
73 + },
70 }, 74 },
71 data() { 75 data() {
72 return { 76 return {
...@@ -122,7 +126,7 @@ export default { ...@@ -122,7 +126,7 @@ export default {
122 .replace(/[\t]/g, "") 126 .replace(/[\t]/g, "")
123 .split(",") 127 .split(",")
124 .forEach((str, index) => { 128 .forEach((str, index) => {
125 - if (str != null && str != "" && index <= 1000) { 129 + if (str != null && str != "" && index <= this.maxEntries) {
126 arr.push(str.trim()); 130 arr.push(str.trim());
127 } 131 }
128 }); 132 });
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
63 :formData="sreachFormData" 63 :formData="sreachFormData"
64 dataKey="logisticsNo" 64 dataKey="logisticsNo"
65 :curKey="Date.now()" 65 :curKey="Date.now()"
66 + :maxEntries="1999"
66 @formChange="formChange" 67 @formChange="formChange"
67 /> 68 />
68 </Formitem> 69 </Formitem>
......