From 5539ca35ab0058061a5c4c86a9f828f85c843c3c Mon Sep 17 00:00:00 2001 From: xushilin <1354769781@qq.com> Date: Tue, 18 Mar 2025 17:29:10 +0800 Subject: [PATCH] =?UTF-8?q?init(projects):=20=E6=95=B4=E4=BD=93=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env-config.ts | 4 +- src/views/procure/procureOrder/index.vue | 5 + src/views/produce/workRecords/index.vue | 58 ++++----- .../storage/auxiliaryProduceinfo/index.vue | 120 +++++++++--------- .../finishedProductInventory/index.vue | 54 ++++---- src/views/storage/rawMaterial/index.vue | 72 +++++------ src/views/storage/semiProduct/index.vue | 58 ++++----- src/views/storage/stockControl/index.vue | 2 +- src/views/storage/warehouseSet/index.vue | 4 +- .../technology/technologySearch/index.vue | 50 ++++---- 10 files changed, 223 insertions(+), 204 deletions(-) diff --git a/.env-config.ts b/.env-config.ts index ac64ba7..de0cdbf 100644 --- a/.env-config.ts +++ b/.env-config.ts @@ -5,7 +5,7 @@ type ServiceEnv = Record; export const serviceEnv: ServiceEnv = { dev: { // url: 'http://huaerda-api.24yt.com', - url: 'http://106.227.80.14:8086/', + url: 'http://106.227.80.14:8086', // url: 'http://127.0.0.1:8080/', // url: 'http://192.168.9.89:8080', // url: 'http://192.168.20.80:8080', @@ -24,7 +24,7 @@ export const serviceEnv: ServiceEnv = { prod: { // url: 'http://192.168.9.149:8021' // url: 'http://huaerda-api.24yt.com', - url: 'http://106.227.80.14:8086/', + url: 'http://106.227.80.14:8086', kkFileUrl: 'http://kkfile.24yt.com', // reportServerUrl: 'http://localhost:9908' reportServerUrl: 'http://huaerda-jimu.24yt.com/' diff --git a/src/views/procure/procureOrder/index.vue b/src/views/procure/procureOrder/index.vue index c25cb9a..ae40752 100644 --- a/src/views/procure/procureOrder/index.vue +++ b/src/views/procure/procureOrder/index.vue @@ -650,6 +650,11 @@ const columns: Ref> = ref([ // key: 'planDateEnd', // width: 180 // }, + { + title: '创建日期', + key: 'createTime', + width: 180 + }, { title: '计划员', key: 'createBy', diff --git a/src/views/produce/workRecords/index.vue b/src/views/produce/workRecords/index.vue index 9a48081..ae38c31 100644 --- a/src/views/produce/workRecords/index.vue +++ b/src/views/produce/workRecords/index.vue @@ -115,7 +115,7 @@