From d143471087a6f5b67733acd60ee96f40e6286977 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 10 Jan 2025 16:02:24 +0800 Subject: [PATCH] 2025-01-10 --- src/main.js | 1 + src/views/modules/part/bomManagement.vue | 22 +++++++++------------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/main.js b/src/main.js index 561c8fc..227b12d 100644 --- a/src/main.js +++ b/src/main.js @@ -22,6 +22,7 @@ import getLodop from '@/utils/LodopFuncs.js' import { debounce,throttle} from '@/utils/common.js' import 'element-ui/lib/theme-chalk/drawer.css'; import 'element-ui/lib/theme-chalk/descriptions.css'; +// import 'element-ui/lib/theme-chalk/divider.css'; import Viewer from 'v-viewer' import 'viewerjs/dist/viewer.css' diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 1c188a7..e1a749c 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -1060,12 +1060,12 @@ export default { this.copyAlternativeData.partNo = this.copyAlternativeData.partNo.toUpperCase() } }, - partData: { - deep: true, - handler: function (newV, oldV) { - this.partData.partNo = this.partData.partNo.toUpperCase() - } - } + // partData: { + // deep: true, + // handler: function (newV, oldV) { + // this.partData.partNo = this.partData.partNo.toUpperCase() + // } + // } }, // 对象 data () { @@ -1671,7 +1671,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 60 + columnWidth: 50 }, { userId: this.$store.state.user.name, @@ -1681,7 +1681,7 @@ export default { tableName: 'BOM子物料表', columnProp: 'componentPart', headerAlign: 'center', - align: 'center', + align: 'left', columnLabel: '物料编码', columnHidden: false, columnImage: false, @@ -1699,7 +1699,7 @@ export default { tableName: 'BOM子物料表', columnProp: 'componentPartDesc', headerAlign: 'center', - align: 'center', + align: 'left', columnLabel: '物料名称', columnHidden: false, columnImage: false, @@ -2283,8 +2283,6 @@ export default { /** * 子明细页签选择替换 - * @param tab - * @param event */ tabSubDetailClick (tab, event) { // 刷新列表数据 @@ -3249,7 +3247,6 @@ export default { }) } }) - }).catch(() => { }) } }, @@ -3833,7 +3830,6 @@ export default { this.alternativeChange() } }) - }).catch(() => { }) },