全盘编码

master
Mr.sun 2 years ago
parent 96a226a144
commit fec32f7dfc
  1. 4
      src/views/libraryManage/inventory/inventory.vue

@ -186,9 +186,9 @@ export default {
this.listAreaByStorage(this.enterForm.storageId) this.listAreaByStorage(this.enterForm.storageId)
}) })
setTimeout(() => { setTimeout(() => {
this.enterForm.invType = JSON.parse(JSON.stringify(this.dict.type.inv_type_dict))[0].label this.enterForm.invType = JSON.parse(JSON.stringify(this.dict.type.inv_type_dict))[0].value
}, 500) }, 500)
this.enterForm.invType = 'QP' // this.enterForm.invType = 'QP'
}, },
async created() { async created() {
this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this)) this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this))

Loading…
Cancel
Save