|
|
@ -55,11 +55,11 @@ |
|
|
<el-table-column prop="faxNo" label="传真" min-width="120" header-align="center" align="center" show-overflow-tooltip /> |
|
|
<el-table-column prop="faxNo" label="传真" min-width="120" header-align="center" align="center" show-overflow-tooltip /> |
|
|
<el-table-column prop="contact" label="联系人" min-width="100" header-align="center" align="center" show-overflow-tooltip /> |
|
|
<el-table-column prop="contact" label="联系人" min-width="100" header-align="center" align="center" show-overflow-tooltip /> |
|
|
<el-table-column prop="remark" label="备注" min-width="180" header-align="center" align="left" show-overflow-tooltip /> |
|
|
<el-table-column prop="remark" label="备注" min-width="180" header-align="center" align="left" show-overflow-tooltip /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-table> |
|
|
</el-table> |
|
|
|
|
|
|
|
|
<!-- 分页 --> |
|
|
<!-- 分页 --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-pagination |
|
|
<el-pagination |
|
|
style="margin-top:5px" |
|
|
style="margin-top:5px" |
|
|
@size-change="sizeChangeHandle" |
|
|
@size-change="sizeChangeHandle" |
|
|
@ -72,15 +72,15 @@ |
|
|
|
|
|
|
|
|
<!-- 子表:物料明细列表 - 始终显示表头 --> |
|
|
<!-- 子表:物料明细列表 - 始终显示表头 --> |
|
|
<div class="sub-title"> |
|
|
<div class="sub-title"> |
|
|
物料明细列表 |
|
|
|
|
|
|
|
|
物料明细列表 |
|
|
<el-button type="primary" class="customer-bun-min" @click="openMaterialDialog()" style="margin-left: 10px;">新增物料</el-button> |
|
|
<el-button type="primary" class="customer-bun-min" @click="openMaterialDialog()" style="margin-left: 10px;">新增物料</el-button> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<el-table |
|
|
|
|
|
:data="materialList" |
|
|
|
|
|
:height="subTableHeight" |
|
|
|
|
|
border |
|
|
|
|
|
v-loading="materialLoading" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table |
|
|
|
|
|
:data="materialList" |
|
|
|
|
|
:height="subTableHeight" |
|
|
|
|
|
border |
|
|
|
|
|
v-loading="materialLoading" |
|
|
style="width:100%"> |
|
|
style="width:100%"> |
|
|
<el-table-column fixed="right" label="操作" header-align="center" align="center" width="160"> |
|
|
<el-table-column fixed="right" label="操作" header-align="center" align="center" width="160"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
@ -122,7 +122,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item label="供应商名称" :required="true"> |
|
|
<el-form-item label="供应商名称" :required="true"> |
|
|
<el-input v-model="form.supplierName"/> |
|
|
|
|
|
|
|
|
<el-input v-model="form.supplierName" readonly/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
@ -141,7 +141,7 @@ |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="12"> |
|
|
<el-col :span="12"> |
|
|
<el-form-item label="货币汇率"> |
|
|
<el-form-item label="货币汇率"> |
|
|
<el-input-number v-model="form.currencyRate" :precision="4" :step="0.1" style="width:100%" /> |
|
|
|
|
|
|
|
|
<el-input v-model="form.currencyRate" style="width:100%" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
@ -204,7 +204,7 @@ |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
@ -222,7 +222,7 @@ |
|
|
<el-input v-model="form.contact" /> |
|
|
<el-input v-model="form.contact" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
@ -273,7 +273,7 @@ |
|
|
<el-input v-model="materialForm.umid" placeholder="计量单位" disabled/> |
|
|
<el-input v-model="materialForm.umid" placeholder="计量单位" disabled/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
<el-form-item label="询价数量"> |
|
|
<el-form-item label="询价数量"> |
|
|
<el-input-number v-model="materialForm.qty" :min="0" :precision="0" style="width:100%" /> |
|
|
<el-input-number v-model="materialForm.qty" :min="0" :precision="0" style="width:100%" /> |
|
|
@ -295,11 +295,11 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
|
:title="dialogTitle" |
|
|
|
|
|
:visible.sync="uploadDialogVisible" |
|
|
|
|
|
width="800px" |
|
|
|
|
|
:close-on-click-modal="false" |
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
|
:title="dialogTitle" |
|
|
|
|
|
:visible.sync="uploadDialogVisible" |
|
|
|
|
|
width="800px" |
|
|
|
|
|
:close-on-click-modal="false" |
|
|
append-to-body |
|
|
append-to-body |
|
|
@close="handleClose"> |
|
|
@close="handleClose"> |
|
|
<div class="customer-css"> |
|
|
<div class="customer-css"> |
|
|
@ -355,12 +355,12 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- File Upload Dialog --> |
|
|
<!-- File Upload Dialog --> |
|
|
<el-dialog |
|
|
|
|
|
title="UpLoad" |
|
|
|
|
|
:visible.sync="ossVisible" |
|
|
|
|
|
v-drag |
|
|
|
|
|
width="400px" |
|
|
|
|
|
append-to-body |
|
|
|
|
|
|
|
|
<el-dialog |
|
|
|
|
|
title="UpLoad" |
|
|
|
|
|
:visible.sync="ossVisible" |
|
|
|
|
|
v-drag |
|
|
|
|
|
width="400px" |
|
|
|
|
|
append-to-body |
|
|
:close-on-click-modal="false" |
|
|
:close-on-click-modal="false" |
|
|
@close="handleUploadClose"> |
|
|
@close="handleUploadClose"> |
|
|
<el-form ref="form" class="rq" label-width="80px" label-position="top"> |
|
|
<el-form ref="form" class="rq" label-width="80px" label-position="top"> |
|
|
@ -368,10 +368,10 @@ |
|
|
<slot></slot> |
|
|
<slot></slot> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<el-form-item label=" " class="auto"> |
|
|
<el-form-item label=" " class="auto"> |
|
|
<el-upload |
|
|
|
|
|
drag |
|
|
|
|
|
|
|
|
<el-upload |
|
|
|
|
|
drag |
|
|
:file-list="fileList2" |
|
|
:file-list="fileList2" |
|
|
action="#" |
|
|
|
|
|
|
|
|
action="#" |
|
|
ref="upload" |
|
|
ref="upload" |
|
|
:on-remove="onRemoveFile" |
|
|
:on-remove="onRemoveFile" |
|
|
:on-change="onChangeFile" |
|
|
:on-change="onChangeFile" |
|
|
@ -505,7 +505,7 @@ export default { |
|
|
dialogVisible: false, |
|
|
dialogVisible: false, |
|
|
dialogTitle: '新增询价单', |
|
|
dialogTitle: '新增询价单', |
|
|
editMode: false, |
|
|
editMode: false, |
|
|
form: { |
|
|
|
|
|
|
|
|
form: { |
|
|
id: '', |
|
|
id: '', |
|
|
taxRate: '', |
|
|
taxRate: '', |
|
|
paymentTerm: '', |
|
|
paymentTerm: '', |
|
|
@ -642,15 +642,15 @@ export default { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
// 调用查询供应商信息接口 |
|
|
// 调用查询供应商信息接口 |
|
|
const params = { |
|
|
|
|
|
|
|
|
const params = { |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
supplierNo: val.trim() |
|
|
supplierNo: val.trim() |
|
|
} |
|
|
} |
|
|
this.searchSupplierInfo() |
|
|
this.searchSupplierInfo() |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchSupplierInfo() { |
|
|
searchSupplierInfo() { |
|
|
const params = { |
|
|
|
|
|
|
|
|
const params = { |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
supplierNo: this.form.supplierId |
|
|
supplierNo: this.form.supplierId |
|
|
} |
|
|
} |
|
|
@ -682,7 +682,7 @@ export default { |
|
|
limit: this.pageSize, |
|
|
limit: this.pageSize, |
|
|
page: this.pageIndex |
|
|
page: this.pageIndex |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchPurHeaderList(params).then(({data}) => { |
|
|
searchPurHeaderList(params).then(({data}) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.dataList = data.page.list |
|
|
this.dataList = data.page.list |
|
|
@ -721,12 +721,12 @@ export default { |
|
|
this.currentInquiry = row |
|
|
this.currentInquiry = row |
|
|
this.loadMaterialList(row.orderNo) |
|
|
this.loadMaterialList(row.orderNo) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//加载税率列表 |
|
|
//加载税率列表 |
|
|
getTaxList() { |
|
|
getTaxList() { |
|
|
this.taxLoading = true |
|
|
this.taxLoading = true |
|
|
searchTaxList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
|
|
|
|
|
|
searchTaxList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.taxList = data.rows || [] |
|
|
this.taxList = data.rows || [] |
|
|
@ -743,8 +743,8 @@ export default { |
|
|
//加载货币列表 |
|
|
//加载货币列表 |
|
|
getCurrencyList() { |
|
|
getCurrencyList() { |
|
|
this.currencyLoading = true |
|
|
this.currencyLoading = true |
|
|
searchCurrencyList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
|
|
|
|
|
|
searchCurrencyList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.currencyList = data.rows || [] |
|
|
this.currencyList = data.rows || [] |
|
|
@ -762,8 +762,8 @@ export default { |
|
|
//加载付款方式列表 |
|
|
//加载付款方式列表 |
|
|
getPamentList() { |
|
|
getPamentList() { |
|
|
this.pamentLoading = true |
|
|
this.pamentLoading = true |
|
|
searchPaymentList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
|
|
|
|
|
|
searchPaymentList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.paymentList = data.rows || [] |
|
|
this.paymentList = data.rows || [] |
|
|
@ -781,8 +781,8 @@ export default { |
|
|
//加载交易条款列表 |
|
|
//加载交易条款列表 |
|
|
getDeliveryList() { |
|
|
getDeliveryList() { |
|
|
this.deliveryLoading = true |
|
|
this.deliveryLoading = true |
|
|
searchDeliveryList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
|
|
|
|
|
|
searchDeliveryList({ |
|
|
|
|
|
site: this.$store.state.user.site |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.deliveryList = data.rows || [] |
|
|
this.deliveryList = data.rows || [] |
|
|
@ -797,7 +797,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 加载物料列表 |
|
|
// 加载物料列表 |
|
|
loadMaterialList(orderNo) { |
|
|
loadMaterialList(orderNo) { |
|
|
@ -831,7 +831,7 @@ export default { |
|
|
supplierId: '', |
|
|
supplierId: '', |
|
|
supplierName: '', |
|
|
supplierName: '', |
|
|
orderDate: today, |
|
|
orderDate: today, |
|
|
wantReplyDate: today, |
|
|
|
|
|
|
|
|
wantReplyDate: '', |
|
|
userName: this.$store.state.user.name, |
|
|
userName: this.$store.state.user.name, |
|
|
buyer: '', |
|
|
buyer: '', |
|
|
paymentTerm: '', |
|
|
paymentTerm: '', |
|
|
@ -910,8 +910,8 @@ export default { |
|
|
}, |
|
|
}, |
|
|
updateQuoDetail(row) { |
|
|
updateQuoDetail(row) { |
|
|
this.$confirm('确定提交询价单: ' + row.orderNo + ' ?', '提示', { type: 'warning' }).then(() => { |
|
|
this.$confirm('确定提交询价单: ' + row.orderNo + ' ?', '提示', { type: 'warning' }).then(() => { |
|
|
updatePurDetailStatus({ |
|
|
|
|
|
orderNo: row.orderNo, |
|
|
|
|
|
|
|
|
updatePurDetailStatus({ |
|
|
|
|
|
orderNo: row.orderNo, |
|
|
site: row.site, |
|
|
site: row.site, |
|
|
status : "待报价", |
|
|
status : "待报价", |
|
|
submitFlag : "Y" |
|
|
submitFlag : "Y" |
|
|
@ -942,7 +942,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
}).catch(() => {}) |
|
|
}).catch(() => {}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 物料操作 |
|
|
// 物料操作 |
|
|
openMaterialDialog(row) { |
|
|
openMaterialDialog(row) { |
|
|
if (!this.currentInquiry) { |
|
|
if (!this.currentInquiry) { |
|
|
@ -973,14 +973,14 @@ export default { |
|
|
if (!val || val.trim() === '') { |
|
|
if (!val || val.trim() === '') { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 假设有一个 getPartInfo 接口 |
|
|
// 假设有一个 getPartInfo 接口 |
|
|
this.getPartInfo() |
|
|
this.getPartInfo() |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
getPartInfo(){ |
|
|
|
|
|
|
|
|
getPartInfo(){ |
|
|
// 调用物料信息查询接口 |
|
|
// 调用物料信息查询接口 |
|
|
const params = { |
|
|
|
|
|
|
|
|
const params = { |
|
|
site: this.$store.state.user.site, |
|
|
site: this.$store.state.user.site, |
|
|
partNo: this.materialForm.partNo |
|
|
partNo: this.materialForm.partNo |
|
|
} |
|
|
} |
|
|
@ -992,7 +992,7 @@ export default { |
|
|
this.materialForm.partDesc = data.data.partDesc || this.materialForm.partDesc |
|
|
this.materialForm.partDesc = data.data.partDesc || this.materialForm.partDesc |
|
|
this.materialForm.spec = data.data.partSpec || this.materialForm.spec |
|
|
this.materialForm.spec = data.data.partSpec || this.materialForm.spec |
|
|
this.materialForm.umid = data.data.unit || this.materialForm.umid |
|
|
this.materialForm.umid = data.data.unit || this.materialForm.umid |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// this.$message.success('已自动获取物料信息') |
|
|
// this.$message.success('已自动获取物料信息') |
|
|
} else { |
|
|
} else { |
|
|
this.$message.warning('未找到该物料信息,请手动填写') |
|
|
this.$message.warning('未找到该物料信息,请手动填写') |
|
|
@ -1001,7 +1001,7 @@ export default { |
|
|
this.$message.error('获取物料信息失败') |
|
|
this.$message.error('获取物料信息失败') |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
saveMaterial() { |
|
|
saveMaterial() { |
|
|
if (!this.materialForm.partNo) { |
|
|
if (!this.materialForm.partNo) { |
|
|
@ -1056,7 +1056,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
}).catch(() => {}) |
|
|
}).catch(() => {}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openUploadDialog(row) { |
|
|
openUploadDialog(row) { |
|
|
if (!row) { |
|
|
if (!row) { |
|
|
this.$message.warning('请先选择一个物料') |
|
|
this.$message.warning('请先选择一个物料') |
|
|
@ -1068,10 +1068,10 @@ export default { |
|
|
orderRef1: this.$store.state.user.site, |
|
|
orderRef1: this.$store.state.user.site, |
|
|
orderRef2: row.orderNo, |
|
|
orderRef2: row.orderNo, |
|
|
orderRef3: row.partNo, |
|
|
orderRef3: row.partNo, |
|
|
orderReftype: 'purQuotationDetail' |
|
|
|
|
|
|
|
|
orderReftype: 'purQuotationDetail' |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
this.uploadDialogVisible = true |
|
|
this.uploadDialogVisible = true |
|
|
this.searchTable() |
|
|
this.searchTable() |
|
|
}, |
|
|
}, |
|
|
@ -1126,21 +1126,21 @@ export default { |
|
|
this.$message.error('请选择文件'); |
|
|
this.$message.error('请选择文件'); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.stagedFileRemark = this.ossForm.remark || ''; |
|
|
this.stagedFileRemark = this.ossForm.remark || ''; |
|
|
this.uploadLoading = true; |
|
|
this.uploadLoading = true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 准备要上传的文件 |
|
|
// 准备要上传的文件 |
|
|
const stagedFiles = []; |
|
|
const stagedFiles = []; |
|
|
for (let i = 0; i < this.fileList2.length; i++) { |
|
|
for (let i = 0; i < this.fileList2.length; i++) { |
|
|
stagedFiles.push(this.fileList2[i].raw); |
|
|
stagedFiles.push(this.fileList2[i].raw); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 立即关闭弹窗 |
|
|
// 立即关闭弹窗 |
|
|
this.ossVisible = false; |
|
|
this.ossVisible = false; |
|
|
this.fileList2 = []; |
|
|
this.fileList2 = []; |
|
|
this.ossForm.remark = ''; |
|
|
this.ossForm.remark = ''; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 上传文件 |
|
|
// 上传文件 |
|
|
const formData = new FormData(); |
|
|
const formData = new FormData(); |
|
|
for (let i = 0; i < stagedFiles.length; i++) { |
|
|
for (let i = 0; i < stagedFiles.length; i++) { |
|
|
@ -1152,7 +1152,7 @@ export default { |
|
|
formData.append('createdBy', this.$store.state.user.name); |
|
|
formData.append('createdBy', this.$store.state.user.name); |
|
|
formData.append('fileRemark', this.stagedFileRemark || ''); |
|
|
formData.append('fileRemark', this.stagedFileRemark || ''); |
|
|
formData.append('orderReftype', this.searchParams.orderReftype || 'purQuotationDetail'); |
|
|
formData.append('orderReftype', this.searchParams.orderReftype || 'purQuotationDetail'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ossUploadNoSaveOSSForYJY(formData) |
|
|
ossUploadNoSaveOSSForYJY(formData) |
|
|
.then(({ data }) => { |
|
|
.then(({ data }) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
@ -1161,12 +1161,12 @@ export default { |
|
|
for (let i = 0; i < data.rows.length; i++) { |
|
|
for (let i = 0; i < data.rows.length; i++) { |
|
|
this.fileList.push(data.rows[i]); |
|
|
this.fileList.push(data.rows[i]); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 清除暂存数据 |
|
|
// 清除暂存数据 |
|
|
this.stagedFiles = []; |
|
|
this.stagedFiles = []; |
|
|
this.stagedFileRemark = ''; |
|
|
this.stagedFileRemark = ''; |
|
|
this.uploadLoading = false; |
|
|
this.uploadLoading = false; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$message.success('上传成功'); |
|
|
this.$message.success('上传成功'); |
|
|
this.$emit('upload-success', data.rows); |
|
|
this.$emit('upload-success', data.rows); |
|
|
} else { |
|
|
} else { |
|
|
@ -1188,7 +1188,7 @@ export default { |
|
|
let txt = ['txt']; |
|
|
let txt = ['txt']; |
|
|
let pdf = ['pdf']; |
|
|
let pdf = ['pdf']; |
|
|
let type = ''; |
|
|
let type = ''; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (image.includes(row.fileType.toLowerCase())) { |
|
|
if (image.includes(row.fileType.toLowerCase())) { |
|
|
type = 'image/' + row.fileType; |
|
|
type = 'image/' + row.fileType; |
|
|
downLoadObjectFile(row).then(({ data }) => { |
|
|
downLoadObjectFile(row).then(({ data }) => { |
|
|
@ -1331,4 +1331,4 @@ export default { |
|
|
height: auto; |
|
|
height: auto; |
|
|
line-height: 1.5; |
|
|
line-height: 1.5; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
</style> |