|
|
@ -230,7 +230,14 @@ import { mapGetters, mapMutations } from 'vuex'; |
|
|
|
import WarehouseWarehousingDetailSub from '@/views/warehouse/warehousingentry/warehouseWarehousingDetailSub.vue'; |
|
|
|
import WarehouseWarehousingDetailSub from '@/views/warehouse/warehousingentry/warehouseWarehousingDetailSub.vue'; |
|
|
|
import { exportBlob } from '@/api/common'; |
|
|
|
import { exportBlob } from '@/api/common'; |
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
import { downloadXls, handleClearTableQuery, setNodeHeight, getObjType } from '@/utils/util'; |
|
|
|
import { |
|
|
|
|
|
|
|
downloadXls, |
|
|
|
|
|
|
|
handleClearTableQuery, |
|
|
|
|
|
|
|
setNodeHeight, |
|
|
|
|
|
|
|
getObjType, |
|
|
|
|
|
|
|
handleSelectQuery, |
|
|
|
|
|
|
|
handleInputQuery, |
|
|
|
|
|
|
|
} from '@/utils/util'; |
|
|
|
import dayjs from 'dayjs'; |
|
|
|
import dayjs from 'dayjs'; |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
import { getDictionaryBiz } from '@/api/system/dict'; |
|
|
|
|
|
|
|
|
|
|
@ -620,10 +627,7 @@ export default { |
|
|
|
console.log(index, row); |
|
|
|
console.log(index, row); |
|
|
|
}, |
|
|
|
}, |
|
|
|
selectsc(index, row) { |
|
|
|
selectsc(index, row) { |
|
|
|
console.log(index, row); |
|
|
|
handleSelectQuery(index, row, this.query); |
|
|
|
if (row.prop === 'conditionsName') { |
|
|
|
|
|
|
|
this.query['conditions'] = index; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
this.onLoad(this.page); |
|
|
|
}, |
|
|
|
}, |
|
|
|
timesc(index, row) { |
|
|
|
timesc(index, row) { |
|
|
@ -638,9 +642,7 @@ export default { |
|
|
|
this.onLoad(this.page); |
|
|
|
this.onLoad(this.page); |
|
|
|
}, |
|
|
|
}, |
|
|
|
inputsc(index, row) { |
|
|
|
inputsc(index, row) { |
|
|
|
console.log(index, row); |
|
|
|
handleInputQuery(index, row, this.query); |
|
|
|
// console.log(index, row.prop); |
|
|
|
|
|
|
|
this.query[row.prop] = index; |
|
|
|
|
|
|
|
this.onLoad(this.page); |
|
|
|
this.onLoad(this.page); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleEditOwn(row) { |
|
|
|
handleEditOwn(row) { |
|
|
|