From b2fd7ed92d2d846a58b6b447eb92dc0afe2c73d8 Mon Sep 17 00:00:00 2001 From: fengdong777 <1478994744@qq.com> Date: Mon, 10 Jul 2023 18:05:09 +0800 Subject: [PATCH] 7.10 --- .../project_web/src/assets/css/global.css | 17 +- .../project_web/src/components/Home.vue | 7 + .../src/components/initial_value/location.vue | 22 +- .../src/components/initial_value/product.vue | 6 +- .../components/initial_value/storehouse.vue | 282 +++++++++++------- .../src/components/initial_value/supplier.vue | 5 +- .../src/components/instorehouse/purchase.vue | 6 +- .../src/components/instorehouse/putInList.vue | 6 +- .../instorehouse/putInManagement.vue | 6 +- .../instorehouse/receivingManagement.vue | 6 +- .../outStorehouseManagement/outList.vue | 6 +- .../outStorehouseOrder.vue | 6 +- .../pickingManagement.vue | 6 +- .../src/components/stockManagement/stock.vue | 6 +- .../components/stockManagement/stockList.vue | 6 +- .../storehouseManage/removeManagement.vue | 6 +- .../storehouseManage/shelvesManage.vue | 8 +- .../src/components/uploadFile/uploadTwo.vue | 212 +++++++++++++ .../uploadFile/upload_yanchejianchaTuBiao.vue | 216 ++++++++++++++ warehousing-system/project_web/src/main.js | 2 +- .../uploadFile/upload_yanchejianchaTuBiao.vue | 2 - 21 files changed, 687 insertions(+), 152 deletions(-) create mode 100644 warehousing-system/project_web/src/components/uploadFile/uploadTwo.vue create mode 100644 warehousing-system/project_web/src/components/uploadFile/upload_yanchejianchaTuBiao.vue diff --git a/warehousing-system/project_web/src/assets/css/global.css b/warehousing-system/project_web/src/assets/css/global.css index 4b798ab7..f76cb4ca 100644 --- a/warehousing-system/project_web/src/assets/css/global.css +++ b/warehousing-system/project_web/src/assets/css/global.css @@ -12,7 +12,8 @@ body, /* 定义卡片样式 */ .el-card { - margin-top: 15px; + width: 100%; + height: 100%; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important; } @@ -35,4 +36,18 @@ body, video { min-height: 200px; min-width: 100%; +} +.main-content{ overflow-x: hidden;overflow-y: auto;height: calc(100vh - 160px);} +.pages { + display: flex; + flex-direction: row; + justify-content: flex-end; + align-items: flex-end; + padding: 0 0 15px 15px; +} +.el-table .el-table__header tr th { + background: #edf1f7; + color: #333; + padding: 8px 0; + font-size: 16px; } \ No newline at end of file diff --git a/warehousing-system/project_web/src/components/Home.vue b/warehousing-system/project_web/src/components/Home.vue index b09da1be..0a490327 100644 --- a/warehousing-system/project_web/src/components/Home.vue +++ b/warehousing-system/project_web/src/components/Home.vue @@ -160,6 +160,7 @@ export default { diff --git a/warehousing-system/project_web/src/components/uploadFile/upload_yanchejianchaTuBiao.vue b/warehousing-system/project_web/src/components/uploadFile/upload_yanchejianchaTuBiao.vue new file mode 100644 index 00000000..b31e09ba --- /dev/null +++ b/warehousing-system/project_web/src/components/uploadFile/upload_yanchejianchaTuBiao.vue @@ -0,0 +1,216 @@ + + + + + diff --git a/warehousing-system/project_web/src/main.js b/warehousing-system/project_web/src/main.js index a03877de..c9825788 100644 --- a/warehousing-system/project_web/src/main.js +++ b/warehousing-system/project_web/src/main.js @@ -16,7 +16,7 @@ import 'quill/dist/quill.bubble.css' // for bubble theme import axios from 'axios' /* 设定axios的请求根目录 */ -axios.defaults.baseURL = 'http://8.130.39.13:9050' +axios.defaults.baseURL = 'http://jianguan.yyundong.com/warehouseapi' //axios.defaults.baseURL = 'http://127.0.0.1:9050/' // axios.defaults.baseURL = 'http://manage.jt.com/' // axios.defaults.baseURL = 'http://yichuwh.com/' diff --git a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/components/uploadFile/upload_yanchejianchaTuBiao.vue b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/components/uploadFile/upload_yanchejianchaTuBiao.vue index a3b9a453..a4b0e406 100644 --- a/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/components/uploadFile/upload_yanchejianchaTuBiao.vue +++ b/yxt-supervise-cyf/yxt-supervise-cyf-ui/src/components/uploadFile/upload_yanchejianchaTuBiao.vue @@ -11,7 +11,6 @@ -