|
@@ -41,10 +41,12 @@
|
|
|
:storeGroupId="formData.storeGroupId"
|
|
:storeGroupId="formData.storeGroupId"
|
|
|
:taskList="taskIds"
|
|
:taskList="taskIds"
|
|
|
:visitsId="visitsId"
|
|
:visitsId="visitsId"
|
|
|
- :collectionItemId="collectionId"
|
|
|
|
|
|
|
+ :collectionItemId="item.collectionId"
|
|
|
:putInCode="formData.putInCode"
|
|
:putInCode="formData.putInCode"
|
|
|
:photoIdentifyType="formData.photoIdentifyType"
|
|
:photoIdentifyType="formData.photoIdentifyType"
|
|
|
- @upDataDetail="getDetaile"></delete-upload-img>
|
|
|
|
|
|
|
+ @upDataDetail="getDetaile"
|
|
|
|
|
+ :pictureSource="item.pictureSource"
|
|
|
|
|
+ :continuousShoot="item.continuousShoot"></delete-upload-img>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</van-form>
|
|
</van-form>
|
|
@@ -65,7 +67,6 @@ export default {
|
|
|
formData: null,
|
|
formData: null,
|
|
|
taskIds: [],
|
|
taskIds: [],
|
|
|
visitsId: null,
|
|
visitsId: null,
|
|
|
- collectionId: '',
|
|
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
activated() {
|
|
activated() {
|
|
@@ -84,7 +85,6 @@ export default {
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
if (res.data && res.data.length) {
|
|
if (res.data && res.data.length) {
|
|
|
this.formData = res.data[0];
|
|
this.formData = res.data[0];
|
|
|
- this.collectionId = this.formData.collectionItemList[0].collectionId;
|
|
|
|
|
} else {
|
|
} else {
|
|
|
this.formData = null;
|
|
this.formData = null;
|
|
|
}
|
|
}
|