diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/.env.development b/yxt-supervise-cyf/yxt-supervise-cyf-ui/.env.development index 8a48175f..9acebe8d 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/.env.development +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/.env.development @@ -5,5 +5,8 @@ ENV = 'development' VUE_APP_BASE_API = '/api' ## 配置测试和本地开发时的 接口地址 -VUE_APP_URL = "http://192.168.1.193:7101" +VUE_APP_URL = "http://192.168.1.177:7101" + + +# VUE_APP_URL = "http://192.168.1.193:7101" ##VUE_APP_URL = "http://8.130.39.13:8112" diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTank/oilTank.js b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTank/oilTank.js index 1c74307d..0411342d 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTank/oilTank.js +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTank/oilTank.js @@ -35,6 +35,13 @@ export default { }) }, + selectRecordBySid: function(sid) { + return request({ + url: '/cyf/crudeinventory/selectRecordBySid/' + sid, + method: 'get' + }) + }, + fetchBySid: function(sid) { return request({ diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js index c9fbbe0c..210ebceb 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/api/oilTypeInAndOutBound/oilTypeInAndOutBound.js @@ -13,13 +13,26 @@ export default { } }) }, - // 获取油罐by Sid tankLisBySid: function(sid) { return request({ url: '/cyf/tankinfo/listByType/' + sid }) }, + // 获取入库信息 Sid + selectStorageBySid: function(sid) { + return request({ + url: 'cyf/crudestorage/selectStorageBySid/' + sid, + method: 'get', + }) + }, + // 获取出库信息 Sid + getCrudeBySid: function(sid) { + return request({ + url: 'cyf/crudeoutbound/getCrudeBySid/' + sid, + method: 'get', + }) + }, // 入库 diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/layout/components/Sidebar/index.vue b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/layout/components/Sidebar/index.vue index 70bce73e..20333cab 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/layout/components/Sidebar/index.vue +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/layout/components/Sidebar/index.vue @@ -1,369 +1,371 @@ diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/404.vue b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/404.vue index 1791f55a..3b3d95e2 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/404.vue +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/views/404.vue @@ -2,18 +2,43 @@
- 404 - 404 - 404 - 404 + 404 + 404 + 404 + 404
OOPS!
-
All rights reserved - wallstreetcn +
+ All rights reserved + wallstreetcn
{{ message }}
-
Please check that the URL you entered is correct, or click the button below to return to the homepage.
+
+ Please check that the URL you entered is correct, or click the button + below to return to the homepage. +
Back to home
@@ -21,20 +46,19 @@