|
|
@@ -27,11 +27,11 @@
|
|
|
</div>
|
|
|
<div class="scan-returned-content">
|
|
|
<div class="input-group">
|
|
|
- <van-cell title="外箱图上传" label="支持 jpg/png" />
|
|
|
+ <van-cell title="外箱图上传" />
|
|
|
<van-uploader
|
|
|
v-model="outerImages"
|
|
|
:max-count="5"
|
|
|
- :max-size="5 * 1024 * 1024"
|
|
|
+ :max-size="15 * 1024 * 1024"
|
|
|
:before-read="beforeReadImage"
|
|
|
:preview-full-image="true"
|
|
|
:deletable="true"
|
|
|
@@ -39,11 +39,11 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="input-group">
|
|
|
- <van-cell title="内物图上传" label="支持 jpg/png" />
|
|
|
+ <van-cell title="内物图上传" />
|
|
|
<van-uploader
|
|
|
v-model="innerImages"
|
|
|
:max-count="5"
|
|
|
- :max-size="5 * 1024 * 1024"
|
|
|
+ :max-size="15 * 1024 * 1024"
|
|
|
:before-read="beforeReadImage"
|
|
|
:preview-full-image="true"
|
|
|
:deletable="true"
|
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
showConfirmDialog,
|
|
|
showImagePreview
|
|
|
} from 'vant'
|
|
|
-import { getHeader, goBack, scanError, scanSuccess } from '@/utils/android'
|
|
|
+import { getHeader, goBack, } from '@/utils/android'
|
|
|
import {
|
|
|
detailImageUpload,
|
|
|
returnedWorkbench
|