|
|
|
|
@ -92,7 +92,7 @@ import { mapGetters } from 'vuex' |
|
|
|
|
import { tableConfig } from './config.js' |
|
|
|
|
import { Debounce, getDictLabel } from '@/utils/index' |
|
|
|
|
import { listUser } from '@/api/libraryManage/common' |
|
|
|
|
import { differenceList, generatorCheckInv, confirm, cancel } from '@/api/libraryManage/inventory' |
|
|
|
|
import { differenceList, generatorCheckInv, diffConfirm, cancel } from '@/api/libraryManage/inventory' |
|
|
|
|
export default { |
|
|
|
|
name: 'Inventory', |
|
|
|
|
dicts: ['goods_unit', 'inv_type_dict'], |
|
|
|
|
@ -164,7 +164,7 @@ export default { |
|
|
|
|
userName: this.enterForm.userName, |
|
|
|
|
ids: this.handleSelect |
|
|
|
|
} |
|
|
|
|
confirm(obj) |
|
|
|
|
diffConfirm(obj) |
|
|
|
|
.then((response) => { |
|
|
|
|
if (response.code === 200) { |
|
|
|
|
this.loading = false |
|
|
|
|
|