|
|
|
@ -69,6 +69,7 @@ export default { |
|
|
|
this.getData(code); |
|
|
|
this.getData(code); |
|
|
|
}, |
|
|
|
}, |
|
|
|
insConfirm(e) { |
|
|
|
insConfirm(e) { |
|
|
|
|
|
|
|
this.insList = [] |
|
|
|
this.getBarCode(e.target.value); |
|
|
|
this.getBarCode(e.target.value); |
|
|
|
}, |
|
|
|
}, |
|
|
|
getData(code) { |
|
|
|
getData(code) { |
|
|
|
@ -112,6 +113,8 @@ export default { |
|
|
|
title: '上传中,请稍候' |
|
|
|
title: '上传中,请稍候' |
|
|
|
}); |
|
|
|
}); |
|
|
|
res.tempFilePaths.forEach(filePath => { |
|
|
|
res.tempFilePaths.forEach(filePath => { |
|
|
|
|
|
|
|
console.log('file-----------',filePath) |
|
|
|
|
|
|
|
console.log('options.baseURL------',options.baseURL) |
|
|
|
uni.uploadFile({ |
|
|
|
uni.uploadFile({ |
|
|
|
url: options.baseURL + '/blade-resource/oss/endpoint/put-file-attach', |
|
|
|
url: options.baseURL + '/blade-resource/oss/endpoint/put-file-attach', |
|
|
|
filePath: filePath, |
|
|
|
filePath: filePath, |
|
|
|
|