Browse Source

添加箱导入

BUG-ZiSi 4 years ago
parent
commit
44f1c728eb

+ 8 - 0
src/api/kaihe/containerNews/boxInformation.js

@@ -98,3 +98,11 @@ export function getDown(query) {
     params: query
   })
 }
+//提交箱信息
+export function batch(query) {
+  return request({
+    url: '/shipping/cntrno/batch',
+    method: 'post',
+    data: query
+  })
+}

+ 1 - 1
src/utils/request.js

@@ -10,7 +10,7 @@ const service = axios.create({
   // axios中请求配置有baseURL选项,表示请求URL公共部分
   baseURL: process.env.VUE_APP_BASE_API,
   // 超时
-  timeout: 10000
+  timeout: 30000
 })
 // request拦截器
 service.interceptors.request.use(config => {

File diff suppressed because it is too large
+ 903 - 694
src/views/kaihe/containerNews/boxInformation/index.vue


Some files were not shown because too many files changed in this diff