From 6f85f6bcd627c8515a6507a14c48f0ffdc6b19c7 Mon Sep 17 00:00:00 2001 From: xushilin <1354769781@qq.com> Date: Thu, 27 Mar 2025 09:48:07 +0800 Subject: [PATCH] =?UTF-8?q?init(projects):=20=E6=95=B4=E4=BD=93=E5=B0=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/equipmentLedger/index.vue | 28 +++++++++---------- src/views/device/repairForm/index.vue | 8 ++++-- src/views/storage/rawMaterial/index.vue | 10 +++---- .../operatingSpecification/index.vue | 2 +- 4 files changed, 25 insertions(+), 23 deletions(-) diff --git a/src/views/device/equipmentLedger/index.vue b/src/views/device/equipmentLedger/index.vue index 8767203..002ae4e 100644 --- a/src/views/device/equipmentLedger/index.vue +++ b/src/views/device/equipmentLedger/index.vue @@ -106,12 +106,12 @@ - + @@ -328,19 +328,19 @@ const columns: Ref> = ref([ {row.status === '0' ? '正常' : '停机'} ) }, - { - title: '提供线径', - align: 'center', - width: 100, - key: 'putWireDiameter' - }, + // { + // title: '提供线径', + // align: 'center', + // width: 100, + // key: 'putWireDiameter' + // }, - { - title: '完成线径', - align: 'center', - width: 100, - key: 'outWireDiameter' - }, + // { + // title: '完成线径', + // align: 'center', + // width: 100, + // key: 'outWireDiameter' + // }, { title: '购买日期', diff --git a/src/views/device/repairForm/index.vue b/src/views/device/repairForm/index.vue index dfa78a6..32e9531 100644 --- a/src/views/device/repairForm/index.vue +++ b/src/views/device/repairForm/index.vue @@ -420,7 +420,7 @@ const columns: Ref> = ref([ { title: '操作', align: 'center', - width: 280, + width: 200, fixed: 'right', key: '', render: row => { @@ -430,7 +430,7 @@ const columns: Ref> = ref([ // } return ( - { @@ -439,7 +439,7 @@ const columns: Ref> = ref([ }} > 打印单据 - + */} ', response); + if (response.code === 200) { submitImages.value.push({ label: response.data.url, diff --git a/src/views/storage/rawMaterial/index.vue b/src/views/storage/rawMaterial/index.vue index 1e095fe..d6db429 100644 --- a/src/views/storage/rawMaterial/index.vue +++ b/src/views/storage/rawMaterial/index.vue @@ -402,11 +402,11 @@ const columns: Ref> = ref([ // key: 'grossWeight' // }, - // { - // title: '净重', - // width: 100, - // key: 'netWeight' - // }, + { + title: '数量', + width: 100, + key: 'netWeight' + }, // { // title: '皮重', diff --git a/src/views/technology/operatingSpecification/index.vue b/src/views/technology/operatingSpecification/index.vue index d3c3860..11c9f21 100644 --- a/src/views/technology/operatingSpecification/index.vue +++ b/src/views/technology/operatingSpecification/index.vue @@ -87,7 +87,7 @@ :headers="{ Authorization: 'Bearer ' + useAuthStore().token }" :default-upload="true" :max="1" - :action="baseurl + 'file/upload'" + :action="baseurl + '/file/upload'" :on-error="errorFile" @finish="finish" @remove="removeFile"