Browse Source

修改标签功能

master
常熟吴彦祖 3 months ago
parent
commit
a8dd2ccdaf
  1. 8
      src/views/modules/warehouse/changeHUSpecialItem.vue

8
src/views/modules/warehouse/changeHUSpecialItem.vue

@ -593,6 +593,14 @@ export default {
]
}
},
watch: {
wdrFormData: {
deep: true,
handler: function (newV, oldV) {
this.wdrFormData.toWdr = this.wdrFormData.toWdr.toUpperCase()
}
}
},
mounted() {
this.$nextTick(() => {
this.height = window.innerHeight - 220;

Loading…
Cancel
Save