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"