|
|
@@ -2377,7 +2377,7 @@ export default {
|
|
|
} else {
|
|
|
checkUnManage = 'N';
|
|
|
}
|
|
|
-
|
|
|
+ // taskType:3物料,2产品类型,1常规类型
|
|
|
if (this.$route.query.taskType == 3) {
|
|
|
formData = {
|
|
|
storeId: this.storeId,
|
|
|
@@ -2400,6 +2400,8 @@ export default {
|
|
|
insert: this.insert,
|
|
|
collectionAnswers: [],
|
|
|
checkUnManage: checkUnManage,
|
|
|
+ deviceCode: this.deviceCode || '', //设备编号
|
|
|
+ putInCode: this.putInCode || '', //投放编号
|
|
|
};
|
|
|
}
|
|
|
|
|
|
@@ -2422,8 +2424,6 @@ export default {
|
|
|
firstCollectionId: this.collectionItemList[b].firstCollectionId,
|
|
|
answerType: this.collectionItemList[b].answerType,
|
|
|
answerValue: this.collectionItemList[b].answerValue,
|
|
|
- deviceCode: this.collectionItemList[b].deviceCode || '', //设备编号
|
|
|
- putInCode: this.collectionItemList[b].putInCode || '', //投放编号
|
|
|
});
|
|
|
}
|
|
|
if (
|