v2.0
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
:before-upload="beforeUpload"
|
||||
:on-success="onSuccess"
|
||||
:limit="5"
|
||||
:action="'http://localhost:8411/submit/upload2.ashx?InvoiceNum='+ invoiceNum"
|
||||
:action="upload2 + '?InvoiceNum=' + invoiceNum"
|
||||
list-type="picture-card">
|
||||
<i class="el-icon-plus"/>
|
||||
</el-upload>
|
||||
@@ -609,12 +609,15 @@ import elInput from 'element-ui/packages/input'
|
||||
import $ from 'jquery'
|
||||
import { selectDelivery, submitRremove, searchCargoBoxDetailed, submitMoveInto, delCargoBox, addCargoBox, searchCargoBox, editInvoice, delInvoice, addInvoice, editAdress, addAdress, deleteAdress, citySearch, provinceSearch, addressSearch, searchParts, searchHost, searchSparePart, searchProjectName, searchPackingList, searchFile, searchInvoice } from '@/api//MarketingCenter/DeliveryManagement'
|
||||
import QRCode from 'qrcode'
|
||||
import { upload2, readImg } from '@/utils/request'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
elInput
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
upload2: upload2,
|
||||
btnAdd: false,
|
||||
btnDel: false,
|
||||
btnLoading: false,
|
||||
@@ -1224,7 +1227,7 @@ export default {
|
||||
return {
|
||||
_id: item.附件号,
|
||||
name: item.文件标识,
|
||||
url: 'http://localhost:8411/webpage/img/' + item.文件标识
|
||||
url: readImg + item.文件标识
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user