|
|
@ -480,8 +480,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
// 上传送货凭证 |
|
|
// 上传送货凭证 |
|
|
uploadVoucher() { |
|
|
uploadVoucher() { |
|
|
let num = this.orderInfo.proofDelivery && this.orderInfo.proofDelivery.length ? 5 - this.orderInfo.proofDelivery.length : 0 |
|
|
|
|
|
uploadImage(['album'], num) |
|
|
|
|
|
|
|
|
let num = this.orderInfo.proofDelivery && this.orderInfo.proofDelivery.length ? 5 - this.orderInfo.proofDelivery.length : 5 |
|
|
|
|
|
console.log('num', num) |
|
|
|
|
|
uploadImage(undefined, num) |
|
|
.then((urls) => { |
|
|
.then((urls) => { |
|
|
if (urls) { |
|
|
if (urls) { |
|
|
supplierUploadVoucher({ |
|
|
supplierUploadVoucher({ |
|
|
|