|
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import {getList,getPrint} from "@/api/storeManagement/inventorySummary" |
|
|
|
|
import {getList} from "@/api/storeManagement/inventorySummary" |
|
|
|
|
export default { |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
@ -623,9 +623,11 @@ export default { |
|
|
|
|
this.$message.error('请先选择数据') |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
getPrint({id:this.selectionList[0].id}).then(res =>{ |
|
|
|
|
console.log('res--------------',res) |
|
|
|
|
}) |
|
|
|
|
window.open(window.WARE_MATERIAL_STOCK+'?id='+this.selectionList.map(item => item.id).join(',')); |
|
|
|
|
|
|
|
|
|
// getPrint({id:this.selectionList[0].id}).then(res =>{ |
|
|
|
|
// console.log('res--------------',res) |
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
searchChange(params, done){ |
|
|
|
|
this.query = params; |
|
|
|
|
|