|
|
@ -341,6 +341,17 @@ export default { |
|
|
|
checkarr: [], |
|
|
|
checkarr: [], |
|
|
|
fixed: false, |
|
|
|
fixed: false, |
|
|
|
sortable: true, |
|
|
|
sortable: true, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: '存放位置备注', |
|
|
|
|
|
|
|
prop: 'positions', |
|
|
|
|
|
|
|
type: 3, |
|
|
|
|
|
|
|
values: '', |
|
|
|
|
|
|
|
width: '130', |
|
|
|
|
|
|
|
checkarr: [], |
|
|
|
|
|
|
|
fixed: false, |
|
|
|
|
|
|
|
sortable: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
|
label: '状态', |
|
|
@ -687,7 +698,7 @@ export default { |
|
|
|
handleTemplate() { |
|
|
|
handleTemplate() { |
|
|
|
console.log('下载模板!!!'); |
|
|
|
console.log('下载模板!!!'); |
|
|
|
exportBlob( |
|
|
|
exportBlob( |
|
|
|
`/api/logpm-warehouse/warehouseWarehousingEntry/export-warehouseWarehousingEntry?${ |
|
|
|
`/api/logpm-warehouse/warehouseWarehousingEntry/export-warehouseWarehousingTemplate?${ |
|
|
|
this.website.tokenHeader |
|
|
|
this.website.tokenHeader |
|
|
|
}=${getToken()}` |
|
|
|
}=${getToken()}` |
|
|
|
).then(res => { |
|
|
|
).then(res => { |
|
|
|