代码提交

master
zhangdi 4 months ago
parent 261ca2e3b2
commit 85ec6df9df
  1. 6
      src/views/firstOrder/inbound.vue

@ -68,7 +68,10 @@ export default {
border: true, border: true,
index: true, index: true,
selection: true, selection: true,
viewBtn: true, viewBtn: false,
editBtn: false,
delBtn: false,
addBtn: false,
dialogClickModal: false, dialogClickModal: false,
selection: false, selection: false,
printBtn: false, printBtn: false,
@ -217,7 +220,6 @@ export default {
}, },
methods: { methods: {
handleDesign() { handleDesign() {
debugger
this.inDialogType = 'add' this.inDialogType = 'add'
this.inDialogTiltle = '新增入库' this.inDialogTiltle = '新增入库'
this.inDialogVisible = true this.inDialogVisible = true

Loading…
Cancel
Save