diff --git a/.env.development b/.env.development index 3180e66..24a087f 100644 --- a/.env.development +++ b/.env.development @@ -7,14 +7,8 @@ VITE_APP_ENV = 'development' # 开发环境 VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 李陈杰 209 -<<<<<<< HEAD -VITE_APP_BASE_API = 'http://192.168.110.210:8899' -======= - -# VITE_APP_BASE_API = 'http://192.168.110.209:8899' ->>>>>>> 3e4b85fc48f6514704aee4b444285b90935b0cd2 # 曾涛 - +# VITE_APP_BASE_API = 'http://192.168.110.180:8899' # 罗成 # VITE_APP_BASE_API = 'http://192.168.110.188:8899' # 朱银 diff --git a/src/api/materials/materialsInventory/index.ts b/src/api/materials/materialsInventory/index.ts index 2d780e3..e0796b7 100644 --- a/src/api/materials/materialsInventory/index.ts +++ b/src/api/materials/materialsInventory/index.ts @@ -61,3 +61,13 @@ export const delMaterialsInventory = (id: string | number | Array { + return request({ + url: '/materials/materials/listUseDetail', + method: 'get', + params: query + }); +}; +//导出 diff --git a/src/views/contract/division/index.vue b/src/views/contract/division/index.vue index b8e6768..1d3149c 100644 --- a/src/views/contract/division/index.vue +++ b/src/views/contract/division/index.vue @@ -29,7 +29,13 @@ @@ -143,9 +149,11 @@ (scope.row.selectNum ? Number(scope.row.selectNum) : 0) == 0 ? '' - : (scope.row.quantity ? Number(scope.row.quantity) : 0) - - (scope.row.selectNum ? Number(scope.row.selectNum) : 0) - - (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) + : ( + (scope.row.quantity ? Number(scope.row.quantity) : 0) - + (scope.row.selectNum ? Number(scope.row.selectNum) : 0) - + (scope.row.useQuantity ? Number(scope.row.useQuantity) : 0) + ).toFixed(2) }} diff --git a/src/views/formalities/formalitiesAreConsolidated/index.vue b/src/views/formalities/formalitiesAreConsolidated/index.vue index 841f2d8..d178216 100644 --- a/src/views/formalities/formalitiesAreConsolidated/index.vue +++ b/src/views/formalities/formalitiesAreConsolidated/index.vue @@ -168,7 +168,7 @@ - + diff --git a/src/views/formalities/listOfFormalities/index.vue b/src/views/formalities/listOfFormalities/index.vue index fa8c725..24c2bac 100644 --- a/src/views/formalities/listOfFormalities/index.vue +++ b/src/views/formalities/listOfFormalities/index.vue @@ -33,15 +33,21 @@ - - + + diff --git a/src/views/materials/materialsInventory/index.vue b/src/views/materials/materialsInventory/index.vue index 3a2d13b..51428f3 100644 --- a/src/views/materials/materialsInventory/index.vue +++ b/src/views/materials/materialsInventory/index.vue @@ -1,22 +1,20 @@ - + + diff --git a/src/views/materials/materialsUseRecord/index.vue b/src/views/materials/materialsUseRecord/index.vue index a8da5f4..73f3263 100644 --- a/src/views/materials/materialsUseRecord/index.vue +++ b/src/views/materials/materialsUseRecord/index.vue @@ -1,13 +1,13 @@