|
|
@@ -39,19 +39,19 @@
|
|
|
v-if="taskType == 3"
|
|
|
class="container"
|
|
|
style="width: 100%; margin: 0 auto; padding: 0 10px">
|
|
|
- <div v-if="insert" style="margin: 10px">
|
|
|
+ <div v-if="insert" style="margin: 10px; display: flex; justify-content: space-between">
|
|
|
<van-radio-group v-model="wuliaoMust" direction="horizontal">
|
|
|
<van-radio :name="false">不需要物料</van-radio>
|
|
|
<van-radio :name="true">需要物料</van-radio>
|
|
|
</van-radio-group>
|
|
|
- <div class="containerRight">
|
|
|
- <span class="van-f-red">*</span>
|
|
|
- <van-icon
|
|
|
- v-if="item.isPicture == 0"
|
|
|
- color="#666"
|
|
|
- name="photograph"
|
|
|
- size="24"
|
|
|
- @click="imgClick(item, 'A', index)" />
|
|
|
+ <div class="containerRight" style="padding-top: 7px">
|
|
|
+ <span class="van-f-red" v-if="needIssuePhoto == '1'" style="position: absolute">*</span>
|
|
|
+ <!-- <van-icon color="#666" name="photograph" size="24" @click="imgClick" /> -->
|
|
|
+ <uploadWLImg
|
|
|
+ :imgArr="wuliaoPhotoImg"
|
|
|
+ @uploadWLImgClick="uploadWLImgClick"
|
|
|
+ :visitsId="visitId"
|
|
|
+ :taskId="taskId"></uploadWLImg>
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-table
|
|
|
@@ -96,6 +96,9 @@
|
|
|
/></template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
+ <div class="wuliaoPhotoImg">
|
|
|
+ <deleteUploadImg :imgs="wuliaoPhotoImg"></deleteUploadImg>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="taskType == 2"
|
|
|
@@ -318,9 +321,9 @@
|
|
|
:placeholder="item.collectionOptionList[0].collectionOption"
|
|
|
@blur="SZsizeComparison(item, 'A')"
|
|
|
:error-message="item.ruleMessage"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'date'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -358,9 +361,9 @@
|
|
|
readonly
|
|
|
type="textarea" />
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'tel'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -390,9 +393,9 @@
|
|
|
:placeholder="item.collectionOptionList[0].collectionOption"
|
|
|
type="tel"
|
|
|
@blur="telFn(item, index, 'A')"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'zp'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -426,10 +429,10 @@
|
|
|
style="color: red; font-size: 14px">
|
|
|
请补充拍摄除陈列奖励案产品外,本店经营的其他立邦产品,以便准确识别SKU数量
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:types="$route.query.types"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'wb'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -475,9 +478,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'dhwb'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -517,9 +520,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'xm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -559,9 +562,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'duox'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -595,9 +598,9 @@
|
|
|
level="A"
|
|
|
:zCheckboxcolumns="item.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"></z-checkbox>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'sm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -648,9 +651,9 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'dx'" class="formLabel z-cell">
|
|
|
<div>
|
|
|
@@ -687,9 +690,9 @@
|
|
|
:childindex="index"
|
|
|
@zSelectVal="zSelectVal"
|
|
|
:relevancyItem="item.relevancyItem"></z-radio>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="item.fileInfoList"></deleteUploadImg>
|
|
|
<div v-for="(child, indexc) in item.collectionOptionList" :key="indexc">
|
|
|
<div v-if="child.isCheck == 1">
|
|
|
<div v-for="(childitem, childIndex) in child.collectionItems" :key="childIndex">
|
|
|
@@ -859,9 +862,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'dhwb'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -908,9 +911,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'xm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -957,9 +960,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'sz'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -990,9 +993,9 @@
|
|
|
:placeholder="childitem.collectionOptionList[0].collectionOption"
|
|
|
@blur="SZsizeComparison(childitem)"
|
|
|
:error-message="childitem.collectionOptionList[0].ruleMessage"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'date'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1034,9 +1037,9 @@
|
|
|
"
|
|
|
v-if="childitem.collectionOptionList[0].collectionOption"
|
|
|
v-html="childitem.collectionOptionList[0].collectionOption"></p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'tel'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1067,9 +1070,9 @@
|
|
|
:placeholder="childitem.collectionOptionList[0].collectionOption"
|
|
|
type="tel"
|
|
|
@input="telFn(childitem, index)"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'zp'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1102,9 +1105,9 @@
|
|
|
style="color: red; font-size: 14px">
|
|
|
请补充拍摄除陈列奖励案产品外,本店经营的其他立邦产品,以便准确识别SKU数量
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'duox'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1141,9 +1144,9 @@
|
|
|
:childindex2="childIndex"
|
|
|
level="B"
|
|
|
@zSelectVal="zSelectVal"></z-checkbox>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'sm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1197,9 +1200,9 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem.answerType == 'dx'" class="formLabel z-cell">
|
|
|
<div>
|
|
|
@@ -1239,9 +1242,9 @@
|
|
|
:zRadiocolumns="childitem.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"
|
|
|
:relevancyItem="childitem.relevancyItem"></z-radio>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem.fileInfoList"></deleteUploadImg>
|
|
|
<div
|
|
|
v-for="(child1, indexc1) in childitem.collectionOptionList"
|
|
|
:key="indexc1">
|
|
|
@@ -1309,9 +1312,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'dhwb'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1373,9 +1376,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'xm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1437,9 +1440,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'date'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1514,9 +1517,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'sm'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1577,9 +1580,9 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'duox'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -1631,9 +1634,9 @@
|
|
|
level="C"
|
|
|
:zCheckboxcolumns="childitem1.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"></z-checkbox>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'dx'" class="formLabel z-cell">
|
|
|
<div>
|
|
|
@@ -1688,9 +1691,9 @@
|
|
|
:zRadiocolumns="childitem1.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"
|
|
|
:relevancyItem="childitem1.relevancyItem"></z-radio>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
<div
|
|
|
v-for="(child33, indexc33) in childitem1.collectionOptionList"
|
|
|
:key="indexc33">
|
|
|
@@ -1781,9 +1784,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'dhwb'"
|
|
|
@@ -1869,9 +1872,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'xm'"
|
|
|
@@ -1957,9 +1960,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'date'"
|
|
|
@@ -2060,9 +2063,9 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'duox'"
|
|
|
@@ -2130,9 +2133,9 @@
|
|
|
level="D"
|
|
|
:zCheckboxcolumns="child33item1.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"></z-checkbox>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'nyr'"
|
|
|
@@ -2241,9 +2244,9 @@
|
|
|
:error-message="
|
|
|
child33item1.collectionOptionList[0].ruleMessage
|
|
|
"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'tel'"
|
|
|
@@ -2303,9 +2306,9 @@
|
|
|
"
|
|
|
type="tel"
|
|
|
@input="telFn(child33item1, index)"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'zp'"
|
|
|
@@ -2365,9 +2368,9 @@
|
|
|
style="color: red; font-size: 14px">
|
|
|
请补充拍摄除陈列奖励案产品外,本店经营的其他立邦产品,以便准确识别SKU数量
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'sm'"
|
|
|
@@ -2449,9 +2452,9 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child33item1.answerType == 'dx'"
|
|
|
@@ -2522,9 +2525,9 @@
|
|
|
:zRadiocolumns="child33item1.collectionOptionList"
|
|
|
@zSelectVal="zSelectVal"
|
|
|
:relevancyItem="child33item1.relevancyItem"></z-radio>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="child33item1.fileInfoList"></deleteUploadImg>
|
|
|
<div
|
|
|
v-for="(
|
|
|
child44, indexc44
|
|
|
@@ -2624,11 +2627,11 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'dhwb'"
|
|
|
@@ -2721,11 +2724,11 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'xm'"
|
|
|
@@ -2818,11 +2821,11 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'date'"
|
|
|
@@ -2931,11 +2934,11 @@
|
|
|
>回显历史</span
|
|
|
>
|
|
|
</p>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'duox'"
|
|
|
@@ -3010,11 +3013,11 @@
|
|
|
child44item1.collectionOptionList
|
|
|
"
|
|
|
@zSelectVal="zSelectVal"></z-checkbox>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'nyr'"
|
|
|
@@ -3134,11 +3137,11 @@
|
|
|
child44item1.collectionOptionList[0]
|
|
|
.ruleMessage
|
|
|
"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'tel'"
|
|
|
@@ -3207,11 +3210,11 @@
|
|
|
@input="
|
|
|
telFn(child44item1, child44Index1)
|
|
|
"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'zp'"
|
|
|
@@ -3275,11 +3278,11 @@
|
|
|
style="color: red; font-size: 14px">
|
|
|
请补充拍摄除陈列奖励案产品外,本店经营的其他立邦产品,以便准确识别SKU数量
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'sm'"
|
|
|
@@ -3379,11 +3382,11 @@
|
|
|
>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="child44item1.answerType == 'dx'"
|
|
|
@@ -3469,11 +3472,11 @@
|
|
|
:relevancyItem="
|
|
|
child44item1.relevancyItem
|
|
|
"></z-radio>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|
|
|
- "></delete-upload-img>
|
|
|
+ "></deleteUploadImg>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -3530,9 +3533,9 @@
|
|
|
:error-message="
|
|
|
childitem1.collectionOptionList[0].ruleMessage
|
|
|
"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'tel'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -3576,9 +3579,9 @@
|
|
|
:placeholder="childitem1.collectionOptionList[0].collectionOption"
|
|
|
type="tel"
|
|
|
@input="telFn(childitem1, index)"></van-field>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
<div v-if="childitem1.answerType == 'zp'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -3624,9 +3627,9 @@
|
|
|
style="color: red; font-size: 14px">
|
|
|
请补充拍摄除陈列奖励案产品外,本店经营的其他立邦产品,以便准确识别SKU数量
|
|
|
</div>
|
|
|
- <delete-upload-img
|
|
|
+ <deleteUploadImg
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- :imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
+ :imgs="childitem1.fileInfoList"></deleteUploadImg>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -3657,7 +3660,7 @@
|
|
|
<van-cell>
|
|
|
<template #title> <span class="van-f-red">*</span>图片上传 </template>
|
|
|
<template #right-icon>
|
|
|
- <upload-img
|
|
|
+ <uploadVNormal
|
|
|
:collectionId="collectionId"
|
|
|
:parentCollectionId="parentCollectionId"
|
|
|
:secondCollectionId="secondCollectionId"
|
|
|
@@ -3682,7 +3685,7 @@
|
|
|
:pictureSource="pictureSource"
|
|
|
:continuousShoot="continuousShoot"
|
|
|
:inStore="machineInTheStore"
|
|
|
- ref="uploadVNormal"></upload-img>
|
|
|
+ ref="uploadVNormal"></uploadVNormal>
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
<div v-if="continuousShoot == '1'" class="uploadImgNum" style="color: red; padding: 0px 16px">
|
|
|
@@ -3691,7 +3694,7 @@
|
|
|
<!-- <van-cell v-if="pictureSource == '1'">
|
|
|
<template #title> <span class="van-f-red">*</span>相册选择</template>
|
|
|
<template #right-icon>
|
|
|
- <upload-img
|
|
|
+ <uploadVNormal
|
|
|
:collectionId="collectionId"
|
|
|
:parentCollectionId="parentCollectionId"
|
|
|
:secondCollectionId="secondCollectionId"
|
|
|
@@ -3712,7 +3715,7 @@
|
|
|
@newimgarr="newimgarr1"
|
|
|
@typeshow="typeshow"
|
|
|
:photoIdentifyType="photoIdentifyType"
|
|
|
- updateImgMode="album"></upload-img>
|
|
|
+ updateImgMode="album"></uploadVNormal>
|
|
|
</template>
|
|
|
</van-cell> -->
|
|
|
</van-dialog>
|
|
|
@@ -3727,7 +3730,7 @@
|
|
|
</div>
|
|
|
</van-dialog>
|
|
|
<van-popup v-model="sdsd" position="bottom">
|
|
|
- <upload-img
|
|
|
+ <uploadVNormal
|
|
|
:collectionId="collectionId"
|
|
|
:imgArr="imgs"
|
|
|
:objectType="PhotoType"
|
|
|
@@ -3737,7 +3740,7 @@
|
|
|
:visitsId="visitId"
|
|
|
@newimgarr="newimgarr1"
|
|
|
@typeshow="typeshow"
|
|
|
- :photoIdentifyType="photoIdentifyType"></upload-img>
|
|
|
+ :photoIdentifyType="photoIdentifyType"></uploadVNormal>
|
|
|
</van-popup>
|
|
|
<van-popup v-model="showPicker" capture position="bottom">
|
|
|
<van-picker
|
|
|
@@ -3796,16 +3799,27 @@ import {
|
|
|
} from '@/api/index';
|
|
|
import zRadio from '@/components/zRadio';
|
|
|
import zCheckbox from '@/components/zCheckbox';
|
|
|
-import uploadImg from '@/components/uploadVNormal';
|
|
|
+import uploadVNormal from '@/components/uploadVNormal';
|
|
|
import storeCode from '@/components/storeCode';
|
|
|
import deleteUploadImg from '@/components/deleteUploadImg1';
|
|
|
import jianjie from '@/assets/jianjie.jpg';
|
|
|
import { ImagePreview } from 'vant';
|
|
|
import taskTips from './taskTips';
|
|
|
import store from '@/store';
|
|
|
+import deletComplaintImg from '@/components/deletComplaintImg';
|
|
|
+import uploadWLImg from '@/components/uploadWLImg';
|
|
|
export default {
|
|
|
name: 'abnormalVisit',
|
|
|
- components: { zRadio, zCheckbox, uploadImg, storeCode, deleteUploadImg, taskTips },
|
|
|
+ components: {
|
|
|
+ zRadio,
|
|
|
+ zCheckbox,
|
|
|
+ uploadVNormal,
|
|
|
+ storeCode,
|
|
|
+ deleteUploadImg,
|
|
|
+ taskTips,
|
|
|
+ deletComplaintImg,
|
|
|
+ uploadWLImg,
|
|
|
+ },
|
|
|
data() {
|
|
|
return {
|
|
|
value: '',
|
|
|
@@ -3910,6 +3924,9 @@ export default {
|
|
|
validatorFlag: true, //是否验证通过
|
|
|
confirmed: false,
|
|
|
yfNumFlage: false,
|
|
|
+ needIssuePhoto: null, //发放物料必须拍照
|
|
|
+ wuliaoPhotoImg: [], //任务包含的图片信息(只针对于物料任务)
|
|
|
+ infoData: null,
|
|
|
};
|
|
|
},
|
|
|
beforeRouteLeave(to, from, next) {
|
|
|
@@ -4635,6 +4652,7 @@ export default {
|
|
|
console.log(params.id);
|
|
|
getCollectionInfos(params).then((res) => {
|
|
|
loading1.clear();
|
|
|
+ this.infoData = res.data;
|
|
|
this.photoIdentifyType = res.data.photoIdentifyType || null;
|
|
|
this.productTitles = res.data.productTitles; //产品类型表头数据
|
|
|
var checkUnManage = res.data;
|
|
|
@@ -5169,6 +5187,8 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ this.needIssuePhoto = res.data.needIssuePhoto;
|
|
|
+ this.wuliaoPhotoImg = res.data.fileInfoList;
|
|
|
this.tableData1 = collectionItemLists;
|
|
|
let yfNumArr = this.tableData1.filter((val) => val.yfNum);
|
|
|
this.yfNumFlage = yfNumArr.length ? true : false;
|
|
|
@@ -5176,6 +5196,8 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ deleteImg() {},
|
|
|
+ uploadWLImgClick() {},
|
|
|
tipTitle(val) {
|
|
|
this.$toast(val);
|
|
|
},
|
|
|
@@ -5303,7 +5325,6 @@ export default {
|
|
|
this.childIndex7 = childIndex7;
|
|
|
this.pType = type;
|
|
|
this.collectionItemList;
|
|
|
- debugger;
|
|
|
this.filterInStore(this.collectionItemList[index]);
|
|
|
this.show = true;
|
|
|
},
|