From bd7f7f756ddf19bedc759795b326d9c54dce70bb Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 23 Apr 2026 17:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5/=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/config.js | 2 +- src/api/asset/index.js | 13 +- src/views/assetManage/inOutLog/index.vue | 491 ++++++++++++++++++++++ src/views/assetManage/inventory/index.vue | 219 +++++++--- src/views/dashboard/PanelGroup.vue | 27 +- src/views/home.vue | 131 ++---- 6 files changed, 714 insertions(+), 169 deletions(-) create mode 100644 src/views/assetManage/inOutLog/index.vue diff --git a/public/static/config.js b/public/static/config.js index 2873d3c..3043a9f 100644 --- a/public/static/config.js +++ b/public/static/config.js @@ -1,5 +1,5 @@ window.g = { AXIOS_TIMEOUT: 10000, - ApiUrl: 'http://192.168.99.72:15000', // 配置服务器地址 + ApiUrl: 'http://172.17.162.10:15000', // 配置服务器地址 ApiWebRtcServerUrl: '127.0.0.1:8000', // 配置监控视频服务器地址 } \ No newline at end of file diff --git a/src/api/asset/index.js b/src/api/asset/index.js index c469d84..285366b 100644 --- a/src/api/asset/index.js +++ b/src/api/asset/index.js @@ -17,7 +17,6 @@ export function FetchAssetInfoDetailsByMark(params) { }) } - // 新增盘点单 export function add(data) { return request({ @@ -53,11 +52,21 @@ export function FetchDeleteStockTake(ids) { }) } +// 根据照片id删除 +export function FetchDeleteAssetInfoPhotoById(ids) { + return request({ + url: 'api/asset/deleteAssetInfoPhotoById', + method: 'post', + data: ids + }) +} + export default { FetchInitAssetInfo, add, FetchAssetInfoDetailsByMark, FetchStockTakeDetailsByTaskId, FetchStockSettle, - FetchDeleteStockTake + FetchDeleteStockTake, + FetchDeleteAssetInfoPhotoById } diff --git a/src/views/assetManage/inOutLog/index.vue b/src/views/assetManage/inOutLog/index.vue new file mode 100644 index 0000000..143b9ba --- /dev/null +++ b/src/views/assetManage/inOutLog/index.vue @@ -0,0 +1,491 @@ + + + + + diff --git a/src/views/assetManage/inventory/index.vue b/src/views/assetManage/inventory/index.vue index 3efa783..4b355e8 100644 --- a/src/views/assetManage/inventory/index.vue +++ b/src/views/assetManage/inventory/index.vue @@ -125,22 +125,17 @@ 资产图片 --> - -
- - - - 资产图片 - - + +
+
+
+ 资产图片 +
+ +
+
+
-
默认图片
@@ -149,12 +144,11 @@
-