瀏覽代碼

添加箱导入

BUG-ZiSi 4 年之前
父節點
當前提交
44f1c728eb
共有 3 個文件被更改,包括 912 次插入695 次删除
  1. 8 0
      src/api/kaihe/containerNews/boxInformation.js
  2. 1 1
      src/utils/request.js
  3. 903 694
      src/views/kaihe/containerNews/boxInformation/index.vue

+ 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