lion 2 months ago
parent 3ea068df63
commit 42f1f8e792

@ -1,16 +1,16 @@
# just a flag
ENV='development'
VUE_APP_BASE_API = http://192.168.60.99:8004/
VUE_APP_UPLOAD_API = http://192.168.60.99:8004/api/admin/upload-file
#VUE_APP_BASE_API = http://192.168.60.99:8004/
#VUE_APP_UPLOAD_API = http://192.168.60.99:8004/api/admin/upload-file
#VUE_APP_OA_URL= http://192.168.60.18:8001
#VUE_APP_OA_URL_TYPE = '{"采购入库":51,"请示入库":54,"调拨入库":55,"领用出库":56,"处置出库":57,"调令出库":53}'
#正式
#VUE_APP_BASE_API = http://192.168.60.99:9004/
#VUE_APP_UPLOAD_API = http://192.168.60.99:9004/api/admin/upload-file
VUE_APP_BASE_API = http://192.168.60.99:9004/
VUE_APP_UPLOAD_API = http://192.168.60.99:9004/api/admin/upload-file
# 正式oa
VUE_APP_OA_URL = http://192.168.60.18:2021

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

@ -84,7 +84,7 @@
</lx-header>
</div>
<xy-table v-loading="loading" :span-method="objectSpanMethod" :list="list" :total="total" :table-item="table"
<xy-table v-loading="loading" :pageSize="select.pageSize" :pageIndex="select.pageIndex" :span-method="objectSpanMethod" :list="list" :total="total" :table-item="table"
:auths="[]" @selection-change="selectionChange" @pageSizeChange="pageSizeChange" @pageIndexChange="pageChange">
<!-- <template v-slot:caigouhetong>
<el-table-column align="left" label="采购合同" width="240" header-align="center">
@ -572,7 +572,7 @@
page: 1,
page_size: 9999,
table_name: 'inventorys'
}))
}),true)
if (res.data) {
const headers = this.form.map(i => {
return {
@ -592,7 +592,7 @@
})
saveAs(new Blob([wbout], {
type: 'application/octet-stream'
}), `${sheetName}.xlsx`)
}), `自管物资${sheetName}.xlsx`)
}
},
showCode(e, row) {

Loading…
Cancel
Save