Confronta commit
	
		
			44 Commit
		
	
	
		
			0eb6a99fa9
			...
			projects/q
		
	
	| Autore | SHA1 | Data | |
|---|---|---|---|
| 33fce6cb7b | |||
| c30bc48259 | |||
| 92b0b78c9d | |||
| 9fec50eccb | |||
|  | a7406e7867 | ||
|  | f3d88638f5 | ||
| acff3b68be | |||
| f24b769305 | |||
| 446fa9a0d1 | |||
| 8d741b8d8a | |||
| 2c1e1845f4 | |||
| bbd9972761 | |||
| 8e9b2f6444 | |||
| c83a7afadb | |||
| b43876fe67 | |||
| f143c5e2d9 | |||
| 0b03e6d44b | |||
| 19dbe38458 | |||
| 43ba33062b | |||
| ca390fd764 | |||
| 8ad8e3a5b4 | |||
| 6ca512392c | |||
| a73502cda7 | |||
| e32530e459 | |||
| 64e1c1869d | |||
| 93ac1c4742 | |||
| a650f0ad9d | |||
| e237737830 | |||
| 09cce6c613 | |||
| 07dd135daa | |||
| 0757d2d47c | |||
| 4fbe72d314 | |||
| 10219fd841 | |||
| 74a2a3b8e5 | |||
| c3b4223e5b | |||
| 070e01c2c4 | |||
| 2665b6a0b0 | |||
| a71fb90e6a | |||
| ac85c83cf9 | |||
| c2e987aee4 | |||
| 0e4ed597cd | |||
| 3e7914ac91 | |||
| 9c19a6197a | |||
| 074b35b6a6 | 
							
								
								
									
										16
									
								
								.env.dev
									
									
									
									
									
								
							
							
						
						| @@ -1,26 +1,18 @@ | ||||
| ### | ||||
|  # @Author: Do not edit | ||||
|  # @Date: 2023-08-29 09:40:39 | ||||
|  # @LastEditTime: 2023-11-07 09:23:07 | ||||
|  # @LastEditors: DY | ||||
|  # @LastEditTime: 2024-11-25 14:31:39 | ||||
|  # @LastEditors: zwq | ||||
|  # @Description: | ||||
| ### | ||||
| # 开发环境配置 | ||||
| ENV = 'development' | ||||
|  | ||||
| # 页面标题 | ||||
| VUE_APP_TITLE = MES系统 | ||||
| VUE_APP_TITLE = 智能监控分析系统 | ||||
|  | ||||
| # 芋道管理系统/开发环境 | ||||
| # VUE_APP_BASE_API = 'http://100.64.0.26:48082' | ||||
| # VUE_APP_BASE_API = 'http://192.168.0.33:48082' | ||||
| VUE_APP_BASE_API = 'http://192.168.4.173:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.2.173:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.1.49:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.1.8:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.1.56:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.1.188:48080' | ||||
| # VUE_APP_BASE_API = 'http://192.168.2.159:48080' | ||||
| VUE_APP_BASE_API = 'http://172.16.32.79:48080' | ||||
|  | ||||
| # 路由懒加载 | ||||
| VUE_CLI_BABEL_TRANSPILE_MODULES = true | ||||
|   | ||||
							
								
								
									
										15
									
								
								.env.prod
									
									
									
									
									
								
							
							
						
						| @@ -1,15 +1,24 @@ | ||||
| ### | ||||
|  # @Author: zwq | ||||
|  # @Date: 2024-03-27 15:49:55 | ||||
|  # @LastEditors: zwq | ||||
|  # @LastEditTime: 2024-10-30 11:08:47 | ||||
|  # @Description: | ||||
| ### | ||||
| # 生产环境配置 | ||||
| ENV = 'production' | ||||
|  | ||||
| # 页面标题 | ||||
| VUE_APP_TITLE = 产线监控系统 | ||||
| VUE_APP_TITLE = 智能监控分析系统 | ||||
|  | ||||
| # 芋道管理系统/生产环境 | ||||
| VUE_APP_BASE_API = '/prod-api' | ||||
| # VUE_APP_BASE_API = '/prod-api' | ||||
| VUE_APP_BASE_API = '' | ||||
|  | ||||
| # 根据服务器或域名修改 | ||||
| # PUBLIC_PATH = 'http://my-pi.com:8888/yudao-admin/' | ||||
| PUBLIC_PATH = 'http://192.168.0.33:8888/' | ||||
| # PUBLIC_PATH = 'http://192.168.0.33:8888/' | ||||
| PUBLIC_PATH = '' | ||||
|  | ||||
| # 二级部署路径 | ||||
| VUE_APP_APP_NAME ='yudao-admin' | ||||
|   | ||||
| @@ -6,9 +6,9 @@ | ||||
|   "license": "MIT", | ||||
|   "scripts": { | ||||
|     "local": "vue-cli-service serve --mode local", | ||||
|     "dev": "vue-cli-service serve --mode dev", | ||||
|     "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --mode dev", | ||||
|     "front": "vue-cli-service serve --mode front", | ||||
|     "build:prod": "vue-cli-service build --mode prod", | ||||
|     "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode prod", | ||||
|     "build:stage": "vue-cli-service build --mode stage", | ||||
|     "build:dev": "vue-cli-service build --mode dev", | ||||
|     "build:static": "vue-cli-service build --mode static", | ||||
| @@ -41,7 +41,6 @@ | ||||
|     "url": "https://github.com/YunaiV/ruoyi-vue-pro" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@antv/x6": "^2.15.3", | ||||
|     "@babel/parser": "7.18.4", | ||||
|     "@riophae/vue-treeselect": "0.4.0", | ||||
|     "axios": "0.27.2", | ||||
| @@ -53,6 +52,7 @@ | ||||
|     "crypto-js": "^4.0.0", | ||||
|     "diagram-js": "^12.3.0", | ||||
|     "echarts": "5.4.0", | ||||
|     "el-tree-transfer": "^2.4.7", | ||||
|     "element-ui": "2.15.12", | ||||
|     "file-saver": "^2.0.5", | ||||
|     "fuse.js": "6.6.2", | ||||
| @@ -71,7 +71,6 @@ | ||||
|     "screenfull": "5.0.2", | ||||
|     "sortablejs": "1.10.2", | ||||
|     "throttle-debounce": "2.1.0", | ||||
|     "uuid": "^9.0.1", | ||||
|     "video.js": "^8.5.2", | ||||
|     "vue": "2.7.14", | ||||
|     "vue-count-to": "1.0.13", | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								public/static/videos/01.webm
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								public/static/videos/login.webm
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -1,60 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-03 15:25:55 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建异常警告 | ||||
| export function createcoreAlarmLog(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新异常警告 | ||||
| export function updatecoreAlarmLog(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除异常警告 | ||||
| export function deletecoreAlarmLog(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得异常警告 | ||||
| export function getcoreAlarmLog(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得警告分页 | ||||
| export function getcoreAlarmLogPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getcoreAlarmLogList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-alarm-log/list', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-02 20:25:36 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建客户 | ||||
| export function createCustomer(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新客户 | ||||
| export function updateCustomer(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除客户 | ||||
| export function deleteCustomer(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得客户 | ||||
| export function getCustomer(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得客户code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得客户分页 | ||||
| export function getCustomerPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCustomerList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-30 14:37:28 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建部门 | ||||
| export function createCoreDepartment(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新部门 | ||||
| export function updateCoreDepartment(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除部门 | ||||
| export function deleteCoreDepartment(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得部门 | ||||
| export function getCoreDepartment(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得部门code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-department/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得部门分页 | ||||
| export function getCoreDepartmentPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreDepartmentList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-department/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-31 15:11:25 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建专业 | ||||
| export function createCoreMajor(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新专业 | ||||
| export function updateCoreMajor(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除专业 | ||||
| export function deleteCoreMajor(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得专业 | ||||
| export function getCoreMajor(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得专业code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-major/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得专业分页 | ||||
| export function getCoreMajorPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreMajorList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-major/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,111 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-04 10:42:50 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建产品 | ||||
| export function createCoreProduct(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新产品 | ||||
| export function updateCoreProduct(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除产品 | ||||
| export function deleteCoreProduct(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品 | ||||
| export function getCoreProduct(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-product/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品分页 | ||||
| export function getCoreProductPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreProductList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建产品属性 | ||||
| export function createCoreProductAttr(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-product-attr/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新产品属性 | ||||
| export function updateCoreProductAttr(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-product-attr/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除产品属性 | ||||
| export function deleteCoreProductAttr(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-product-attr/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品属性 | ||||
| export function getCoreProductAttr(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-product-attr/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品属性分页 | ||||
| export function getCoreProductAttrPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-product-attr/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-03 19:06:15 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建产线 | ||||
| export function createCorePL(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新产线 | ||||
| export function updateCorePL(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除产线 | ||||
| export function deleteCorePL(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线 | ||||
| export function getCorePL(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线分页 | ||||
| export function getCorePLPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCorePLList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-03 10:39:44 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建供应商 | ||||
| export function createCoreSupplier(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新供应商 | ||||
| export function updateCoreSupplier(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除供应商 | ||||
| export function deleteCoreSupplier(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得供应商 | ||||
| export function getCoreSupplier(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得供应商code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得供应商分页 | ||||
| export function getCoreSupplierPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreSupplierList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,138 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-06 17:49:42 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建工单 | ||||
| export function createCoreWO(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新工单 | ||||
| export function updateCoreWO(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除工单 | ||||
| export function deleteCoreWO(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单 | ||||
| export function getCoreWO(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单分页 | ||||
| export function getCoreWOPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreWOList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建工单预使用原料 | ||||
| export function createCoreWOMa(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order-material/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新工单预使用原料 | ||||
| export function updateCoreWOMa(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order-material/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除工单预使用原料 | ||||
| export function deleteCoreWOMa(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order-material/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单预使用原料 | ||||
| export function getCoreWOMa(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order-material/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单预使用原料分页 | ||||
| export function getCoreWOMaPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order-material/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得预计用料信息分页 | ||||
| export function getMaterialBomPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/bomUseNum', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得订单分页 | ||||
| export function getConOrderList(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/listConOrder', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 改变工单状态 激活暂停完成作废 | ||||
| export function statusChange(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/statusChange', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| @@ -1,103 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-02 19:49:52 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建员工 | ||||
| export function createCoreWorker(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新员工 | ||||
| export function updateCoreWorker(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除员工 | ||||
| export function deleteCoreWorker(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得员工 | ||||
| export function getCoreWorker(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得员工code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得员工分页 | ||||
| export function getCoreWorkerPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCoreWorkerList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建员工--专业 | ||||
| export function createWoBindMa(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker-bind-major/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新员工--专业 | ||||
| export function updateWoBindMa(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker-bind-major/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除员工--专业 | ||||
| export function deleteWoBindMa(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker-bind-major/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得员工--专业分页 | ||||
| export function getWoBindMaPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker-bind-major/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-11-03 19:18:00 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建工段 | ||||
| export function createCWSection(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新工段 | ||||
| export function updateCWSection(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除工段 | ||||
| export function deleteCWSection(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工段 | ||||
| export function getCWSection(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工段code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工段分页 | ||||
| export function getCWSectionPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getCWSectionList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,8 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 获得所有客户列表 | ||||
| export function getCustomerList() { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -1,73 +0,0 @@ | ||||
| // 成品发货 | ||||
| import request from '@/utils/request' | ||||
| // 获得成品发货清单分页 | ||||
| export function deliveryLogPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取发货进度分页 | ||||
| export function deliveryProgressPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-progress/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取发货进度分页 | ||||
| export function deliveryLogDetPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log-det/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建成品发货清单 | ||||
| export function deliveryLogCreate(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新成品发货清单 | ||||
| export function deliveryLogUpdate(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得成品发货清单 | ||||
| export function getDeliveryLog(query) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log/get', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除成品发货清单 | ||||
| export function deliveryLogDelete(query) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log/delete', | ||||
|     method: 'delete', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 装车 | ||||
| export function deliveryLogDetCreate(data) { | ||||
|   return request({ | ||||
|     url: '/extend/delivery-log-det/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										86
									
								
								src/api/base/energyQuantityManual.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,86 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-11 15:00:03 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-12 10:25:30 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得分页数据 | ||||
| export function energyQuantityManualPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建 | ||||
| export function energyQuantityManualCreate(data) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新 | ||||
| export function energyQuantityManualUpdate(data) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| //获得能源抄表(手动) | ||||
| export function energyQuantityManualGet(query) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/get', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| //删除 | ||||
| export function energyQuantityManualDelete(query) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/delete', | ||||
|     method: 'delete', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| //导出 | ||||
| export function energyQuantityManualExport(query) { | ||||
|   return request({ | ||||
|     url: '/base/energy-quantity-manual/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获得能源表名配置分页 | ||||
| export function energyTablePage() { | ||||
|   return request({ | ||||
|     url: '/base/energy-type-meter-bind/list', | ||||
|     method: 'get', | ||||
|   }) | ||||
| } | ||||
| // 获得能源表名配置 | ||||
| export function energyTableGet(query) { | ||||
|   return request({ | ||||
|     url: '/base/energy-type-meter-bind/list', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 更新能源表名配置 | ||||
| export function energyTableUpdate(data) { | ||||
|   return request({ | ||||
|     url: '/base/energy-type-meter-bind/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| @@ -3,7 +3,7 @@ import request from '@/utils/request' | ||||
| // 创建设备 | ||||
| export function createEquipment(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/create', | ||||
|     url: '/base/equipment/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -12,7 +12,7 @@ export function createEquipment(data) { | ||||
| // 更新设备 | ||||
| export function updateEquipment(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/update', | ||||
|     url: '/base/equipment/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -21,7 +21,7 @@ export function updateEquipment(data) { | ||||
| // 删除设备 | ||||
| export function deleteEquipment(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/delete?id=' + id, | ||||
|     url: '/base/equipment/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
| @@ -29,7 +29,7 @@ export function deleteEquipment(id) { | ||||
| // 获得设备 | ||||
| export function getEquipment(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/get?id=' + id, | ||||
|     url: '/base/equipment/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -37,7 +37,7 @@ export function getEquipment(id) { | ||||
| // 获得设备分页 | ||||
| export function getEquipmentPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/page', | ||||
|     url: '/base/equipment/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| @@ -46,7 +46,7 @@ export function getEquipmentPage(query) { | ||||
| // 导出设备 Excel | ||||
| export function exportEquipmentExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/export-excel', | ||||
|     url: '/base/equipment/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
| @@ -55,7 +55,7 @@ export function exportEquipmentExcel(query) { | ||||
| // 获得所有设备列表 | ||||
| export function getEquipmentAll() { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/listAll', | ||||
|     url: '/base/equipment/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|   | ||||
							
								
								
									
										53
									
								
								src/api/base/equipmentConfig.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,53 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2024-02-21 13:43:02 | ||||
|  * @LastEditTime: 2024-04-30 10:07:59 | ||||
|  * @LastEditors: zwq | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得关联表名 | ||||
| export function getplcAllList(query) { | ||||
|   return request({ | ||||
|     url: '/base/equipment-plc/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得设备 | ||||
| export function getEquipmentList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 根据产线获得工段 | ||||
| export function listByParentId(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/listByParentId', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线工段设备树形结构 | ||||
| export function getTree(query) { | ||||
|   return request({ | ||||
|     url: '/base/factory/getTree', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得设备分组列表 | ||||
| export function getgroupAllList(query) { | ||||
|   return request({ | ||||
|     url: '/base/equipment-group/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,3 +1,10 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-10-29 09:47:40 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2025-02-26 16:27:48 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建实时数据采集配置 | ||||
| @@ -52,3 +59,11 @@ export function exportEquipmentPlcExcel(query) { | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/equipment-group/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -3,7 +3,7 @@ import request from '@/utils/request' | ||||
| // 创建设备类型 | ||||
| export function createEquipmentType(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/create', | ||||
|     url: '/base/equipment-type/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -12,7 +12,7 @@ export function createEquipmentType(data) { | ||||
| // 更新设备类型 | ||||
| export function updateEquipmentType(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/update', | ||||
|     url: '/base/equipment-type/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -21,7 +21,7 @@ export function updateEquipmentType(data) { | ||||
| // 删除设备类型 | ||||
| export function deleteEquipmentType(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/delete?id=' + id, | ||||
|     url: '/base/equipment-type/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
| @@ -29,7 +29,7 @@ export function deleteEquipmentType(id) { | ||||
| // 获得设备类型 | ||||
| export function getEquipmentType(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/get?id=' + id, | ||||
|     url: '/base/equipment-type/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -37,7 +37,7 @@ export function getEquipmentType(id) { | ||||
| // 获得设备类型分页 | ||||
| export function getEquipmentTypePage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/page', | ||||
|     url: '/base/equipment-type/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| @@ -46,7 +46,7 @@ export function getEquipmentTypePage(query) { | ||||
| // 导出设备类型 Excel | ||||
| export function exportEquipmentTypeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment-type/export-excel', | ||||
|     url: '/base/equipment-type/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   | ||||
| @@ -1,8 +1,15 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-10-29 09:47:40 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2025-02-12 09:25:11 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
| // 获得工厂产线工段设备树形结构 | ||||
| export function getTree() { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/getTree', | ||||
|     url: '/base/factory/getTree', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -51,6 +51,13 @@ export function getCode() { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得可用的班次列表 | ||||
| export function listClassesEnabled() { | ||||
|   return request({ | ||||
|     url: '/base/group-classes/listEnable', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 导出班次基础信息 Excel | ||||
| export function exportGroupClassesExcel(query) { | ||||
|   return request({ | ||||
|   | ||||
							
								
								
									
										125
									
								
								src/api/base/groupSchedulingPlan.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,125 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建排班计划配置基础信息 | ||||
| export function createGroupPlan(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新排班计划配置基础信息 | ||||
| export function updateGroupPlan(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除排班计划配置基础信息 | ||||
| export function deleteGroupPlan(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班计划配置基础信息 | ||||
| export function getGroupPlan(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班计划配置基础信息分页 | ||||
| export function getGroupPlanPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有排班计划列表 | ||||
| export function groupPlanList() { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得排班计划相关班组列表 | ||||
| export function groupPlanTeamList(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-team/teamListByPlanId?planId=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得排班计划相关班次列表 | ||||
| export function groupPlanClassesList(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-classes/classesListByPlanId?planId=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获取code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出排班计划配置基础信息 Excel | ||||
| export function exportGroupPlanExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线工段树形结构 | ||||
| export function getGroupPlanTree() { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan/getLineSectionTree', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建排班计划产线工段 | ||||
| export function createGroupPlanLine(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-line-section/createPlanLineSection', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新排班计划产线工段 | ||||
| export function updateGroupPlanLine(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-line-section/updatePlanLineSection', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班计划配置基础信息 | ||||
| export function getGroupPlanLine(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-line-section/getLineSectionByPlanId?planId=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得当前登录用户所在部门id | ||||
| export function getLoginUserDeptId() { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-plan-line-section/getLoginUserDeptId', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										60
									
								
								src/api/base/groupSchedulingRule.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,60 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建排班规则基础信息 | ||||
| export function createGroupRule(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 作废排班规则 | ||||
| export function disableGroupRule(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/disable?id=' + id, | ||||
|     method: 'post', | ||||
|   }) | ||||
| } | ||||
| // 更新排班规则基础信息 | ||||
| export function updateGroupRule(data) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除排班规则基础信息 | ||||
| export function deleteGroupRule(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班规则基础信息 | ||||
| export function getGroupRule(id) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班规则基础信息分页 | ||||
| export function getGroupRulePage(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出排班规则基础信息 Excel | ||||
| export function exportGroupRuleExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-scheduling-rule/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -8,7 +8,14 @@ export function getPreset(query) { | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取某月预排班 | ||||
| export function getScheduling(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-team-scheduling/getScheduling', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 批量创建-更新排班信息 | ||||
| export function createOrUpdateList(data) { | ||||
|   return request({ | ||||
| @@ -26,3 +33,22 @@ export function autoSet(query) { | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得排班信息分页 | ||||
| export function schedulingPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-team-scheduling/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出Excel | ||||
| export function exportSchedulingExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-team-scheduling/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -1,13 +1,13 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-24 11:22:28 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-09 16:42:19 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-10 14:33:52 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建物料 | ||||
| // 创建原料 | ||||
| export function createMaterial(data) { | ||||
|   return request({ | ||||
|     url: '/base/material/create', | ||||
| @@ -16,7 +16,7 @@ export function createMaterial(data) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新物料 | ||||
| // 更新原料 | ||||
| export function updateMaterial(data) { | ||||
|   return request({ | ||||
|     url: '/base/material/update', | ||||
| @@ -25,7 +25,14 @@ export function updateMaterial(data) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除物料 | ||||
| // 获取code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/material/autoCode', | ||||
|     method: 'POST' | ||||
|   }) | ||||
| } | ||||
| // 删除原料 | ||||
| export function deleteMaterial(id) { | ||||
|   return request({ | ||||
|     url: '/base/material/delete?id=' + id, | ||||
| @@ -33,7 +40,7 @@ export function deleteMaterial(id) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料 | ||||
| // 获得原料 | ||||
| export function getMaterial(id) { | ||||
|   return request({ | ||||
|     url: '/base/material/get?id=' + id, | ||||
| @@ -41,15 +48,7 @@ export function getMaterial(id) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/material/getMaterialCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料分页 | ||||
| // 获得原料分页 | ||||
| export function getMaterialPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material/page', | ||||
| @@ -57,65 +56,20 @@ export function getMaterialPage(query) { | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料列表 | ||||
| export function getMaterialList(query) { | ||||
| // 获得原料列表 | ||||
| export function getMaterialList() { | ||||
|   return request({ | ||||
|     url: '/base/material/listbyfilter', | ||||
|     url: '/base/material/list', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得供应商所有列表 | ||||
| export function getSupplierList(query) { | ||||
| // 导出原料 Excel | ||||
| export function exportMaterialExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-supplier/listAll', | ||||
|     url: '/base/material/export-excel', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料属性列表 | ||||
| export function getMaterialAttrList(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-attr/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建物料属性 | ||||
| export function createMaterialAttr(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-attr/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新物料属性 | ||||
| export function updateMaterialAttr(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-attr/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除物料属性 | ||||
| export function deleteMaterialAttr(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-attr/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料属性 | ||||
| export function getMaterialAttr(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-attr/get', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-24 17:09:59 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建物料批次 | ||||
| export function createMaterialDate(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新物料批次 | ||||
| export function updateMaterialDate(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除物料批次 | ||||
| export function deleteMaterialDate(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料批次 | ||||
| export function getMaterialDate(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/getDetail?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料批次code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/material-date/getMaterialDateCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料批次分页 | ||||
| export function getMaterDatePage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料批次列表 | ||||
| export function getMaterDateList(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-date/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										68
									
								
								src/api/base/materialPricing.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,68 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-09 16:42:19 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-10 14:31:46 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建原料 | ||||
| export function createMaterialPricing(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新原料 | ||||
| export function updateMaterialPricing(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/autoCode', | ||||
|     method: 'POST' | ||||
|   }) | ||||
| } | ||||
| // 删除原料 | ||||
| export function deleteMaterialPricing(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原料 | ||||
| export function getMaterialPricing(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原料分页 | ||||
| export function getMaterialPricingPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原料 Excel | ||||
| export function exportMaterialPricingExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-pricing/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,112 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-26 20:06:29 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建产品Bom | ||||
| export function createMaterialPB(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新产品Bom | ||||
| export function updateMaterialPB(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除产品Bom | ||||
| export function deleteMaterialPB(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品Bom | ||||
| export function getMaterialPB(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品Bomcode | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/getMaterialProductBomCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品Bom分页 | ||||
| export function getMaterialPBPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品Bom列表 | ||||
| export function getMaterialPBList(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品列表 | ||||
| export function getProList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-product/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品Bom详细分页 | ||||
| export function getProBomList(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom-det/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建产品Bom详细 | ||||
| export function createMaterialPBDet(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom-det/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新产品Bom详细 | ||||
| export function updateMaterialPBDet(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom-det/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除产品Bom详细 | ||||
| export function deleteMaterialPBDet(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom-det/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
| @@ -1,69 +0,0 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 11:50:46 | ||||
|  * @LastEditTime: 2023-10-26 09:32:21 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建物料使用记录 | ||||
| export function createMaterialLog(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-use-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新物料使用记录 | ||||
| export function updateMaterialLog(data) { | ||||
|   return request({ | ||||
|     url: '/base/material-use-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料使用记录 | ||||
| export function getMaterialLog(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-use-log/getDetail?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物料使用记录分页 | ||||
| export function getMaterialLogPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-use-log/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有设备列表 | ||||
| export function getEqListAll(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-equipment/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有员工列表 | ||||
| export function getworkerAll(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-worker/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除物料使用记录 | ||||
| export function deleteMaterialLog(id) { | ||||
|   return request({ | ||||
|     url: '/base/material-use-log/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
| @@ -1,68 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zhp | ||||
|  * @Date: 2023-10-18 09:33:57 | ||||
|  * @LastEditTime: 2023-10-18 16:02:09 | ||||
|  * @LastEditors: zhp | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建包装 | ||||
| export function createPackingType(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/getPackagingSerialCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 更新包装 | ||||
| export function updatePackingType(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除包装 | ||||
| export function deletePackingType(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装 | ||||
| export function getPackingType(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装分页 | ||||
| export function getPackingTypePage(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出包装 Excel | ||||
| export function exportPackingExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,140 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 条件获得订单列表 | ||||
| export function orderList(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 条件获得工单列表 | ||||
| export function workOrderList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得订单分页 | ||||
| export function getOrderPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取订单code | ||||
| export function getOrderCode() { | ||||
|   return request({ | ||||
|     url: '/base/order/getOrderCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取工单code | ||||
| export function getWorkOrderCode() { | ||||
|   return request({ | ||||
|     url: '/base/order/getWorkOrderCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得订单 | ||||
| export function getOrderById(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/get', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工艺流程列表 | ||||
| export function getProcessFlowList() { | ||||
|   return request({ | ||||
|     url: '/extend/process-flow/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 创建订单 | ||||
| export function orderCreate(data) { | ||||
|   return request({ | ||||
|     url: '/base/order/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新订单 | ||||
| export function orderUpdate(data) { | ||||
|   return request({ | ||||
|     url: '/base/order/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除订单 | ||||
| export function orderDelete(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/delete', | ||||
|     method: 'delete', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 下发订单,绑定的穿工单id,新建不传 | ||||
| export function orderIssue(data) { | ||||
|   return request({ | ||||
|     url: '/base/order/issue', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得工单 | ||||
| export function getWorkOrderById(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/get', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 订单监控 | ||||
| export function orderMonitor(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/orderMonitor', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有客户列表 | ||||
| export function customerList() { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得订单详情 | ||||
| export function orderDetail(query) { | ||||
|   return request({ | ||||
|     url: '/base/order/getDetail', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 产品bom消耗信息 | ||||
| export function bomUseNum(query) { | ||||
|   return request({ | ||||
|     url: '/base/material-product-bom/bomUseNum', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,92 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zhp | ||||
|  * @Date: 2023-10-18 09:33:57 | ||||
|  * @LastEditTime: 2023-10-18 16:18:12 | ||||
|  * @LastEditors: zhp | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建包装 | ||||
| export function createPacking(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/getPackagingSerialCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 更新包装 | ||||
| export function updatePacking(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除包装 | ||||
| export function deletePacking(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装 | ||||
| export function getPacking(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装分页 | ||||
| export function getPackingPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出包装 Excel | ||||
| export function exportPackingExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-log/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| export function getWorkOrderList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|   }) | ||||
| } | ||||
|  | ||||
| export function getCustomerList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-customer/listAll', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|   }) | ||||
| } | ||||
|  | ||||
| export function getModelList(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|   }) | ||||
| } | ||||
| @@ -1,92 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zhp | ||||
|  * @Date: 2023-10-18 09:33:57 | ||||
|  * @LastEditTime: 2023-10-19 15:28:00 | ||||
|  * @LastEditors: zhp | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建包装 | ||||
| export function createPackingModel(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装code | ||||
| // export function getCode() { | ||||
| //   return request({ | ||||
| //     url: '/base/packaging-print-log/getPackagingSerialCode', | ||||
| //     method: 'get' | ||||
| //   }) | ||||
| // } | ||||
| // 更新包装 | ||||
| export function updatePackingModel(data) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除包装 | ||||
| export function deletePackingModel(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装 | ||||
| export function getPackingModel(id) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得包装分页 | ||||
| export function getPackingModelPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-model/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出包装 Excel | ||||
| // export function exportPackingExcel(query) { | ||||
| //   return request({ | ||||
| //     url: '/base/packaging-print-log/export-excel', | ||||
| //     method: 'get', | ||||
| //     params: query, | ||||
| //     responseType: 'blob' | ||||
| //   }) | ||||
| // } | ||||
|  | ||||
| // export function getWorkOrderList(query) { | ||||
| //   return request({ | ||||
| //     url: '/base/core-work-order/listbyfilter', | ||||
| //     method: 'get', | ||||
| //     params: query, | ||||
| //   }) | ||||
| // } | ||||
|  | ||||
| // export function getCustomerList(query) { | ||||
| //   return request({ | ||||
| //     url: '/base/core-customer/listAll', | ||||
| //     method: 'get', | ||||
| //     params: query, | ||||
| //   }) | ||||
| // } | ||||
|  | ||||
| export function getTypeList(query) { | ||||
|   return request({ | ||||
|     url: '/base/packaging-print-type/listbyfilter', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|   }) | ||||
| } | ||||
| @@ -1,8 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 获得产品列表 | ||||
| export function getProductAll() { | ||||
|   return request({ | ||||
|     url: '/base/core-product/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -1,8 +1,23 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-03-27 15:49:55 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-10 14:36:19 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
| // 获得所有工厂产线列表 | ||||
| export function getLineAll() { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line/listAll', | ||||
|     url: '/base/production-line/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| } | ||||
| // 获得产线分页 | ||||
| export function getLinePage(query) { | ||||
|   return request({ | ||||
|     url: '/base/production-line/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -1,8 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 获得工单列表 | ||||
| export function workOrderList() { | ||||
|   return request({ | ||||
|     url: '/base/core-work-order/listbyfilter', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -2,7 +2,7 @@ import request from '@/utils/request' | ||||
| // 获得所有产线工段列表 | ||||
| export function getWorkShopAll() { | ||||
|   return request({ | ||||
|     url: '/base/core-workshop-section/listAll', | ||||
|     url: '/base/workshop-section/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -1,17 +1,17 @@ | ||||
| /* | ||||
|  * @Author: zhp | ||||
|  * @Date: 2023-09-12 14:07:04 | ||||
|  * @LastEditTime: 2023-11-07 14:17:38 | ||||
|  * @LastEditors: DY | ||||
|  * @LastEditTime: 2025-01-08 15:47:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| export function getYieldAnalysisPageData(query) { | ||||
| export function getYieldAnalysisPageData(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line-rec-day/monthList', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|     url: '/analysis/production-analysis/getOutput', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| @@ -22,3 +22,26 @@ export function getCT(data) { | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获取产线平衡分析数据(new) | ||||
| export function getNewCTNow(data) { | ||||
|   return request({ | ||||
|     url: '/analysis/production-analysis/getNewCTNow', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获取产线平衡分析数据趋势图(new) | ||||
| export function getNewCTCharts(data) { | ||||
|   return request({ | ||||
|     url: '/analysis/production-analysis/getNewCTCharts', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获取产线平衡分析数据设备list(new) | ||||
| export function getNewCTDet(id) { | ||||
|   return request({ | ||||
|     url: '/analysis/production-analysis/getNewCTDet?lineId='+id, | ||||
|     method: 'get', | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -1,16 +1,9 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-10-21 10:11:01 | ||||
|  * @LastEditTime: 2023-11-03 19:03:44 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建工厂 | ||||
| export function createFactory(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/create', | ||||
|     url: '/base/factory/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -19,7 +12,7 @@ export function createFactory(data) { | ||||
| // 更新工厂 | ||||
| export function updateFactory(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/update', | ||||
|     url: '/base/factory/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| @@ -28,7 +21,7 @@ export function updateFactory(data) { | ||||
| // 删除工厂 | ||||
| export function deleteFactory(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/delete?id=' + id, | ||||
|     url: '/base/factory/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
| @@ -36,30 +29,21 @@ export function deleteFactory(id) { | ||||
| // 获得工厂 | ||||
| export function getFactory(id) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/get?id=' + id, | ||||
|     url: '/base/factory/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得工厂code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/getCode', | ||||
|     url: '/base/factory/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得工厂分页 | ||||
| export function getFactoryPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function getFactoryList(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/listAll', | ||||
|     url: '/base/factory/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| @@ -68,9 +52,18 @@ export function getFactoryList(query) { | ||||
| // 导出工厂 Excel | ||||
| export function exportFactoryExcel(query) { | ||||
|   return request({ | ||||
|     url: '/base/core-factory/export-excel', | ||||
|     url: '/base/factory/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获取产线设备状态 | ||||
| export function getLineEqStatus(data) { | ||||
|   return request({ | ||||
| 		url: '/monitoring/equipment-monitor/getLineEqStatus', | ||||
| 		method: 'post', | ||||
| 		data: data, | ||||
| 	}); | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										28
									
								
								src/api/core/base/lineBindProcess.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,28 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
|  | ||||
| // 切换工艺 | ||||
| export function switchLineBindProcess(data) { | ||||
|   return request({ | ||||
|     url: '/base/line-bind-process/switch', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得产线工艺目前生产工艺 | ||||
| export function getLineBindProcessPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/line-bind-process/nowList', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产线工艺log分页 | ||||
| export function getLineBindProcessLogPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/line-bind-process/logPage', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -16,6 +16,14 @@ export function switchLineBindProduct(data) { | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 切换产线是否可以自动 | ||||
| export function switchAutoProduct(data) { | ||||
|   return request({ | ||||
|     url: '/base/line-bind-product/switchAuto', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 更新产线目前生产产品表 主要为更新 | ||||
| export function updateLineBindProduct(data) { | ||||
|   return request({ | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-09-12 09:44:53 | ||||
|  * @LastEditTime: 2023-09-13 16:11:41 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  * @LastEditTime: 2025-01-07 09:57:36 | ||||
|  * @LastEditors: zwq | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| @@ -17,9 +17,43 @@ export function getPdlAutoReport(data) { | ||||
| } | ||||
|  | ||||
| // 获得所有工厂产线列表 | ||||
| export function getPdList() { | ||||
| export function getPdList(id) { | ||||
|   return request({ | ||||
|     url: '/base/production-line/listAll', | ||||
|     url: '/base/production-line/listAll' + (id ? '?id=' + id : ''), | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| } | ||||
| // 获得产线自动报表 | ||||
| export function getLineAuto(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/production-monitor/getPdlAutoReportNew', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得产品自动报表 | ||||
| export function getProductAuto(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/production-monitor/getProcessAutoReportNew', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 班组自动报表分页 | ||||
| export function getTeamReportPage(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/team-auto-report/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 班组自动报表分页详细 | ||||
| export function getTeamReportPageDet(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/team-auto-report/pageDet?id=' + id, | ||||
|     method: 'get', | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -1,9 +1,9 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-09-12 09:44:53 | ||||
|  * @LastEditTime: 2023-09-14 10:25:46 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  * @LastEditTime: 2025-03-03 10:43:34 | ||||
|  * @LastEditors: zwq | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| @@ -22,4 +22,22 @@ export function getPdList() { | ||||
|     url: '/base/production-line/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| } | ||||
| // 产线统计数据查询-历史 | ||||
| export function getPdlAutoReportNewSearch(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/production-monitor/getPdlAutoReportNewSearch', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 产线统计数据查询-当前 | ||||
| export function getPdlAutoReportNewSearchNow(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/production-monitor/getPdlAutoReportNewSearchNow', | ||||
|     method: 'post', | ||||
|     data: data, | ||||
|     timeout: 60000, | ||||
|   }) | ||||
| } | ||||
|   | ||||
| @@ -1,17 +1,17 @@ | ||||
| /* | ||||
|  * @Author: Do not edit | ||||
|  * @Date: 2023-09-12 09:44:53 | ||||
|  * @LastEditTime: 2023-11-06 18:57:05 | ||||
|  * @LastEditTime: 2023-09-15 14:12:26 | ||||
|  * @LastEditors: DY | ||||
|  * @Description:  | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得近24小时产线生产数据 | ||||
| export function getPdlDataOneDay(query) { | ||||
| export function getPdlDataOneDay(data) { | ||||
|   return request({ | ||||
|     url: '/base/core-production-line-rec-hour/list24h', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|     url: '/monitoring/production-monitor/getPdlDataOneDay', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|   | ||||
							
								
								
									
										54
									
								
								src/api/cost/allCost.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,54 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 14:35:13 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得总成本统计-按日期分页 | ||||
| export function getCostSumPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-sum/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 更新总成本统计-按日期 | ||||
| export function updateCostSum(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-sum/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片成本统计成本查询分页 | ||||
| export function getRawCostStatisticsRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-sum/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出总成本统计-按日期 Excel | ||||
| export function exportCostSumExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-sum/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片成本统计-历史成本 Excel | ||||
| export function exportRawCostStatisticsHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-sum/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										55
									
								
								src/api/cost/costDeepRatioHis.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,55 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 15:00:09 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新深加工良品率 | ||||
| export function updateDeepRatioHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-ratio-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得深加工产线良品率 | ||||
| export function getDeepPDRatioHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-ratio-his/page-pd', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 获得深加工工段良品率 | ||||
| export function getDeepWSRatioHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-ratio-his/page-ws', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工工段良品率 Excel | ||||
| export function exportDeepWSRatioHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-ratio-his/export-excel-ws', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
|  | ||||
| // 导出深加工产线良品率 Excel | ||||
| export function exportDeepPDRatioHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-ratio-his/export-excel-pd', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
							
								
								
									
										53
									
								
								src/api/cost/costEnergy.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,53 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-19 16:11:19 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新原片能源历史 | ||||
| export function updateEnergyHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-energy-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片能源历史分页 | ||||
| export function getEnergyHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-energy-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片能源-成本查询分页 | ||||
| export function getEnergyRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-energy-realtime/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 导出能源成本成本查询 Excel | ||||
| export function exportEnergyRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-energy-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出能源成本历史 Excel | ||||
| export function exportEnergyHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-energy-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										54
									
								
								src/api/cost/costEnergyDeep.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,54 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 15:19:24 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新深加工能源历史 | ||||
| export function updateEnergyHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-energy-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得深加工能源历史分页 | ||||
| export function getEnergyHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-energy-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工能源-成本查询分页 | ||||
| export function getEnergyRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-energy-realtime/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工能源成本成本查询 Excel | ||||
| export function exportEnergyRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-energy-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工能源成本历史 Excel | ||||
| export function exportEnergyHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-energy-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										54
									
								
								src/api/cost/costMaterial.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,54 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-05 13:55:30 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新原料成本-历史 | ||||
| export function updateMaterialHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-material-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原料成本-历史分页 | ||||
| export function getMaterialHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-material-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原料成本-成本查询分页 | ||||
| export function getMaterialRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-material-realtime/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原料成本成本查询 Excel | ||||
| export function exportMaterialRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-material-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原料成本历史 Excel | ||||
| export function exportMaterialHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-material-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										36
									
								
								src/api/cost/costOriginRatioHis.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,36 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-22 10:53:55 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新原片良品率 | ||||
| export function updatecostOriginRatioHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origin-ratio-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片良品率 | ||||
| export function getcostOriginRatioHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origin-ratio-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片良品率 Excel | ||||
| export function exportcostOriginRatioHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origin-ratio-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
							
								
								
									
										53
									
								
								src/api/cost/costOthercostHis.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,53 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-19 14:24:17 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新原片其他成本-历史 | ||||
| export function updateRawOthercostHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片其他成本-历史分页 | ||||
| export function getRawOthercostHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-成本查询分页 | ||||
| export function getRawOthercostSunPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/page-sum', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 导出原片其他成本-成本查询 Excel | ||||
| export function exportRawOthercostSunExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片其他成本-历史 Excel | ||||
| export function exportRawOthercostHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										53
									
								
								src/api/cost/costOthercostHisDeep.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,53 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 15:13:20 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
| // 更新深加工其他成本-历史 | ||||
| export function updateRawOthercostHis(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得深加工其他成本-历史分页 | ||||
| export function getRawOthercostHisPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工其他成本-成本查询分页 | ||||
| export function getRawOthercostSunPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/page-sum', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 导出深加工其他成本-成本查询 Excel | ||||
| export function exportRawOthercostSunExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工其他成本-历史 Excel | ||||
| export function exportRawOthercostHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										68
									
								
								src/api/cost/costOthercostLog.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,68 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-15 17:01:20 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 14:12:09 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建原片其他成本-记录 | ||||
| export function createRawOthercostLog(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新原片其他成本-记录 | ||||
| export function updateRawOthercostLog(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除原片其他成本-记录 | ||||
| export function deleteRawOthercostLog(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-记录 | ||||
| export function getRawOthercostLog(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-记录分页 | ||||
| export function getRawOthercostLogPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片其他成本-记录 Excel | ||||
| export function exportRawOthercostLogExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/export-log-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获得所有原片其他成本-记录列表 | ||||
| export function getRawOthercostLogAll() { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-log/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										68
									
								
								src/api/cost/costOthercostLogDeep.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,68 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-15 17:01:20 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-22 14:59:35 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建深加工其他成本-记录 | ||||
| export function createRawOthercostLog(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新深加工其他成本-记录 | ||||
| export function updateRawOthercostLog(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除深加工其他成本-记录 | ||||
| export function deleteRawOthercostLog(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工其他成本-记录 | ||||
| export function getRawOthercostLog(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工其他成本-记录分页 | ||||
| export function getRawOthercostLogPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工其他成本-记录 Excel | ||||
| export function exportRawOthercostLogExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/export-log-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获得所有深加工其他成本-记录列表 | ||||
| export function getRawOthercostLogAll() { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-log/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										53
									
								
								src/api/cost/deepCostStatistics.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,53 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-02 14:43:30 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得深加工成本分页 | ||||
| export function getDeepCostStatisticsPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-cost-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 更新深加工成本-历史 | ||||
| export function updateDeepCostStatistics(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-cost-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得深加工成本统计成本查询分页 | ||||
| export function getDeepCostStatisticsRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-cost-realtime/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工成本统计成本查询 Excel | ||||
| export function exportDeepStatisticsRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-cost-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 导出深加工成本统计-历史成本 Excel | ||||
| export function exportDeepCostStatisticsHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-cost-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										68
									
								
								src/api/cost/deepOthercostRule.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,68 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-15 17:01:20 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-22 14:55:00 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建深加工其他成本-配置 | ||||
| export function createRawOthercostRule(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新深加工其他成本-配置 | ||||
| export function updateRawOthercostRule(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除深加工其他成本-配置 | ||||
| export function deleteRawOthercostRule(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工其他成本-配置 | ||||
| export function getRawOthercostRule(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得深加工其他成本-配置分页 | ||||
| export function getRawOthercostRulePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出深加工其他成本-配置 Excel | ||||
| export function exportRawOthercostRuleExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获得所有深加工其他成本-配置列表 | ||||
| export function getRawOthercostRuleAll() { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-deep-othercost-rule/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										54
									
								
								src/api/cost/rawCostStatistics.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,54 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-18 16:53:17 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-09-06 14:35:13 | ||||
|  * @Description: | ||||
|  */ | ||||
|  | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得原片成本分页 | ||||
| export function getRawCostStatisticsPage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origincost-his/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| // 更新原片成本-历史 | ||||
| export function updateRawCostStatistics(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origincost-his/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得原片成本统计成本查询分页 | ||||
| export function getRawCostStatisticsRealtimePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origin-cost-realtime/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片成本统计成本查询 Excel | ||||
| export function exportRawStatisticsRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origin-cost-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片成本统计-历史成本 Excel | ||||
| export function exportRawCostStatisticsHisExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-origincost-his/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										68
									
								
								src/api/cost/rawOthercostRule.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,68 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2024-04-15 17:01:20 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2024-04-18 15:39:12 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建原片其他成本-配置 | ||||
| export function createRawOthercostRule(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新原片其他成本-配置 | ||||
| export function updateRawOthercostRule(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除原片其他成本-配置 | ||||
| export function deleteRawOthercostRule(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-配置 | ||||
| export function getRawOthercostRule(id) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得原片其他成本-配置分页 | ||||
| export function getRawOthercostRulePage(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出原片其他成本-配置 Excel | ||||
| export function exportRawOthercostRuleExcel(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| // 获得所有原片其他成本-配置列表 | ||||
| export function getRawOthercostRuleAll() { | ||||
|   return request({ | ||||
|     url: '/monitoring/cost-othercost-rule/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| @@ -43,6 +43,14 @@ export function getEnergyOverlimitLogPage(data) { | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得手动抄表记录分页 | ||||
| export function getEnergyManualLogPage(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/energy-overlimit-log/pageManual', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 导出能源超限记录 Excel | ||||
| export function exportEnergyOverlimitLogExcel(query) { | ||||
|   return request({ | ||||
|   | ||||
| @@ -1,27 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 执行班组追溯 根据工单 | ||||
| export function getByWorkOrder(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/schedulingmonitoring/getByWorkOrder', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 执行班组追溯详情 根据工单班组 | ||||
| export function getByTeam(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/schedulingmonitoring/getByTeam', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取某次排班的生产情况详情 | ||||
| export function getByScheduling(query) { | ||||
|   return request({ | ||||
|     url: '/monitoring/schedulingmonitoring/getByScheduling', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,19 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
| // 获取工单信息 | ||||
| export function getWorkOrderMsg(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/energy-work-order/getWorkOrderMsg', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获取工单能源消耗数据 | ||||
| export function getOrderEnergyData(data) { | ||||
|   return request({ | ||||
|     url: '/monitoring/energy-work-order/getData', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| @@ -1,28 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 获得排班信息分页 建议size 150 | ||||
| export function groupTeamSchedulingPage(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-team-scheduling/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得不同产线每小时报废数据,用于班组检测 班组生产情况详情(动态结构) | ||||
| export function getSchedulingMonitoringRecord(query) { | ||||
|   return request({ | ||||
|     url: '/base/quality-inspection-record/getSchedulingMonitoringRecord', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得所有列表 | ||||
| export function groupClassesListAll(query) { | ||||
|   return request({ | ||||
|     url: '/base/group-classes/listAll', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
| @@ -1,75 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2023-11-02 14:21:18 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2023-11-02 14:34:29 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建仓库 | ||||
| export function createWarehouse(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新仓库 | ||||
| export function updateWarehouse(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除仓库 | ||||
| export function deleteWarehouse(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得仓库 | ||||
| export function getWarehouse(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得仓库列表 | ||||
| export function getWarehouseList() { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得仓库code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得仓库分页 | ||||
| export function getWarehousePage(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/page', | ||||
|     method: 'get', | ||||
|     params: query | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出仓库 Excel | ||||
| export function exportWarehouseExcel(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,76 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2023-11-02 16:20:15 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2023-11-03 15:26:05 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建物品 | ||||
| export function createWarehouseGoods(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新物品 | ||||
| export function updateWarehouseGoods(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除物品 | ||||
| export function deleteWarehouseGoods(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物品 | ||||
| export function getWarehouseGoods(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物品列表 | ||||
| export function getListByType(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/getListByType?type=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得物品分页 | ||||
| export function getWarehouseGoodsPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/page', | ||||
|     method: 'POST', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 导出物品 Excel | ||||
| export function exportWarehouseGoodsExcel(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-goods/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,97 +0,0 @@ | ||||
| /* | ||||
|  * @Author: zwq | ||||
|  * @Date: 2023-11-02 14:31:42 | ||||
|  * @LastEditors: zwq | ||||
|  * @LastEditTime: 2023-11-04 14:56:10 | ||||
|  * @Description: | ||||
|  */ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建库位 | ||||
| export function createWarehouseLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新库位 | ||||
| export function updateWarehouseLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除库位 | ||||
| export function deleteWarehouseLocation(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得库位 | ||||
| export function getWarehouseLocation(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得库位列表(通过仓库id) | ||||
| export function listByWarehouse(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/listByWarehouse?warehouseId=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得库位列表(All) | ||||
| export function listAll() { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/listAll', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得库位code | ||||
| export function getCode() { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/getCode', | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得库位分页 | ||||
| export function getWarehouseLocationPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/page', | ||||
|     method: 'POST', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得库存总览数据 | ||||
| export function getOverview(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-monitoring/getOverview', | ||||
|     method: 'POST', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得库位占用率数据 | ||||
| export function getRate(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-monitoring/getRate', | ||||
|     method: 'POST', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出库位 Excel | ||||
| export function exportWarehouseLocationExcel(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,83 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建出入库-无库位-入库 | ||||
| export function createWarehouseRealtime(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 创建出入库-无库位-出库 | ||||
| export function outWarehouseRealtime(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/out', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 更新出入库-无库位 | ||||
| export function updateWarehouseRealtime(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除出入库-无库位 | ||||
| export function deleteWarehouseRealtime(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得出入库-无库位 | ||||
| export function getWarehouseRealtime(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得出入库-无库位-展开详情 | ||||
| export function getWarehouseRealtimeDet(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/getDet?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得出入库-无库位-批次列表 | ||||
| export function getBatchList(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/getBatchList?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得出入库-无库位分页 | ||||
| export function getWarehouseRealtimePage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得出入库-无库位-历史分页 | ||||
| export function getWarehouseRealtimeHisPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-his/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出出入库-无库位 Excel | ||||
| export function exportWarehouseRealtimeExcel(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
| @@ -1,85 +0,0 @@ | ||||
| import request from '@/utils/request' | ||||
|  | ||||
| // 创建出入库-有库位 | ||||
| export function createWarehouseRealtimeLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/create', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 更新出入库-有库位 | ||||
| export function updateWarehouseRealtimeLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/update', | ||||
|     method: 'put', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 出入库-有库位 > 出库操作 | ||||
| export function outWarehouseRealtimeLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/out', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 出入库-有库位 > 入库操作 | ||||
| export function inWarehouseRealtimeLocation(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/in', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 删除出入库-有库位 | ||||
| export function deleteWarehouseRealtimeLocation(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/delete?id=' + id, | ||||
|     method: 'delete' | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 获得出入库-有库位 | ||||
| export function getWarehouseRealtimeLocation(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/get?id=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得出入库历史-有库位详情列表 | ||||
| export function getWarehouseLocationHisDet(id) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location-his-det/list?hisId=' + id, | ||||
|     method: 'get' | ||||
|   }) | ||||
| } | ||||
| // 获得出入库-有库位分页 | ||||
| export function getWarehouseRealtimeLocationPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
| // 获得出入库历史-有库位分页 | ||||
| export function getWarehouseLocationHisPage(data) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-location-his/page', | ||||
|     method: 'post', | ||||
|     data: data | ||||
|   }) | ||||
| } | ||||
|  | ||||
| // 导出出入库-有库位 Excel | ||||
| export function exportWarehouseRealtimeLocationExcel(query) { | ||||
|   return request({ | ||||
|     url: '/extend/warehouse-realtime-location/export-excel', | ||||
|     method: 'get', | ||||
|     params: query, | ||||
|     responseType: 'blob' | ||||
|   }) | ||||
| } | ||||
							
								
								
									
										20
									
								
								src/assets/icons/svg/dataBoard1.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,20 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <title>编组备份</title> | ||||
|     <g id="秦皇岛/北方压延" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="现场看板tc—整体产线" transform="translate(-38.175000, -126.808988)"> | ||||
|             <g id="编组备份" transform="translate(38.175000, 126.808988)"> | ||||
|                 <polygon id="Fill-1" fill="#CAE5DD" opacity="0" points="0 32 32 32 32 0 0 0"></polygon> | ||||
|                 <path d="M24.1201333,5.07973333 L22.1468,5.07973333 L22.1468,6.3064 L24.1201333,6.3064 C24.7308,6.3064 25.2268,6.8024 25.2268,7.41306667 L25.2268,25.4530667 C25.2268,26.0650667 24.7308,26.5597333 24.1201333,26.5597333 L7.93346667,26.5597333 C7.32146667,26.5597333 6.8268,26.0650667 6.8268,25.4530667 L6.8268,7.41306667 C6.8268,6.8024 7.32146667,6.3064 7.93346667,6.3064 L10.2001333,6.3064 L10.2001333,5.07973333 L7.93346667,5.07973333 C6.64813333,5.08773333 5.6068,6.12773333 5.60013333,7.41306667 L5.60013333,25.4530667 C5.6068,26.7384 6.64813333,27.7797333 7.93346667,27.7864 L24.1334667,27.7864 C25.4188,27.7797333 26.4588,26.7384 26.4668,25.4530667 L26.4668,7.41306667 C26.4588,6.1224 25.4108,5.07973333 24.1201333,5.07973333" id="Fill-3" fill="#6EF9DE"></path> | ||||
|                 <path d="M7.93333333,5.56026667 C6.90933333,5.56026667 6.08,6.3896 6.08,7.4136 L6.08,25.4536 C6.08,26.4776 6.90933333,27.3069333 7.93333333,27.3069333 L24.1333333,27.3069333 C25.156,27.3069333 25.9866667,26.4776 25.9866667,25.4536 L25.9866667,7.4136 C25.9866667,6.3896 25.156,5.56026667 24.1333333,5.56026667 L22.6,5.56026667 L22.6,5.78693333 L24.0933333,5.78693333 C24.9613333,5.78693333 25.6666667,6.49093333 25.6666667,7.36026667 L25.6666667,25.4002667 C25.6666667,26.2682667 24.9613333,26.9736 24.0933333,26.9736 L7.93333333,26.9736 C7.064,26.9736 6.36,26.2682667 6.36,25.4002667 L6.36,7.4136 C6.33066667,6.54426667 7.01066667,5.81626667 7.87866667,5.78693333 C7.89733333,5.78693333 7.91466667,5.78693333 7.93333333,5.78693333 L9.73333333,5.78693333 L9.73333333,5.50693333 L7.93333333,5.56026667 Z M24.8266667,28.2536 L7.21333333,28.2536 C6.05733333,28.2536 5.12,27.3162667 5.12,26.1602667 L5.12,6.70693333 C5.12,5.55093333 6.05733333,4.6136 7.21333333,4.6136 L10.6666667,4.6136 L10.6666667,6.78693333 L8.81333333,6.78693333 C7.97333333,6.78693333 7.29333333,7.46693333 7.29333333,8.30693333 L7.29333333,24.5602667 C7.29333333,25.3989333 7.97333333,26.0802667 8.81333333,26.0802667 L23.2266667,26.0802667 C24.0666667,26.0802667 24.7466667,25.3989333 24.7466667,24.5602667 L24.7466667,8.30693333 C24.7466667,7.46693333 24.0666667,6.78693333 23.2266667,6.78693333 L21.68,6.78693333 L21.68,4.6136 L24.8266667,4.6136 C25.9826667,4.6136 26.92,5.55093333 26.92,6.70693333 L26.92,26.1602667 C26.92,27.3162667 25.9826667,28.2536 24.8266667,28.2536 L24.8266667,28.2536 Z" id="Fill-5" fill="#6EF9DE"></path> | ||||
|                 <path d="M11.3468,3.3864 L20.9068,3.3864 C21.7534667,3.3864 22.4401333,4.07306667 22.4401333,4.91973333 L22.4401333,6.1864 C22.4401333,7.03306667 21.7534667,7.71973333 20.9068,7.71973333 L11.3468,7.71973333 C10.5001333,7.71973333 9.81346667,7.03306667 9.81346667,6.1864 L9.81346667,4.91973333 C9.81346667,4.07306667 10.5001333,3.3864 11.3468,3.3864" id="Fill-7" fill="#6EF9DE"></path> | ||||
|                 <path d="M21.7732,11.3864 C21.7732,12.0530667 21.5065333,12.3864 20.9598667,12.3864 L13.1065333,12.3864 C12.5732,12.3864 12.2932,12.0530667 12.2932,11.3864 C12.2932,10.7197333 12.5732,10.3997333 13.1065333,10.3997333 L20.9598667,10.3997333 C21.5065333,10.3997333 21.7732,10.7330667 21.7732,11.3864" id="Fill-9" fill="#6EF9E1"></path> | ||||
|                 <path d="M10.2666667,10.4130667 L10.28,10.4130667 C10.824,10.4130667 11.2666667,10.8557333 11.2666667,11.3997333 L11.2666667,11.4130667 C11.2666667,11.9584 10.824,12.3997333 10.28,12.3997333 L10.2666667,12.3997333 C9.72133333,12.3997333 9.28,11.9584 9.28,11.4130667 L9.28,11.3997333 C9.28,10.8557333 9.72133333,10.4130667 10.2666667,10.4130667" id="Fill-11" fill="#6DF8E1"></path> | ||||
|                 <path d="M21.7732,16.3597333 C21.7732,17.0264 21.3998667,17.3597333 20.6398667,17.3597333 L13.4398667,17.3597333 C12.6798667,17.3597333 12.2932,17.0264 12.2932,16.3597333 C12.2932,15.6930667 12.6798667,15.3597333 13.4398667,15.3597333 L20.6398667,15.3597333 C21.3998667,15.3597333 21.7732,15.6930667 21.7732,16.3597333" id="Fill-13" fill="#6EF9E1"></path> | ||||
|                 <path d="M10.2666667,15.4130667 L10.28,15.4130667 C10.824,15.4130667 11.2666667,15.8557333 11.2666667,16.3997333 L11.2666667,16.4130667 C11.2666667,16.9584 10.824,17.3997333 10.28,17.3997333 L10.2666667,17.3997333 C9.72133333,17.3997333 9.28,16.9584 9.28,16.4130667 L9.28,16.3997333 C9.28,15.8557333 9.72133333,15.4130667 10.2666667,15.4130667" id="Fill-15" fill="#6DF8E1"></path> | ||||
|                 <path d="M21.7732,21.3597333 C21.7732,22.0264 21.5065333,22.3597333 20.9598667,22.3597333 L13.1065333,22.3597333 C12.5732,22.3597333 12.2932,22.0264 12.2932,21.3597333 C12.2932,20.6930667 12.5732,20.3597333 13.1065333,20.3597333 L20.9598667,20.3597333 C21.5065333,20.3597333 21.7732,20.6930667 21.7732,21.3597333" id="Fill-17" fill="#6EF9E1"></path> | ||||
|                 <path d="M10.2666667,20.3864 L10.28,20.3864 C10.824,20.3864 11.2666667,20.8290667 11.2666667,21.3730667 L11.2666667,21.3864 C11.2666667,21.9317333 10.824,22.3730667 10.28,22.3730667 L10.2666667,22.3730667 C9.72133333,22.3730667 9.28,21.9317333 9.28,21.3864 L9.28,21.3730667 C9.28,20.8290667 9.72133333,20.3864 10.2666667,20.3864" id="Fill-19" fill="#6DF8E1"></path> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 5.6 KiB | 
							
								
								
									
										18
									
								
								src/assets/icons/svg/dataBoard2.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,18 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <title>切片</title> | ||||
|     <defs> | ||||
|         <linearGradient x1="100%" y1="81.9999999%" x2="20.318998%" y2="18.0000001%" id="linearGradient-1"> | ||||
|             <stop stop-color="#4BFFC8" offset="0%"></stop> | ||||
|             <stop stop-color="#45F2EC" offset="100%"></stop> | ||||
|         </linearGradient> | ||||
|     </defs> | ||||
|     <g id="秦皇岛/北方压延" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="现场看板tc—整体产线" transform="translate(-35.000000, -741.000000)" fill-rule="nonzero"> | ||||
|             <g id="icon/可视化/柱状图" transform="translate(35.000000, 741.000000)"> | ||||
|                 <rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="32" height="32"></rect> | ||||
|                 <path d="M6.07816026,6.07816026 L6.07816026,23.4413798 L28.4022997,23.4413798 L28.4022997,25.9218397 L3.5977003,25.9218397 L3.5977003,6.07816026 L6.07816026,6.07816026 Z M13.5195401,6.07816026 L13.5195401,22.2011498 L8.55862018,22.2011498 L8.55862018,6.07816026 L13.5195401,6.07816026 Z M20.9609199,11.0390801 L20.9609199,22.2011498 L16,22.2011498 L16,11.0390801 L20.9609199,11.0390801 Z M28.4022997,16 L28.4022997,22.2011498 L23.4413798,22.2011498 L23.4413798,16 L28.4022997,16 Z" id="形状" fill="url(#linearGradient-1)"></path> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 1.5 KiB | 
							
								
								
									
										18
									
								
								src/assets/icons/svg/dataBoard3.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,18 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="27px" height="32px" viewBox="0 0 27 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <title>产线备份 3</title> | ||||
|     <defs> | ||||
|         <linearGradient x1="100%" y1="84.4142661%" x2="20.318998%" y2="15.5857339%" id="linearGradient-1"> | ||||
|             <stop stop-color="#4BFFC8" offset="0%"></stop> | ||||
|             <stop stop-color="#45F2EC" offset="100%"></stop> | ||||
|         </linearGradient> | ||||
|     </defs> | ||||
|     <g id="秦皇岛/北方压延" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="现场看板tc—整体产线" transform="translate(-456.000000, -740.000000)" fill-rule="nonzero"> | ||||
|             <g id="产线备份-3" transform="translate(456.000000, 740.000000)"> | ||||
|                 <rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="27" height="32"></rect> | ||||
|                 <path d="M5.9634842,21.3256682 C5.8209113,21.3358884 5.67787363,21.3358884 5.53530073,21.3256682 L5.53152795,21.3256682 C4.70985419,21.2655042 3.9028068,20.8665317 3.27496659,20.1284294 C1.90834447,18.5219016 1.90834447,15.9172034 3.27496659,14.3106756 C3.5291373,14.011848 3.81269745,13.7686207 4.11471142,13.5809616 L4.11389125,13.5765264 L4.1789034,13.5420735 C4.26583759,13.4907514 4.35456706,13.4437443 4.44485723,13.4011765 L16.0336968,7.2612301 L16.0353372,7.27016472 C18.3137697,6.10911436 21.061777,6.62333696 22.9243013,8.8128968 C25.3585662,11.6745456 25.3585662,16.314119 22.9243013,19.1757678 C21.7290674,20.580881 20.1691859,21.2960361 18.6027704,21.3212973 L18.6035632,21.3256682 L5.9634842,21.3256682 Z M5.625,20 C6.86761875,20 7.875,18.8061 7.875,17.3333333 C7.875,15.8605667 6.86761875,14.6666667 5.625,14.6666667 C4.382325,14.6666667 3.375,15.8605667 3.375,17.3333333 C3.375,18.8061 4.382325,20 5.625,20 Z M18.5625,18.6666667 C20.737088,18.6666667 22.5,16.5773202 22.5,14 C22.5,11.4226798 20.737088,9.33333333 18.5625,9.33333333 C16.3878602,9.33333333 14.625,11.4226798 14.625,14 C14.625,16.5773202 16.3878602,18.6666667 18.5625,18.6666667 Z M4.92857143,22.6666667 L22.5,22.6666667 L22.5,24.8888889 C22.5,25.1343611 22.3081339,25.3333333 22.0714286,25.3333333 L4.5,25.3333333 L4.5,23.1111111 C4.5,22.8656389 4.69186607,22.6666667 4.92857143,22.6666667 Z" id="形状" fill="url(#linearGradient-1)"></path> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 2.3 KiB | 
							
								
								
									
										18
									
								
								src/assets/icons/svg/dataBoard4.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,18 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <title>切片</title> | ||||
|     <defs> | ||||
|         <linearGradient x1="99.4683184%" y1="100%" x2="20.6346149%" y2="7.84095011e-14%" id="linearGradient-1"> | ||||
|             <stop stop-color="#4BFFC8" offset="0%"></stop> | ||||
|             <stop stop-color="#45F2EC" offset="100%"></stop> | ||||
|         </linearGradient> | ||||
|     </defs> | ||||
|     <g id="秦皇岛/北方压延" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="现场看板tc—整体产线" transform="translate(-1514.000000, -127.000000)" fill-rule="nonzero"> | ||||
|             <g id="icon/可视化/模块" transform="translate(1514.000000, 127.000000)"> | ||||
|                 <rect id="矩形" fill="#000000" opacity="0" x="0" y="7.10542736e-14" width="32" height="32"></rect> | ||||
|                 <path d="M25.7527221,14.1816202 L24.188579,14.1816202 L24.188579,9.49373791 C24.1860753,8.90287145 23.7063759,8.4252046 23.1155041,8.42520991 L17.3681876,8.42520991 L17.3681876,6.56551655 C17.370851,5.66122185 17.0084214,4.79412914 16.363022,4.1607133 C15.7176226,3.52729745 14.8438903,3.18118084 13.9398043,3.20079015 C12.066652,3.28658042 10.6006443,4.84522051 10.629641,6.72011209 L10.629641,8.42520991 L4.88232453,8.42520991 C4.29145277,8.4252046 3.81175331,8.90287145 3.80921104,9.49373791 L3.80921104,13.0994515 C3.80682438,13.385621 3.9188086,13.6609038 4.12031265,13.8641155 C4.32181669,14.0673272 4.59614473,14.1816305 4.88232453,14.1816202 L5.48251897,14.1816202 C7.35572581,14.1525356 8.91367406,15.6158797 9.00184091,17.4872366 C9.01900932,18.3913465 8.67055578,19.2641187 8.03543236,19.9078018 C7.40030895,20.5514848 6.53227944,20.9115903 5.62802066,20.9065261 L4.88232453,20.9065261 C4.28968163,20.9065261 3.80921104,21.3869581 3.80921104,21.979601 L3.80921104,27.7269175 C3.80921104,28.3195604 4.28968163,28.8000021 4.88232453,28.8000021 L9.55656609,28.8000021 C9.84153405,28.8012076 10.1151815,28.6885421 10.3166861,28.4870375 C10.5181907,28.2855329 10.6308562,28.0118854 10.629641,27.7269175 L10.629641,27.1949269 C10.6006443,25.3200353 12.066652,23.7613953 13.9398043,23.675605 C14.8438903,23.6559957 15.7176226,24.0021123 16.363022,24.6355281 C17.0084214,25.268944 17.370851,26.1360367 17.3681876,27.0403314 L17.3681876,27.7269175 C17.3669784,28.0110957 17.479021,28.2840495 17.6795401,28.4854219 C17.8800592,28.6867943 18.1525348,28.8000021 18.4367156,28.8000021 L23.1155041,28.8000021 C23.708147,28.8000021 24.188579,28.3195604 24.188579,27.7269175 L24.188579,20.9065261 L25.9027707,20.9065261 C26.8070472,20.910389 27.6746078,20.5491212 28.3088772,19.9045802 C28.9431467,19.2600392 29.290432,18.3867874 29.272044,17.4826896 C29.1815049,15.6131286 27.6242468,14.1524446 25.7527221,14.1816202 Z" id="路径" fill="url(#linearGradient-1)"></path> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 2.9 KiB | 
							
								
								
									
										11
									
								
								src/assets/icons/svg/fullScreenView.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,11 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <g id="驾驶舱" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="运营总览_生产线监控驾驶舱" transform="translate(-1866.000000, -36.000000)"> | ||||
|             <g id="编组-54" transform="translate(1866.000000, 36.000000)"> | ||||
|                 <rect id="矩形" stroke="#979797" fill="#D8D8D8" opacity="0" x="0.5" y="0.5" width="21" height="21"></rect> | ||||
|                 <path d="M18.4001211,1 L18.574731,1.00571398 C18.8641421,1.02474925 19.1451559,1.09128771 19.4122178,1.20447947 C19.7221027,1.33395436 19.9991094,1.52058631 20.2392616,1.76073844 C20.4776764,1.99915325 20.6652172,2.27804627 20.7953442,2.58736464 C20.9313506,2.90825642 21,3.24882158 21,3.59987893 L21,3.59987893 L21,18.4001211 L20.994286,18.574731 C20.9752507,18.8641421 20.9087123,19.1451559 20.7955205,19.4122178 C20.6660456,19.7221027 20.4794137,19.9991094 20.2392616,20.2392616 C20.0008468,20.4776764 19.7219537,20.6652172 19.4126354,20.7953442 C19.0917436,20.9313506 18.7511784,21 18.4001211,21 L18.4001211,21 L3.59987893,21 L3.42526905,20.994286 C3.13585794,20.9752507 2.85484405,20.9087123 2.58778224,20.7955205 C2.2778973,20.6660456 2.00089057,20.4794137 1.76073844,20.2392616 C1.52232363,20.0008468 1.33478285,19.7219537 1.20465581,19.4126354 C1.06864936,19.0917436 1,18.7511784 1,18.4001211 L1,18.4001211 L1,3.59987893 L1.00571398,3.42526905 C1.02474925,3.13585794 1.09128771,2.85484405 1.20447947,2.58778224 C1.33395436,2.2778973 1.52058631,2.00089057 1.76073844,1.76073844 C1.99915325,1.52232363 2.27804627,1.33478285 2.58736464,1.20465581 C2.90825642,1.06864936 3.24882158,1 3.59987893,1 L3.59987893,1 L18.4001211,1 Z M18.4001211,2.29539952 L3.59987893,2.29539952 L3.49797651,2.2993263 C2.82542992,2.35136056 2.29539952,2.9140495 2.29539952,3.59987893 L2.29539952,3.59987893 L2.29539952,18.4001211 L2.2993263,18.5020235 C2.35136056,19.1745701 2.9140495,19.7046005 3.59987893,19.7046005 L3.59987893,19.7046005 L18.4001211,19.7046005 L18.5020235,19.7006737 C19.1745701,19.6486394 19.7046005,19.0859505 19.7046005,18.4001211 L19.7046005,18.4001211 L19.7046005,3.59987893 L19.7006737,3.49797651 C19.6486394,2.82542992 19.0859505,2.29539952 18.4001211,2.29539952 L18.4001211,2.29539952 Z M4.56580299,11.8731508 L4.63987359,11.8789244 C4.95620444,11.9219442 5.20096852,12.1943435 5.20096852,12.5208838 L5.20096852,12.5208838 L5.20096852,15.8606113 L8.39814764,12.6634321 L8.45892035,12.6098356 C8.71226443,12.4133149 9.08161636,12.4311804 9.3138681,12.6634321 C9.56547415,12.9150382 9.56547415,13.3275466 9.3138681,13.5791526 L9.3138681,13.5791526 L6.09149511,16.7990315 L9.4155569,16.7990315 L9.49368756,16.8035151 C9.82695229,16.8420028 10.0864105,17.123441 10.081435,17.4601165 C10.0742517,17.8119637 9.78624591,18.094431 9.43371671,18.094431 L9.43371671,18.094431 L4.5691586,18.094431 L4.49163938,18.0899766 C4.16113157,18.051728 3.90556901,17.7718105 3.90556901,17.4308414 L3.90556901,17.4308414 L3.90556901,12.5367736 L3.91007171,12.4587841 C3.94871707,12.1260764 4.23118526,11.8665247 4.56580299,11.8731508 L4.56580299,11.8731508 Z M17.4353814,3.90556901 L17.512257,3.91000958 C17.8400885,3.94813523 18.094431,4.22707005 18.094431,4.56461864 L18.094431,4.56461864 L18.094431,9.46095642 L18.0899283,9.53894589 C18.0512829,9.87165361 17.7688147,10.1312053 17.434197,10.1245792 C17.0828999,10.1173731 16.7990315,9.82850504 16.7990315,9.47684625 L16.7990315,9.47684625 L16.7990315,6.13938874 L13.6018524,9.33656786 L13.5410796,9.39016441 C13.2877356,9.58668512 12.9183836,9.5688196 12.6861319,9.33656786 C12.4345258,9.08496181 12.4345258,8.67245345 12.6861319,8.4208474 L12.6861319,8.4208474 L15.9060108,5.20096852 L12.5821731,5.20096852 L12.5040246,5.19648608 C12.170734,5.1580095 11.9119308,4.876675 11.9185506,4.54071802 C11.9257483,4.18803625 12.2137541,3.90556901 12.5662833,3.90556901 L12.5662833,3.90556901 L17.4353814,3.90556901 Z" id="形状结合" fill="#52FFF1" fill-rule="nonzero" opacity="0.79078311"></path> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 4.1 KiB | 
| @@ -1,19 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <!-- Generator: Sketch 60 (88103) - https://sketch.com --> | ||||
|     <desc>Created with Sketch.</desc> | ||||
|     <g id="11_系统管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="11-1用户管理" transform="translate(-1764.000000, -160.000000)"> | ||||
|             <g id="编组-15" transform="translate(1763.000000, 158.000000)"> | ||||
|                 <g id="编组-18"> | ||||
|                     <g id="icon/界面内/新增" transform="translate(0.000000, 1.000000)"> | ||||
|                         <g id="编组"> | ||||
|                             <rect id="矩形" stroke="#979797" fill="#D8D8D8" opacity="0" x="0.5" y="0.5" width="11" height="11"></rect> | ||||
|                             <path d="M10.0813953,6.42885117 L6.37790698,6.42885117 L6.37790698,10.0770235 C6.37790698,10.3108355 6.19069767,10.5 5.95930233,10.5 L5.95930233,10.5 C5.72790698,10.5 5.54069767,10.3108355 5.54069767,10.0770235 L5.54069767,6.42885117 L1.91860465,6.42885117 C1.6872093,6.42885117 1.5,6.23968668 1.5,6.00587467 L1.5,6.00587467 C1.5,5.77206266 1.6872093,5.58289817 1.91860465,5.58289817 L5.54069767,5.58289817 L5.54069767,1.9229765 C5.54069767,1.68916449 5.72790698,1.5 5.95930233,1.5 L5.95930233,1.5 C6.19069767,1.5 6.37790698,1.68916449 6.37790698,1.9229765 L6.37790698,5.58289817 L10.0813953,5.58289817 C10.3127907,5.58289817 10.5,5.77206266 10.5,6.00587467 L10.5,6.00587467 C10.5,6.23968668 10.3127907,6.42885117 10.0813953,6.42885117 L10.0813953,6.42885117 Z" id="Shape" fill="#0B58FF" transform="translate(6.000000, 6.000000) scale(1, -1) translate(-6.000000, -6.000000) "></path> | ||||
|                         </g> | ||||
|                     </g> | ||||
|                 </g> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Prima Larghezza: | Altezza: | Dimensione: 1.8 KiB | 
| @@ -1,15 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <!-- Generator: Sketch 60 (88103) - https://sketch.com --> | ||||
|     <desc>Created with Sketch.</desc> | ||||
|     <g id="11_系统管理" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="11-1用户管理" transform="translate(-1822.000000, -159.000000)" fill="#FF5454" fill-rule="nonzero"> | ||||
|             <g id="编组-10" transform="translate(1821.000000, 158.000000)"> | ||||
|                 <g id="删除"> | ||||
|                     <rect id="矩形" opacity="0" x="0" y="0" width="16" height="16"></rect> | ||||
|                     <path d="M9.39137788,11.7149165 C9.13431614,11.7149165 8.92716929,11.5077697 8.92716929,11.2507079 L8.92716929,6.14191781 C8.92716929,5.88485607 9.13431613,5.67770922 9.39137788,5.67770922 C9.64843963,5.67770922 9.85558647,5.88485606 9.85558647,6.14191781 L9.85558647,11.2482122 C9.85558647,11.5052739 9.64843961,11.7149165 9.39137788,11.7149165 Z M6.60612639,11.7149165 C6.34906466,11.7149165 6.1419178,11.5077697 6.1419178,11.2507079 L6.1419178,6.14191781 C6.1419178,5.88485607 6.34906466,5.67770922 6.60612641,5.67770922 C6.86318814,5.67770922 7.07033499,5.88485606 7.07033499,6.14191781 L7.07033499,11.2482122 C7.07033499,11.5052739 6.86318814,11.7149165 6.60612639,11.7149165 Z M14.0359594,3.82087491 L11.7149165,3.82087491 L11.7149165,2.89245775 C11.7149165,2.12376827 11.0959718,1.499832 10.3322738,1.499832 L5.67770923,1.499832 C4.90901976,1.499832 4.28508349,2.12376827 4.28508349,2.89245775 L4.28508349,3.82087491 L1.96404059,3.82087491 C1.70697885,3.82087491 1.499832,4.02802174 1.499832,4.28508349 C1.499832,4.54214524 1.70697884,4.74929208 1.96404059,4.74929208 L14.0359594,4.74929208 C14.2930211,4.74929208 14.500168,4.54214524 14.500168,4.28508349 C14.500168,4.02802174 14.2930212,3.82087491 14.0359594,3.82087491 Z M5.21350066,2.89245775 C5.21350066,2.63789175 5.42314324,2.42824916 5.67770925,2.42824916 L10.3322738,2.42824916 C10.5868398,2.42824916 10.7864994,2.63290025 10.7864994,2.89245775 L10.7864994,3.82087491 L5.21350066,3.82087491 L5.21350066,2.89245775 L5.21350066,2.89245775 Z M11.2507079,14.500168 L4.75178782,14.500168 C3.98309834,14.500168 3.35916207,13.8762317 3.35916207,13.1075423 L3.35916207,6.13692631 C3.35916207,5.87986457 3.56630891,5.67271772 3.82337066,5.67271772 C4.08043241,5.67271772 4.28757925,5.87986456 4.28757925,6.13692631 L4.28757925,13.1075423 C4.28757925,13.364604 4.49722183,13.5717508 4.75178783,13.5717508 L11.2532037,13.5717508 C11.5102654,13.5717508 11.7174123,13.364604 11.7174123,13.1075423 L11.7174123,6.15439653 C11.7174123,5.89733479 11.9245591,5.69018794 12.1816209,5.69018794 C12.4386826,5.69018794 12.6458294,5.89733478 12.6458294,6.15439653 L12.6458294,13.1075423 C12.6433337,13.873736 12.0193974,14.500168 11.2507079,14.500168 Z" id="形状"></path> | ||||
|                 </g> | ||||
|             </g> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Prima Larghezza: | Altezza: | Dimensione: 2.9 KiB | 
							
								
								
									
										9
									
								
								src/assets/icons/svg/unFullScreenView.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,9 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <svg width="22px" height="22px" viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | ||||
|     <g id="驾驶舱" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | ||||
|         <g id="编组-54备份"> | ||||
|             <rect id="矩形" stroke="#979797" fill="#D8D8D8" opacity="0" x="0.5" y="0.5" width="21" height="21"></rect> | ||||
|             <path d="M18.4001211,1 L18.574731,1.00571398 C18.8641421,1.02474925 19.1451559,1.09128771 19.4122178,1.20447947 C19.7221027,1.33395436 19.9991094,1.52058631 20.2392616,1.76073844 C20.4776764,1.99915325 20.6652172,2.27804627 20.7953442,2.58736464 C20.9313506,2.90825642 21,3.24882158 21,3.59987893 L21,3.59987893 L21,18.4001211 L20.994286,18.574731 C20.9752507,18.8641421 20.9087123,19.1451559 20.7955205,19.4122178 C20.6660456,19.7221027 20.4794137,19.9991094 20.2392616,20.2392616 C20.0008468,20.4776764 19.7219537,20.6652172 19.4126354,20.7953442 C19.0917436,20.9313506 18.7511784,21 18.4001211,21 L18.4001211,21 L3.59987893,21 L3.42526905,20.994286 C3.13585794,20.9752507 2.85484405,20.9087123 2.58778224,20.7955205 C2.2778973,20.6660456 2.00089057,20.4794137 1.76073844,20.2392616 C1.52232363,20.0008468 1.33478285,19.7219537 1.20465581,19.4126354 C1.06864936,19.0917436 1,18.7511784 1,18.4001211 L1,18.4001211 L1,3.59987893 L1.00571398,3.42526905 C1.02474925,3.13585794 1.09128771,2.85484405 1.20447947,2.58778224 C1.33395436,2.2778973 1.52058631,2.00089057 1.76073844,1.76073844 C1.99915325,1.52232363 2.27804627,1.33478285 2.58736464,1.20465581 C2.90825642,1.06864936 3.24882158,1 3.59987893,1 L3.59987893,1 L18.4001211,1 Z M18.4001211,2.29539952 L3.59987893,2.29539952 L3.49797651,2.2993263 C2.82542992,2.35136056 2.29539952,2.9140495 2.29539952,3.59987893 L2.29539952,3.59987893 L2.29539952,18.4001211 L2.2993263,18.5020235 C2.35136056,19.1745701 2.9140495,19.7046005 3.59987893,19.7046005 L3.59987893,19.7046005 L18.4001211,19.7046005 L18.5020235,19.7006737 C19.1745701,19.6486394 19.7046005,19.0859505 19.7046005,18.4001211 L19.7046005,18.4001211 L19.7046005,3.59987893 L19.7006737,3.49797651 C19.6486394,2.82542992 19.0859505,2.29539952 18.4001211,2.29539952 L18.4001211,2.29539952 Z M9.43538136,11.905569 L9.512257,11.9100096 C9.84008849,11.9481352 10.094431,12.2270701 10.094431,12.5646186 L10.094431,12.5646186 L10.094431,17.4609564 L10.0899283,17.5389459 C10.0512829,17.8716536 9.76881474,18.1312053 9.43419701,18.1245792 C9.08289988,18.1173731 8.79903148,17.828505 8.79903148,17.4768462 L8.79903148,17.4768462 L8.79903148,14.1393887 L5.60185236,17.3365679 L5.54107965,17.3901644 C5.28773557,17.5866851 4.91838364,17.5688196 4.6861319,17.3365679 C4.43452585,17.0849618 4.43452585,16.6724534 4.6861319,16.4208474 L4.6861319,16.4208474 L7.90601077,13.2009685 L4.58217312,13.2009685 L4.50402457,13.1964861 C4.17073404,13.1580095 3.9119308,12.876675 3.91855064,12.540718 C3.92574827,12.1880363 4.21375409,11.905569 4.56628329,11.905569 L4.56628329,11.905569 L9.43538136,11.905569 Z M12.565803,3.8731508 L12.6398736,3.87892442 C12.9562044,3.92194416 13.2009685,4.19434347 13.2009685,4.52088378 L13.2009685,4.52088378 L13.2009685,7.86061126 L16.3981476,4.66343214 L16.4589204,4.60983559 C16.7122644,4.41331488 17.0816164,4.4311804 17.3138681,4.66343214 C17.5654742,4.91503819 17.5654742,5.32754655 17.3138681,5.5791526 L17.3138681,5.5791526 L14.0914951,8.79903148 L17.4155569,8.79903148 L17.4936876,8.80351509 C17.8269523,8.84200281 18.0864105,9.12344101 18.081435,9.46011654 C18.0742517,9.81196375 17.7862459,10.094431 17.4337167,10.094431 L17.4337167,10.094431 L12.5691586,10.094431 L12.4916394,10.0899766 C12.1611316,10.051728 11.905569,9.77181051 11.905569,9.4308414 L11.905569,9.4308414 L11.905569,4.53677361 L11.9100717,4.45878413 C11.9487171,4.12607641 12.2311853,3.86652471 12.565803,3.8731508 L12.565803,3.8731508 Z" id="形状结合" fill="#52FFF1" fill-rule="nonzero" opacity="0.79078311"></path> | ||||
|         </g> | ||||
|     </g> | ||||
| </svg> | ||||
| Dopo Larghezza: | Altezza: | Dimensione: 3.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/arrDown.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 595 B | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/arrUp.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 550 B | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/background.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 8.9 MiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/center-bottom.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 33 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/center-top.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 92 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/centerNumB.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 16 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/centerNumY.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 46 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/data-board-title.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 49 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/defectNum.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 64 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/dotG.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 1.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/dotR.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 1.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/dotY.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 1.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/eq-tip.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 91 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/head.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 107 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/left-bottom.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 36 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/left-top.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 58 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/leftTopDataBox.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 113 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/leftTopIcon1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 14 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/leftTopIcon2.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 5.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/leftbar.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 1.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/numberBox.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 16 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/assets/images/dataBoard/ranking1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Dopo Larghezza: | Altezza: | Dimensione: 16 KiB |