|
|
|
@ -199,7 +199,7 @@ import {
|
|
|
|
|
update, |
|
|
|
|
remove, |
|
|
|
|
getPage, |
|
|
|
|
getstatistics, getSignforExport |
|
|
|
|
getstatistics, getSignforExport, getSignforExportOwn |
|
|
|
|
} from '@/api/distribution/distributionSignfor'; |
|
|
|
|
import option from '@/option/distribution/distributionSignfor'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
@ -214,15 +214,15 @@ export default {
|
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
columnList: [ |
|
|
|
|
// { |
|
|
|
|
// prop: '', |
|
|
|
|
// label: '序号', |
|
|
|
|
// type: 0, |
|
|
|
|
// values: '', |
|
|
|
|
// width: 55, |
|
|
|
|
// checkarr: [], |
|
|
|
|
// fixed: true, |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
prop: '', |
|
|
|
|
label: '序号', |
|
|
|
|
type: 0, |
|
|
|
|
values: '', |
|
|
|
|
width: 55, |
|
|
|
|
checkarr: [], |
|
|
|
|
fixed: true, |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// prop: 'number', |
|
|
|
|
// label: '编号', |
|
|
|
@ -584,7 +584,7 @@ export default {
|
|
|
|
|
row.ids = ids; |
|
|
|
|
row.signingStatus = '2'; |
|
|
|
|
// console.log("<><><>>",ids); |
|
|
|
|
getSignforExport(row).then(res => { |
|
|
|
|
getSignforExportOwn(row).then(res => { |
|
|
|
|
// console.log(res.data); |
|
|
|
|
downloadXls(res.data, '签收数据.xlsx'); |
|
|
|
|
}); |
|
|
|
@ -631,6 +631,7 @@ export default {
|
|
|
|
|
}, |
|
|
|
|
selectionsc(value) { |
|
|
|
|
console.log(value); |
|
|
|
|
this.selectionList = value.map(item => item.id); |
|
|
|
|
}, |
|
|
|
|
delectsolt(scope) { |
|
|
|
|
const { row } = scope; |
|
|
|
|