Browse Source

2025-01-10

java8
fengyuan_yang 1 year ago
parent
commit
d143471087
  1. 1
      src/main.js
  2. 22
      src/views/modules/part/bomManagement.vue

1
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'

22
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(() => {
})
},

Loading…
Cancel
Save