|
|
|
|
@ -186,9 +186,9 @@ export default { |
|
|
|
|
this.listAreaByStorage(this.enterForm.storageId) |
|
|
|
|
}) |
|
|
|
|
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) |
|
|
|
|
this.enterForm.invType = 'QP' |
|
|
|
|
// this.enterForm.invType = 'QP' |
|
|
|
|
}, |
|
|
|
|
async created() { |
|
|
|
|
this.tableConfig = await this.getTableHeaderCom('busin_inventory', tableConfig.call(this)) |
|
|
|
|
|